.. |
a1x
|
Based on the last PR, review all serial driver vector attachment. Found one additional error and updated all relevant drivers to current interrupt parameter passing.
|
2017-06-12 06:22:35 -06:00 |
arm
|
Squashed commit of the following:
|
2017-10-09 13:11:17 -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
|
Squashed commit of the following:
|
2017-10-09 13:11:17 -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
|
arch/: Remove dangling space at the end of lines.
|
2017-06-28 13:16:48 -06:00 |
dm320
|
Convert some serial drivers to use use irq_attach.
|
2017-02-27 08:55:21 -06:00 |
efm32
|
Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep().
|
2017-10-06 10:15:01 -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
|
Correct recurring typo: semaphore not semapore
|
2017-10-09 09:57:56 -06:00 |
kl
|
Correct recurring typo: semaphore not semapore
|
2017-10-09 09:57:56 -06:00 |
lc823450
|
drivers/serial/tcdrain: tcdrain() was recently added to the NuttX C library. But there is a problem. The specification of tcdrain() requires that it be a cancellation point. In order to do this, tcdrain was moved from the C library into the OS and the addition cancellation point hooks were added. In non-FLAT builds, access via system calls is also now supported.
|
2017-10-06 10:55:36 -06:00 |
lpc11xx
|
drivers/serial/tcdrain: tcdrain() was recently added to the NuttX C library. But there is a problem. The specification of tcdrain() requires that it be a cancellation point. In order to do this, tcdrain was moved from the C library into the OS and the addition cancellation point hooks were added. In non-FLAT builds, access via system calls is also now supported.
|
2017-10-06 10:55:36 -06:00 |
lpc17xx
|
Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep().
|
2017-10-06 10:15:01 -06:00 |
lpc31xx
|
Squashed commit of the following:
|
2017-10-09 13:11:17 -06:00 |
lpc43xx
|
Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep().
|
2017-10-06 10:15:01 -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
|
Eliminate some warnings found in build testing.
|
2017-08-13 12:24:48 -06:00 |
sam34
|
Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep().
|
2017-10-06 10:15:01 -06:00 |
sama5
|
Squashed commit of the following:
|
2017-10-09 13:11:17 -06:00 |
samdl
|
sched/semaphore: sem_timedwait() is a cancellation point and, hence, cannot be called from within the OS. Created nxsem_timedwait() that is equivalent but does not modify the errno and does not cause cancellation. All calls to sem_timedwait() change to calls to nxsem_timedwait() in the OS.
|
2017-10-05 07:24:54 -06:00 |
samv7
|
arch/arm/src/samv7: Correct an error in RX DMA setup.
|
2017-10-11 10:54:02 -06:00 |
stm32
|
stm32 SPI: Add missing include required when CONFIG_SPI_CALLBACK is enabled
|
2017-10-12 11:28:51 -06:00 |
stm32f0
|
sched/semaphore: sem_timedwait() is a cancellation point and, hence, cannot be called from within the OS. Created nxsem_timedwait() that is equivalent but does not modify the errno and does not cause cancellation. All calls to sem_timedwait() change to calls to nxsem_timedwait() in the OS.
|
2017-10-05 07:24:54 -06:00 |
stm32f7
|
Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep().
|
2017-10-06 10:15:01 -06:00 |
stm32l4
|
Cosmetic changes related to coding standard.
|
2017-10-12 09:32:16 -06:00 |
str71x
|
Convert remaining serial drivers to use use irq_attach.
|
2017-02-27 10:27:14 -06:00 |
tiva
|
Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep().
|
2017-10-06 10:15:01 -06:00 |
tms570
|
Squashed commit of the following:
|
2017-10-09 13:11:17 -06:00 |
xmc4
|
arch/: Remove dangling space at the end of lines.
|
2017-06-28 13:16:48 -06:00 |
.gitignore
|
|
|
Makefile
|
Kconfig: Rename CONFIG_ARM_TOOLCHAIN_IAR to CONFIG_ARCH_TOOLCHAIN_IAR
|
2017-05-13 16:01:38 -06:00 |