nuttx/arch/arm/src/kinetis
2018-09-21 21:32:50 -06:00
..
chip Squashed commit of the following: 2018-08-10 08:03:50 -06:00
chip.h arch/: Clean up some naming and spacing. 2018-06-20 15:38:06 -06:00
Kconfig Squashed commit of the following: 2018-08-10 08:03:50 -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 arch/: Fix an error found in build testing. The protoype of mpu_log2regionfloor() changed; an additional parameter was added. However, none of the calls to mpu_log2regionfloor() were updated to pass the new, additional parameter. 2018-08-24 16:40:37 -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: Remove all attempts to reprioritize interrupts. 2018-09-21 13:18:29 -06:00
kinetis_dma.c arch/arm/src/kinetis: Remove all attempts to reprioritize interrupts. 2018-09-21 13:18:29 -06:00
kinetis_dma.h arch/arm/src/kinetis: Remove annoying typedefs. Discouraged but not prohibited by coding standard 2018-08-10 09:22:27 -06:00
kinetis_enet.c arch/arm/src/kinetis: Remove all attempts to reprioritize interrupts. 2018-09-21 13:18:29 -06:00
kinetis_i2c.c Merged in david_s5/nuttx/master_kinetis_i2c_reset_hf (pull request #718) 2018-09-11 22:14:37 +00: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/arm/src: Correct all ARMv7-M architectures. Interrupts were not be disabled correctly on power up. Writing zero to the NVIC SET-ENABLE registers has no effect. In order to disable interrupts, it is necessary to write all ones to the NVIC CLEAR-ENABLE register. Noted by David Sidrane. 2018-09-21 21:32:50 -06:00
kinetis_lowputc.c Squashed commit of the following: 2018-08-09 09:08:39 -06:00
kinetis_lpserial.c arch/arm/src/kinetis: Remove all attempts to reprioritize interrupts. 2018-09-21 13:18:29 -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 Squashed commit of the following: 2018-08-09 09:08:39 -06: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 arch/arm/src/kinetis: Remove all attempts to reprioritize interrupts. 2018-09-21 13:18:29 -06:00
kinetis_serial.c arch/arm/src/kinetis: Remove all attempts to reprioritize interrupts. 2018-09-21 13:18:29 -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_uart.h configs/freedom-k66f/nsh/defconfig: Disable DMA in this configuration. 2018-08-10 08:10:35 -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 arch/arm/src/kinetis: Remove all attempts to reprioritize interrupts. 2018-09-21 13:18:29 -06: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
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 arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions. 2018-08-25 10:23:21 -06:00