Skip to content

Commit

Permalink
Add Ethernet MAC and PHY driver
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirUmek committed Jan 13, 2025
1 parent c7fa28b commit c757f59
Show file tree
Hide file tree
Showing 9 changed files with 1,625 additions and 4 deletions.
9 changes: 8 additions & 1 deletion boards/frdmmcxn947/cmsis/layers/sensor_sdk/Board.clayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ layer:
connections:
- connect: FRDM-MCXN947 Board
provides:
# - CMSIS_ETH
- CMSIS_ETH
- CMSIS_VIO
- ARDUINO_UNO_I2C
- ARDUINO_UNO_SPI
Expand Down Expand Up @@ -68,6 +68,8 @@ layer:

components:
- component: CMSIS:CORE
- component: CMSIS Driver:Ethernet MAC:Custom
- component: CMSIS Driver:Ethernet PHY:Custom
- component: CMSIS Driver:I2C:lpi2c_cmsis
- component: CMSIS Driver:SPI:lpspi_cmsis
- component: CMSIS Driver:USART:lpuart_cmsis
Expand Down Expand Up @@ -98,6 +100,7 @@ layer:
- LPFLEXCOMM_INIT_NOT_USED_IN_DRIVER: 1
- component: Device:SDK Drivers:lpuart_adapter
- component: Device:SDK Drivers:lpuart_edma
- component: Device:SDK Drivers:mcx_enet
- component: Device:SDK Drivers:mcx_spc
- component: Device:SDK Drivers:port
- component: Device:SDK Drivers:reset
Expand All @@ -119,6 +122,10 @@ layer:
- file: ./main.h
- file: ./FRDM-MCXN947.h
- file: ./retarget_stdio.c
- file: ./CMSIS/Driver/EMAC_MCXN947.c
- file: ./CMSIS/Driver/EMAC_MCXN947.h
- file: ./CMSIS/Driver/PHY_LAN8741A.c
- file: ./CMSIS/Driver/PHY_LAN8741A.h

# - group: Driver
# files:
Expand Down
Loading

0 comments on commit c757f59

Please sign in to comment.