nuttx/arch/arm/src/kinetis
2018-07-23 13:43:07 -06:00
..
chip Squashed commit of the following: 2018-06-20 08:18:32 -06:00
chip.h arch/: Clean up some naming and spacing. 2018-06-20 15:38:06 -06:00
Kconfig Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
kinetis_alarm.h Kinetis: First cut implementation of the alarm read function. Pretty simple because the Kinetis RTC is just a 1Hz counter. 2017-09-03 12:44:45 -06:00
kinetis_allocateheap.c Squashed commit of the following: 2018-05-04 12:04:08 -06:00
kinetis_cfmconfig.c Make some imported files a little closer to the NuttX coding standard 2015-06-11 09:14:44 -06:00
kinetis_clockconfig.c Kinetis: Use optional BOARD_OSC_CR and BOARD_OSC_DIV in clock configuration 2017-05-05 07:18:39 -06:00
kinetis_clrpend.c Update some comments 2017-03-14 11:16:35 -06:00
kinetis_config.h arch/arm/src/kinetis: Add support for LPUART2-4. 2018-05-01 12:14:19 -06:00
kinetis_dma.c arch/arm/src/imxrt: Add framework for eDMA support. Initial port is a rip off from the SAMA5Dx and is little more than the framework for the DMA support. 2018-05-16 14:28:22 -06:00
kinetis_dma.h arch/arm/src/imxrt: Add framework for eDMA support. Initial port is a rip off from the SAMA5Dx and is little more than the framework for the DMA support. 2018-05-16 14:28:22 -06:00
kinetis_enet.c This commit attempts remove some long standard confusion in naming and some actual problems that result from the naming confusion. The basic problem is the standard MTU does not include the size of the Ethernet header. For clarity, I changed the naming of most things called MTU to PKTSIZE. For example, CONFIG_NET_ETH_MTU is now CONFIG_NET_ETH_PKTSIZE. 2018-07-04 14:10:40 -06:00
kinetis_i2c.c sched/wdog: wd_start() is an internal OS function and should not set the errno value. Reviewed and updated every call to wd_start() to verify if return value is used and if so if the errno value is accessed. 2018-01-31 10:09:14 -06:00
kinetis_i2c.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
kinetis_idle.c Rename board_led_off to board_autoled_off 2015-11-01 09:09:36 -06:00
kinetis_irq.c arch/: Clean up some naming and spacing. 2018-06-20 15:38:06 -06:00
kinetis_lowputc.c kinetis:kinetis_lowputc Fixed parity settings. 2018-05-30 07:00:55 -06:00
kinetis_lpserial.c Squashed commit of the following: 2018-05-04 12:04:08 -06:00
kinetis_mpuinit.c Kinetis:Disable MPU when not in protected mode. 2017-06-06 14:38:58 -10:00
kinetis_mpuinit.h Kinetis:Disable MPU when not in protected mode. 2017-06-06 14:38:58 -10:00
kinetis_pin.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
kinetis_pindma.c Kinetis - Added missing headers 2016-10-18 12:00:01 -10:00
kinetis_pindump.c arch/arm/kinetis: Still moving register header files to kinetis/chip directory; still incorporating K64 differences. 2016-07-01 14:07:14 -06:00
kinetis_pingpio.c arch/arm/kinetis: Still moving register header files to kinetis/chip directory; still incorporating K64 differences. 2016-07-01 13:15:29 -06:00
kinetis_pinirq.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
kinetis_pwm.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
kinetis_pwm.h Kinetis:Add FTM3 to PWM 2017-02-15 13:42:36 -10:00
kinetis_rtc_if.h Kinetis: Add support for K64/K66 RTC lower half driver 2017-01-17 15:34:44 -06:00
kinetis_rtc_lowerhalf.c arch/arm/src: Change ASSERT macros to DEBUGASSERT. 2018-06-06 06:34:14 -06:00
kinetis_rtc.c Kinetis: First cut implementation of the alarm read function. Pretty simple because the Kinetis RTC is just a 1Hz counter. 2017-09-03 12:44:45 -06:00
kinetis_sdhc.c Remove spurious blank line from last PR. 2018-07-23 13:43:07 -06:00
kinetis_serial.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
kinetis_serialinit.c arch/arm/src/kinetis: Eliminate a warning when no UARTs are enabled. 2018-05-04 17:40:33 -06:00
kinetis_spi.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
kinetis_spi.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
kinetis_start.c Squashed commit of the following: 2018-06-20 12:30:37 -06:00
kinetis_start.h Squashed commit of the following: 2018-06-20 08:18:32 -06:00
kinetis_timerisr.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
kinetis_tpm.h Kinetis:Add TPM to K66 chip 2017-05-05 07:12:52 -06:00
kinetis_uid.c Cosmetic changes from review of last PR 2016-10-14 17:39:21 -06:00
kinetis_uid.h Cosmetic changes from review of last PR 2016-10-14 17:39:21 -06:00
kinetis_usbdev.c Merged in david_s5/nuttx/master_kinetis_usbhang (pull request #688) 2018-07-19 20:13:47 +00:00
kinetis_usbotg.h Kinetis:USB-FS driver 2017-06-06 14:39:00 -10:00
kinetis_userspace.c Make some spacing comply better with coding standard 2015-10-06 18:32:16 -06:00
kinetis_userspace.h Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
kinetis_wdog.c arch/arm/kinetis: Completes moving register header files to kinetis/chip directory with all K64 changes. 2016-07-01 15:00:04 -06:00
kinetis.h configs/freedom-k28f: With these changes to the configuration, the NSH configuration is now functional on the k28f board. Also fixes corrects the active logic level for the RGB LED. arch/arm/src/kinetis/chip: Fixes an error in vector configuration. 2018-05-05 09:33:48 -06:00
Make.defs Squashed commit of the following: 2018-06-20 12:30:37 -06:00