.. |
a1x
|
|
|
am335x
|
|
|
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
|
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-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_lowputc.c: This commit removes a largely redundant check in the imxrt lowputc code which will speed it up a little.
|
2019-11-26 17:45:23 -06:00 |
kinetis
|
Merged in david_s5/nuttx/master_k66_ethernet (pull request #1064)
|
2019-10-30 18:29:54 +00: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
|
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 |
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
|
|
|
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
|
Merged in masayuki2009/nuttx.nuttx/fix_cpustart (pull request #1051)
|
2019-10-16 03:16:48 +00:00 |
sama5
|
Change space to tab and help to ---help--- in Kconfig files.
|
2019-10-05 21:39:12 -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 some typos
|
2019-09-17 10:46:23 -06:00 |
stm32
|
Within the OS, nxisg_sleep() should be used instead of sleep(). sleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS.
|
2019-11-29 19:03:24 -06:00 |
stm32f0l0g0
|
Merged in david_s5/nuttx/px4_firmware_nuttx-8.1+_siglewire (pull request #1070)
|
2019-11-10 12:27:47 +00:00 |
stm32f7
|
arch/arm/src/stm32f7/stm32_ethernet.c: Add some delays so that ifup() does not hog the CPU.
|
2019-11-29 17:19:06 -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
|
Merged in kyChuGit/nuttx (pull request #1077)
|
2019-11-27 13:45:41 +00: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
|
|
|
xmc4
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -06:00 |
.gitignore
|
|
|
Makefile
|
|
|