nuttx/arch/arm/src/s32k1xx
Xiang Xiao 5c80b94820 Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
Since the kernel side should call nxsem_xxx instead and remove the unused inclusion
2020-02-01 08:27:30 -06:00
..
hardware arch/arm/src/s32k1xx: Support configuration and initialization of the flash configuration bytes. boards/arm/s32k1xx/s32k1**evb/scripts/flash.ld: Create a special FLASH section to hold the FLASH configuration bytes. 2019-10-19 13:14:02 -06:00
s32k11x Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
s32k14x Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
chip.h arch/arm/src/s32k1xx: A few fixes. The build progresses further but still fails. 2019-08-14 12:40:51 -06:00
Kconfig boards/arm: Fix/verify to errors found in build testing. 2019-10-19 15:25:38 -06:00
Make.defs arch/arm/src/s32k1xx: Support configuration and initialization of the flash configuration bytes. boards/arm/s32k1xx/s32k1**evb/scripts/flash.ld: Create a special FLASH section to hold the FLASH configuration bytes. 2019-10-19 13:14:02 -06:00
s32k1xx_clockconfig.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
s32k1xx_clockconfig.h arch/arm/src/s32k1xx: Clocking logic was including the wrong 'clock name' files for the S32K11x family. 2019-08-22 10:57:28 -06:00
s32k1xx_config.h arch/arm/src/s32k1xx: Bring in the lpuart from i.MXRT. It is the same IP. 2019-08-13 15:00:41 -06:00
s32k1xx_edma.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
s32k1xx_edma.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
s32k1xx_enet.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
s32k1xx_enet.h arch/arm/src/s32k1xx: This is a rough port of the i.MXRT Ethernet driver to the S32K1xx. The i.MXRT uses the same IP. Completely untested at this point. 2019-08-21 17:33:54 -06:00
s32k1xx_flashcfg.c arch/arm/src/s32k1xx/s32k1xx_flashcfg.c: Flash configuration array should be const (although it really does not matter in this context). 2019-10-22 17:44:16 -06:00
s32k1xx_idle.c This commit brings the S32K118EVB board to code complete and ready for testing. This commit adds some minor initialization fixes (like disabling the WDOG, enabling the I-cache, and initializing the MPU. It brings more files in from the Kinetis port for the IDLE loop and for GPIO functionality. This also address register definition header file for LMEM and MPU. 2019-08-18 17:26:10 -06:00
s32k1xx_lowputc.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
s32k1xx_lowputc.h arch/arm/src/s32k1xx: Bring in the lpuart from i.MXRT. It is the same IP. 2019-08-13 15:00:41 -06:00
s32k1xx_lpi2c.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
s32k1xx_lpi2c.h arch/arm/src/s32k1xx: This is a rough port of the i.MXRT Ethernet driver to the S32K1xx. The i.MXRT uses the same IP. Completely untested at this point. 2019-08-21 17:33:54 -06:00
s32k1xx_lpspi.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
s32k1xx_lpspi.h Fix some typos 2019-09-17 10:46:23 -06:00
s32k1xx_periphclocks.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
s32k1xx_periphclocks.h arch/arm/src/s32k1xx: Clocking logic was including the wrong 'clock name' files for the S32K11x family. 2019-08-22 10:57:28 -06:00
s32k1xx_pin.c boards/arm/s32k1xx/s32k118evb: Implement board support for LEDs and buttons. This is taken from the Freedom-K66f with has the same LED and button configuation as the S32K116EVB and uses the same GPIO IP. 2019-08-18 12:02:54 -06:00
s32k1xx_pin.h Fix typos in comments. 2019-08-21 09:32:59 -06:00
s32k1xx_pindma.c Squashed commit of the following: 2019-08-16 16:18:15 -06:00
s32k1xx_pindump.c Squashed commit of the following: 2019-08-16 16:18:15 -06:00
s32k1xx_pingpio.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
s32k1xx_pinirq.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
s32k1xx_serial.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
s32k1xx_serial.h arch/arm/src/s32k1xx: Bring in the lpuart from i.MXRT. It is the same IP. 2019-08-13 15:00:41 -06:00
s32k1xx_start.c With these changes the S32K146EVB minimal NSH is function. Only verifed while running from SRAM. 2019-08-20 14:35:36 -06:00
s32k1xx_start.h boards/arm/s32k1xx/s32k118evb/src/s32k118_clockconfig.c: Add clock configuration data for the S32K118EVB. 2019-08-15 16:56:57 -06:00
s32k1xx_wdog.h Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00