nuttx/arch/arm/src
2019-12-15 17:12:54 -06:00
..
a1x Rename arch/arm/src/a1x/chip to arch/arm/src/a1x/hardware. 2019-05-24 15:29:12 -06:00
am335x arch/arm/src/am335x/ and boards/arm/am335x/beaglebone-black/: Initial CAN support for the BBB. 2019-12-15 17:12:54 -06:00
arm Fix some typos. Mostly inital->initial. 2019-09-27 06:32:32 -06:00
armv6-m Re-implements reverted commit 344f7bc9f6 in a way that should not have the undesired side-effect. include/nuttx/sched.h: Add a bit to the TCB flags to indicat the thread is a user thread in a syscall. sched/nuttx/nxsig_dispatch.c: Delay dispatching to signal handlers if within a system call. In all syscall implementations: Process delayed signal handling when exiting system call. 2019-11-28 12:47:36 -06:00
armv7-a Re-implements reverted commit 344f7bc9f6 in a way that should not have the undesired side-effect. include/nuttx/sched.h: Add a bit to the TCB flags to indicat the thread is a user thread in a syscall. sched/nuttx/nxsig_dispatch.c: Delay dispatching to signal handlers if within a system call. In all syscall implementations: Process delayed signal handling when exiting system call. 2019-11-28 12:47:36 -06:00
armv7-m arch/arm/src/armv7-m/up_schedulesigaction.c: Correct hardfault that can occur when killing a task via Ctrl-C in PROTECTED mode. 2019-12-02 08:16:34 -06:00
armv7-r Re-implements reverted commit 344f7bc9f6 in a way that should not have the undesired side-effect. include/nuttx/sched.h: Add a bit to the TCB flags to indicat the thread is a user thread in a syscall. sched/nuttx/nxsig_dispatch.c: Delay dispatching to signal handlers if within a system call. In all syscall implementations: Process delayed signal handling when exiting system call. 2019-11-28 12:47:36 -06:00
c5471 Fix minor typos in docs and comments. 2019-09-29 12:52:20 -06:00
common arch/: Add rpmsg_serialini() call to every implementation of up_initialize() for rpmsg uart initialization. 2019-11-04 08:11:50 -06:00
cxd56xx arch/: Within the OS, nxisg_usleep() should be used instead of usleep(). usleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS. 2019-11-29 17:54:43 -06:00
dm320 Fix minor typos in docs and comments. 2019-09-29 12:52:20 -06:00
efm32 Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
imx1 Fix minor typos in docs and comments. 2019-09-29 12:52:20 -06:00
imx6 Fix minor typos in docs and comments. 2019-09-29 12:52:20 -06:00
imxrt arch/arm/src/imxrt/imxrt_clockconfig.c and board.h: Allow clock setting for SPI and I2C from board.h. 2019-12-12 08:33:05 -06:00
kinetis Fix various typos and spelling errors. 2019-12-12 07:41:51 -06:00
kl Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
lc823450 arch/: Within the OS, nxisg_usleep() should be used instead of usleep(). usleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS. 2019-11-29 17:54:43 -06:00
lpc17xx_40xx Fix various typos and spelling errors. 2019-12-12 07:41:51 -06:00
lpc31xx Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
lpc43xx Change space to tab and help to ---help--- in Kconfig files. 2019-10-05 21:39:12 -06:00
lpc54xx arch/arm/src/lpc54xx/lpc54_clockconfig.c: Fix PLL settings. For the lpc54628 Rev. E board the PLL was not configured properly and the board wouldn't boot correctly. I checked the startup files from the official IDE and inspected the assembly instructions for the libraries used. 2019-09-22 13:41:38 -06:00
lpc214x Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
lpc2378 Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
max326xx Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
moxart arch/ and config/ files: All board interfaces (those starting with board_) must be defined in board-specific logic. Otherwise, they cannot be customized of specialized usage by different boards. The board_reset() interface was defined in architecture-specific logic that only called up_systemreset(). That is useless! 2019-03-25 11:12:38 -06:00
nrf52 Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
nuc1xx Fix minor typos in docs and comments. 2019-09-29 12:52:20 -06:00
s32k1xx 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
sam34 Fix various typos and spelling errors. 2019-12-12 07:41:51 -06:00
sama5 Fix various typos and spelling errors. 2019-12-12 07:41:51 -06:00
samd2l2 Change space to tab and help to ---help--- in Kconfig files. 2019-10-05 21:39:12 -06:00
samd5e5 Change space to tab and help to ---help--- in Kconfig files. 2019-10-05 21:39:12 -06:00
samv7 Fix various typos and spelling errors. 2019-12-12 07:41:51 -06:00
stm32 Fix various typos and spelling errors. 2019-12-12 07:41:51 -06:00
stm32f0l0g0 arch/arm/src/stm32f0l0g0/stm32_serial_v1.c: SERIAL_HAVE_DMA->SERIAL_HAVE_RXDMA. 2019-12-03 07:10:26 -06:00
stm32f7 Fix various typos and spelling errors. 2019-12-12 07:41:51 -06:00
stm32h7 arch/: Within the OS, nxisg_usleep() should be used instead of usleep(). usleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS. 2019-11-29 17:54:43 -06:00
stm32l4 Fix various typos and spelling errors. 2019-12-12 07:41:51 -06:00
str71x Fix minor typos in docs and comments. 2019-09-29 12:52:20 -06:00
tiva arch/arm/src/tiva/common/tiva_flash.c: Improve tiva_write() (but needs more work!) 2019-11-06 20:35:35 -06:00
tms570 Fix various typos and spelling errors. 2019-12-12 07:41:51 -06:00
xmc4 Fix various typos and spelling errors. 2019-12-12 07:41:51 -06:00
.gitignore Remove the arch/ subdirectory; replace it with a submodule 2015-07-22 10:56:22 -06:00
Makefile arch/arm: Add the initial cortex-a7 archtiecture support 2019-03-19 11:51:29 -06:00