nuttx/arch/arm/src
2018-01-02 11:17:25 -06:00
..
a1x arch/arm/src/a1x: Fix a compile error introduce in recent commit. 2017-12-18 09:00:41 -06:00
arm arch/arm/src/arm/up_cache.S: Fix cp15_invalidate_dcache. In cases where more than one dcache line was to be invalidated, a missing branch label would result in a false branch target into cp15_flush_idcache. Also the .size macro was fixed for both cp15_invalidate_dcache. 2017-12-22 06:54:37 -06:00
armv6-m Remove CONFIG_ARM_TOOLCHAIN_GNU; replace with CONFIG_ARCH_TOOLCHAIN_GNU 2017-05-13 13:28:15 -06:00
armv7-a arch/: Remove dangling space at the end of lines. 2017-06-28 13:16:48 -06:00
armv7-m ARM syscall logic: Clear bit 0 in PC settings. Bit 0 is the thumb mode indication and should not be set in the PC. 2017-08-30 13:56:03 -06:00
armv7-r Remove CONFIG_ARM_TOOLCHAIN_GNU; replace with CONFIG_ARCH_TOOLCHAIN_GNU 2017-05-13 13:28:15 -06:00
bcm2708 BCM2708: The PiZero configuration now compiles and links cleanly. Still a few thngs missing internally. 2017-10-18 14:07:52 -06:00
c5471 net: network drver now retains Ethernet MAC address in a union so that other link layer addresses may be used in a MULTILINK environment. 2017-04-22 11:10:30 -06:00
common Merged in masayuki2009/nuttx.nuttx/lc823450_smp_improvement (pull request #554) 2017-12-08 12:31:34 +00:00
dm320 Convert some serial drivers to use use irq_attach. 2017-02-27 08:55:21 -06:00
efm32 fs/procfs/fs_procfsprogrem: Add /proc/progmem. This is an alternative way to get the information that was previoulsy available in apps/system/free. apps/system/free was removed beause it made illegal calls into the OS violating the portable interface. This new procfs entry provides the same information with no such violation. 2017-11-13 09:08:39 -06:00
imx1 Squashed commit of the following: 2017-10-04 15:22:27 -06:00
imx6 Fix a few places where there was a semicolon following the 'if' condition, makeing the following logic unconditional. 2017-10-10 14:24:13 -06:00
kinetis arch/arm/src/kinetis: Fix some compile warnings that I introduced with a possibly overzealous recent change. 2017-12-17 16:26:03 -06:00
kl arch/arm/src/a1x, kl, lpc11xx, lpc31xx, and nuc1xx: Fix some compile warnings that I introduced with a possibly overzealous recent change. 2017-12-17 18:12:19 -06:00
lc823450 arch/arm/src/lc823450: Add SP_DMB() into lc823450_testset.c 2017-12-21 17:39:19 +09:00
lpc11xx arch/arm/src/a1x, kl, lpc11xx, lpc31xx, and nuc1xx: Fix some compile warnings that I introduced with a possibly overzealous recent change. 2017-12-17 18:12:19 -06:00
lpc17xx Cosmetic fixes to comments, README, and other trivial corrections. 2017-12-25 10:45:47 -06:00
lpc31xx arch/arm/src/a1x, kl, lpc11xx, lpc31xx, and nuc1xx: Fix some compile warnings that I introduced with a possibly overzealous recent change. 2017-12-17 18:12:19 -06:00
lpc43xx arch/arm/src/lpc54xx: Add register level debug output for Ethernet testing. Fixed a few start up problems. Still hangs on start-up, however. 2017-12-31 11:11:57 -06:00
lpc54xx arch/arm/src/lpc54xx: LPC54xx Ethernet driver no long depends on EXPERIMENTAL. 2018-01-02 11:17:25 -06:00
lpc214x Convert remaining serial drivers to use use irq_attach. 2017-02-27 10:27:14 -06:00
lpc2378 Squashed commit of the following: 2017-10-04 15:22:27 -06:00
moxart irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
nuc1xx arch/arm/src/a1x, kl, lpc11xx, lpc31xx, and nuc1xx: Fix some compile warnings that I introduced with a possibly overzealous recent change. 2017-12-17 18:12:19 -06:00
sam34 arch/arm/src/sama5 and samdl: Fix some compile warnings that I introduced with a possibly overzealous recent change. 2017-12-17 17:50:31 -06:00
sama5 arch/arm/src/a1x, kl, lpc11xx, lpc31xx, and nuc1xx: Fix some compile warnings that I introduced with a possibly overzealous recent change. 2017-12-17 18:12:19 -06:00
samdl arch/arm/src/sama5 and samdl: Fix some compile warnings that I introduced with a possibly overzealous recent change. 2017-12-17 17:50:31 -06:00
samv7 SAMA5/SAMv7: It is necessary to disable pre-emption and interrupts around a loop that copies TX data into the hardware in order to avoid a TX data underrun condition. 2017-11-13 10:38:23 -06:00
stm32 arch/arm/src/lpc54xx: Add an RTC driver and a RTC character driver lower half. configs/lpcxpresso-lpc54628: Add logic to register the RTC character driver if it is enabled. Enable the RTC and RTC character driver in the NSH configuration. 2017-12-25 13:56:06 -06:00
stm32f0 Cosmetic fixes to comments, README, and other trivial corrections. 2017-12-25 10:45:47 -06:00
stm32f7 Cosmetic fixes to comments, README, and other trivial corrections. 2017-12-25 10:45:47 -06:00
stm32l4 Cosmetic fixes to comments, README, and other trivial corrections. 2017-12-25 10:45:47 -06:00
str71x Convert remaining serial drivers to use use irq_attach. 2017-02-27 10:27:14 -06:00
tiva Eliminate another warning. 2017-12-17 16:51:20 -06:00
tms570 Squashed commit of the following: 2017-10-09 13:11:17 -06:00
xmc4 arch/arm/src/lpc54xx: Add register level debug output for Ethernet testing. Fixed a few start up problems. Still hangs on start-up, however. 2017-12-31 11:11:57 -06:00
.gitignore
Makefile Kconfig: Rename CONFIG_ARM_TOOLCHAIN_IAR to CONFIG_ARCH_TOOLCHAIN_IAR 2017-05-13 16:01:38 -06:00