nuttx/arch/arm/src
2021-03-08 17:37:48 -03:00
..
a1x arch/arm/src/a1x/a1x_serial.c: Fix syslog formats 2020-11-28 23:14:05 -06:00
am335x arch/arm/src/am335x/am335x_edid.c: Fix a syslog format 2020-11-28 23:14:05 -06:00
arm arch: Remove critical section inside up_schedule_sigaction 2021-01-22 08:34:07 +01:00
armv6-m sigdeliver: fix system block when kill signal to idle in SMP 2021-03-03 15:03:32 +00:00
armv7-a sigdeliver: fix system block when kill signal to idle in SMP 2021-03-03 15:03:32 +00:00
armv7-m Fix nxstyle issues. 2021-03-07 02:35:56 -08:00
armv7-r arch: Remove critical section inside up_schedule_sigaction 2021-01-22 08:34:07 +01:00
armv8-m sigdeliver: fix system block when kill signal to idle in SMP 2021-03-03 15:03:32 +00:00
c5471 arch/netdev: try tcp timer in every txavail call 2020-12-18 14:16:11 +09:00
common arch, boards, drivers, include, sched, wireless: Change spinlock APIs. 2021-02-07 21:28:56 -08:00
cxd56xx arch: cxd56xx: Fix cxd56_usbdev.c for SMP 2021-03-07 19:51:12 -08:00
dm320 arch/arm/src/dm320/dm320_serial.c: Fix a type mismatch 2020-11-16 08:29:00 -08:00
efm32 arch/arm/src/efm32/efm32_timer.c: Fix a syslog format 2020-11-25 05:11:26 -08:00
eoss3 arch/arm/src/eoss3/eoss3_serial.c: Fix a type mismatch 2020-11-16 08:29:00 -08:00
imx1 arch/arm/src/imx1/imx_serial.c: Fix a type mismatch 2020-11-16 08:29:00 -08:00
imx6 arch, boards, drivers, include, sched, wireless: Change spinlock APIs. 2021-02-07 21:28:56 -08:00
imxrt net/socket: move si_send/recv into sendmsg/recvmsg 2021-03-05 04:46:13 -08:00
kinetis net/socket: move si_send/recv into sendmsg/recvmsg 2021-03-05 04:46:13 -08:00
kl arch/arm/src/kl/kl_spi.c: Fix a syslog format 2020-11-30 05:28:17 -06:00
lc823450 Ensure the kernel component don't call userspace API 2021-03-01 09:23:09 +09:00
lpc17xx_40xx lpc17xx_40xx/lpc17_40_i2c.c: Propagate I2C I/O errors 2021-02-18 18:33:05 -08:00
lpc31xx arch/arm/src/lpc31xx/lpc31_serial.c: Fix a type mismatch 2020-11-16 08:29:00 -08:00
lpc43xx arch/netdev: try tcp timer in every txavail call 2020-12-18 14:16:11 +09:00
lpc54xx arch/netdev: try tcp timer in every txavail call 2020-12-18 14:16:11 +09:00
lpc214x arch/arm/src/lpc214x/lpc214x_serial.c: Fix a type mismatch 2020-11-16 08:29:00 -08:00
lpc2378 arch/arm/src/lpc2378/lpc23xx_serial.c: Fix a type mismatch 2020-11-16 08:29:00 -08:00
max326xx arch, boards, drivers, include, sched, wireless: Change spinlock APIs. 2021-02-07 21:28:56 -08:00
moxart arch/: Trivial typos, mostly "their is" to "there is" 2020-09-09 14:09:43 -04:00
nrf52 Ensure the kernel component don't call userspace API 2021-03-01 09:23:09 +09:00
nuc1xx arch/arm/src/nuc1xx/nuc_serial.c: Fix a type mismatch 2020-11-16 08:29:00 -08:00
rp2040 arm/rp2040: RP2040 SPI DMA transfer support 2021-03-08 17:37:48 -03:00
s32k1xx net/socket: move si_send/recv into sendmsg/recvmsg 2021-03-05 04:46:13 -08:00
sam34 arch/netdev: try tcp timer in every txavail call 2020-12-18 14:16:11 +09:00
sama5 Ensure the kernel component don't call userspace API 2021-03-01 09:23:09 +09:00
samd2l2 Fix syntax for BOARD_GCLK*_RUN_IN_STANDBY and BOARD_GCLK*_OUTPUT_ENABLE 2020-12-15 08:46:10 +01:00
samd5e5 arch/netdev: try tcp timer in every txavail call 2020-12-18 14:16:11 +09:00
samv7 Ensure the kernel component don't call userspace API 2021-03-01 09:23:09 +09:00
stm32 stm32:Ethernet Fix too big frames 2021-03-06 03:07:58 -08:00
stm32f0l0g0 arch/arm/src/stm32f0l0g0/stm32_adc.c: Don't assume debug macro expansion 2020-12-06 09:03:09 -06:00
stm32f7 stm32f7:Ethernet Fixed hardfaults, from too big frames 2021-03-06 03:07:58 -08:00
stm32h7 stm32h7x7xx: Setup UART1 and UART6 clocks as part of APB2 bringup if enabled. 2021-03-08 01:51:54 -08:00
stm32l4 arch/arm/src/stm32l4/stm32l4_adc.c: Fix a syslog format 2020-12-02 02:53:47 -06:00
str71x arch/arm/src/str71x/str71x_serial.c: Fix a type mismatch 2020-11-16 08:29:00 -08:00
tiva arch, boards, drivers, include, sched, wireless: Change spinlock APIs. 2021-02-07 21:28:56 -08:00
tms570 serial: nxstyle fixes 2020-10-20 14:43:19 +08:00
xmc4 Kernel module should prefer functions with nx/kmm prefix 2021-01-13 08:57:58 +01:00
.gitignore arch/arm: Add support for boot stage2 from Raspberry Pi Pico SDK 2021-02-20 03:45:24 -08:00
Makefile arch/arm: Add support for boot stage2 from Raspberry Pi Pico SDK 2021-02-20 03:45:24 -08:00