.. |
hardware
|
Added S32K1XX FlexTimer register definitions
|
2020-03-23 12:34:28 -05:00 |
s32k11x
|
Rename up_copyfullstate to arm_copyfullstate
|
2020-04-30 22:09:51 +01:00 |
s32k14x
|
Rename up_copyarmstate to arm_copyarmstate
|
2020-04-30 22:09:51 +01:00 |
chip.h
|
S32K add support for Nxp drone boards (#224)
|
2020-02-07 04:53:40 -08:00 |
Kconfig
|
S32K add support for Nxp drone boards (#224)
|
2020-02-07 04:53:40 -08:00 |
Make.defs
|
S32K add support for Nxp drone boards (#224)
|
2020-02-07 04:53:40 -08:00 |
s32k1xx_clockconfig.c
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01:00 |
s32k1xx_clockconfig.h
|
Fix typos in comments and documentation (#750)
|
2020-04-08 06:45:35 -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
|
Check the return of nxsem_wait_uninterruptible().
|
2020-04-03 17:56:59 -06:00 |
s32k1xx_edma.h
|
Refine the preprocessor conditional guard style (#190)
|
2020-01-31 19:07:39 +01:00 |
s32k1xx_enet.c
|
Fix typos in comments
|
2020-03-03 09:11:57 -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
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01: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
|
Check return from nxsem_wait_uninterruptible()
|
2020-04-03 23:45:33 +01: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
|
spi: change spi_send() interface to support of 32-bit word transfer
|
2020-03-09 08:03:35 -06:00 |
s32k1xx_lpspi.h
|
Fix some typos
|
2019-09-17 10:46:23 -06:00 |
s32k1xx_periphclocks.c
|
NXP S32K1XX peripheral clock fixes (#555)
|
2020-03-12 10:18:09 -07: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
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01: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
|
S32K add support for Nxp drone boards (#224)
|
2020-02-07 04:53:40 -08:00 |
s32k1xx_rtc.c
|
S32K add support for Nxp drone boards (#224)
|
2020-02-07 04:53:40 -08:00 |
s32k1xx_rtc.h
|
S32K add support for Nxp drone boards (#224)
|
2020-02-07 04:53:40 -08: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
|
S32K add support for Nxp drone boards (#224)
|
2020-02-07 04:53:40 -08: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 |