nuttx/arch/arm/src/kinetis
2017-02-14 09:15:23 -10:00
..
chip Kinetis K64 and K66 share mpu files 2017-02-14 09:15:23 -10:00
chip.h Kinetis Support ARMV7 Common Vector and FPU 2016-10-18 12:00:01 -10:00
Kconfig Kinetis SPI and I2C are 0 based 2017-02-13 13:24:47 -10:00
kinetis_alarm.h Kinetis: Add support for K64/K66 RTC lower half driver 2017-01-17 15:34:44 -06:00
kinetis_allocateheap.c Rename board_led_on to board_autoled_on 2015-11-01 09:07:06 -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: Updated comment in clockconfig 2017-02-13 13:24:47 -10:00
kinetis_clrpend.c Kinetis Support ARMV7 Common Vector and FPU 2016-10-18 12:00:01 -10:00
kinetis_config.h Kinetis: Need to set HAVE_UART_DEVICE when UART4 is selected 2017-01-13 08:16:31 -06:00
kinetis_dma.c Broke out DMA to use the modern Nuttx chip inclusion - still STUBS 2016-10-18 12:00:01 -10:00
kinetis_dma.h Broke out DMA to use the modern Nuttx chip inclusion - still STUBS 2016-10-18 12:00:01 -10:00
kinetis_enet.c Kinetis, not Kinetics. 2017-02-07 08:20:52 -06:00
kinetis_i2c.c arch: Disable priority inheritance on all semaphores used for signaling in all I2C/TWI drivers 2016-11-03 14:23:42 -06:00
kinetis_i2c.h Changes from review of PR 113 2016-08-13 17:32:35 -06:00
kinetis_idle.c Rename board_led_off to board_autoled_off 2015-11-01 09:09:36 -06:00
kinetis_irq.c Kinetis Support ARMV7 Common Vector and FPU 2016-10-18 12:00:01 -10:00
kinetis_lowputc.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_mpuinit.c Rename CONFIG_ARMV7M_MPU to CONFIG_ARM_MPU so that we can reuse the configuration settings for the ARMV7R MPU 2015-12-14 13:56:21 -06:00
kinetis_mpuinit.h 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_pin.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_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 Rename Kinetis version of CONFIG_GPIO_IRQ to CONFIG_KINETIS_GPIOIRQ 2016-07-22 14:30:37 -06:00
kinetis_pwm.c Merged in JordanMacIntyre/nuttx/PWM_driver (pull request #106) 2016-07-25 14:59:45 -06:00
kinetis_pwm.h arch/arm/src/kinetis: Create a chip sub-directory as with other architectures. Start moving some headers... a lot more still be be moved. 2016-07-01 08:48:57 -06: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 Kinetis: Add support for K64/K66 RTC lower half driver 2017-01-17 15:34:44 -06:00
kinetis_rtc.c Kinetis: Add support for K64/K66 RTC lower half driver 2017-01-17 15:34:44 -06:00
kinetis_sdhc.c Kinetis SDHC - Enable clock after selected 2017-02-13 13:24:47 -10:00
kinetis_serial.c Kinetis Serial: Fixed compile error when UART5 is selected 2017-01-13 08:14:41 -06:00
kinetis_spi.h Kinetis broke out SPI to kinetis/kinetis_spi.h 2016-10-18 12:00:01 -10:00
kinetis_start.c Kinetis Allow CONFIG_ARMV7M_CMNVECTOR, CONFIG_STACK_COLORATION, CONFIG_ARCH_FPU 2016-10-18 12:00:01 -10:00
kinetis_timerisr.c up_timer_initialize() is named incorrectly. The prefix should be the architecture name, not up_ since it is private to the architecture. up_timerisr() is similarly misnamed and should also be private since it is used only with the xyz_timerisr.c files. Also updat TODO list. 2017-02-07 10:35:04 -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 Kinetis: Eliminate a warning. Freedom-K64F: Update a README file 2016-07-13 15:38:47 -06:00
kinetis_usbotg.h 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_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_vectors.S Kinetis Support ARMV7 Common Vector and FPU 2016-10-18 12:00:01 -10: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 Broke out DMA to use the modern Nuttx chip inclusion - still STUBS 2016-10-18 12:00:01 -10:00
Make.defs ELF: Move ARMv6-M, ARMv7-M, and legacy ARM versions of ELF relocation logic to libc/machine 2017-01-21 15:24:25 -06:00