Gregory Nutt
|
679ae385aa
|
Merged in rnouse/nuttx (pull request #9)
Custom IOCTL support and more shadow warnings fixup
|
2015-08-03 06:46:43 -06:00 |
|
Anton D. Kachalov
|
23252f671f
|
Add Moxa IOCTLs to select port mode
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-08-03 15:33:46 +03:00 |
|
Anton D. Kachalov
|
1bb74504a8
|
Add support for custom platform IOCTL on UART
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-08-03 15:32:51 +03:00 |
|
Gregory Nutt
|
08d83cfae3
|
Merged in rnouse/nuttx (pull request #8)
UART 16550: putc logic fixup
|
2015-08-03 06:32:17 -06:00 |
|
Anton D. Kachalov
|
577bae0a13
|
Eliminate `sigset' shadow warning
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-08-03 15:31:42 +03:00 |
|
Anton D. Kachalov
|
a07ed262b4
|
Revert "Two more places there THRE is used with inverted sense"
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-08-03 13:21:01 +03:00 |
|
Anton D. Kachalov
|
2fa6237b49
|
Revert THRNE-patch. The problem was in u16550_putc
Regarding to:
https://github.com/tanzilli/ariag25-linux-2.6.39/blob/ariag25/drivers/tty/serial/8250.c#L1584
https://github.com/tanzilli/ariag25-linux-2.6.39/blob/ariag25/drivers/tty/serial/8250.c#L1913
When UART_LSR_THRE bit is set, then we ready to transmit more.
Current u16550_putc loops while UART_LSR_THRE bit is set. This logic have to be inverted.
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-08-03 13:19:55 +03:00 |
|
Gregory Nutt
|
15db2a45a4
|
drivers/net/slip.c: Fix another compilation error
|
2015-08-02 07:20:36 -06:00 |
|
Gregory Nutt
|
3a109315ed
|
Fix a logic error in last change to sem_tickwait()
|
2015-08-01 16:00:23 -06:00 |
|
Gregory Nutt
|
ffec6124f2
|
Add a start time to sem_tickwait() to account for any elapsed time before the timer is actually started
|
2015-08-01 14:57:31 -06:00 |
|
Gregory Nutt
|
030573ba5c
|
More improvements to the sporadic scheduler
|
2015-08-01 09:08:48 -06:00 |
|
Gregory Nutt
|
12cbe147a0
|
Forget to add files before last commit
|
2015-08-01 07:34:27 -06:00 |
|
Gregory Nutt
|
1d81fcdb0a
|
Merge branch 'master' of bitbucket.org:patacongo/nuttx
|
2015-08-01 07:32:03 -06:00 |
|
Gregory Nutt
|
2c66e0eb2a
|
sem_tickwait(): Add a new, non-standard function to perform timed semaphore waits. It is functionally equialent to the standard sem_timedwait(), but more efficient for use in higher performance device drivers. Requested by Max Neklyudov
|
2015-08-01 07:31:09 -06:00 |
|
Gregory Nutt
|
e23933a004
|
sem_tickwait(): Add a new, non-standard function to perform timed semaphore waits. It is functionally equialent to the standard sem_timedwait(), but more efficient for use in higher performance device drivers. Requested by Max Nekyudov
|
2015-08-01 07:30:23 -06:00 |
|
Gregory Nutt
|
5772813d29
|
Change the name of the local variable sigset to set to prevent name collisions with the function of the same name
|
2015-07-31 13:32:10 -06:00 |
|
Gregory Nutt
|
02e90b8c2f
|
Merged in rnouse/nuttx (pull request #7)
Eliminate `sigset' shadow warning
|
2015-07-31 13:22:32 -06:00 |
|
Anton D. Kachalov
|
2ca1dd6efe
|
Eliminate `sigset' shadow warning
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-07-31 21:28:40 +03:00 |
|
Gregory Nutt
|
d0a852c979
|
Update submodules
|
2015-07-31 12:10:24 -06:00 |
|
Gregory Nutt
|
3bc46d9aad
|
Merged in rnouse/nuttx (pull request #6)
[drivers/serial/uart_16550] Typo fix in data bits setup
|
2015-07-31 11:25:35 -06:00 |
|
Anton D. Kachalov
|
274b7986be
|
[drivers/serial/uart_16550] Typo fix in data bits setup
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-07-31 20:19:54 +03:00 |
|
Gregory Nutt
|
f2555a986e
|
Update submodules
|
2015-07-31 08:40:58 -06:00 |
|
Gregory Nutt
|
e0fdd46292
|
USB host file uses DEBUGASSERT and so must include assert.h. Note by Brennan Ashton
|
2015-07-31 07:24:43 -06:00 |
|
Gregory Nutt
|
a4df1c4482
|
Update submodules
|
2015-07-31 07:18:33 -06:00 |
|
Gregory Nutt
|
3669292024
|
Cosmetic changes from review of pull request
|
2015-07-31 07:17:07 -06:00 |
|
Gregory Nutt
|
8284e1cdc1
|
Merged in rnouse/nuttx (pull request #5)
Make FTMAC100 independent from board-specific low-level functions. Typo in net/skeleton.
|
2015-07-31 06:23:57 -06:00 |
|
Anton D. Kachalov
|
2ef03d49fe
|
[drivers/net/ftmac100] Remove private board-specific interrupt configuration calls. Configure Mode/Level outside of the driver scope.
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-07-31 14:12:10 +03:00 |
|
Anton D. Kachalov
|
7613d97a90
|
[drviers/net/ftmac100] receive: process all available RX descriptors
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-07-31 08:48:13 +03:00 |
|
Anton D. Kachalov
|
cbd4586cad
|
[drivers/net/skeleton] Add missed #endif
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-07-30 23:16:34 +03:00 |
|
Gregory Nutt
|
3166af395d
|
Refresh submodules
|
2015-07-30 12:58:22 -06:00 |
|
Gregory Nutt
|
a0dc5b0123
|
Update changelog, refresh gitmodules
|
2015-07-30 12:13:03 -06:00 |
|
Gregory Nutt
|
003c1d4813
|
Merged in rnouse/nuttx (pull request #4)
[sched/pthread/pthread_kill] Add missed header for enabled CONFIG_SCHED_HAVE_PARENT
|
2015-07-30 09:56:41 -06:00 |
|
Anton D. Kachalov
|
4a16bc6924
|
[sched/pthread/pthread_kill] Add missed header for enabled CONFIG_SCHED_HAVE_PARENT
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-07-30 18:51:37 +03:00 |
|
Juha Niskanen
|
c33d61e00e
|
Add missing configuration option for last set of ADC changed
|
2015-07-30 07:38:45 -06:00 |
|
Gregory Nutt
|
3a93be8902
|
Add strictly limit check: The current sporadic scheduler cannot handler duties > 50%
|
2015-07-30 07:36:01 -06:00 |
|
Gregory Nutt
|
fb82061bf7
|
Two more places there THRE is used with inverted sense
|
2015-07-29 20:42:49 -06:00 |
|
Gregory Nutt
|
789f3d2768
|
Update submodules
|
2015-07-29 17:43:27 -06:00 |
|
Gregory Nutt
|
457aa7207f
|
Update submodule
|
2015-07-29 16:52:51 -06:00 |
|
Gregory Nutt
|
8935ff34d5
|
16550 UART Driver: Add a configuration option to indicate the the THR empty bit is inverted. This is the the case for the moxART SoC. Based comments from Anton D. Kachalov
|
2015-07-29 16:31:21 -06:00 |
|
Anton D. Kachalov
|
f230c87fba
|
Fix a type in the network driver skeleton file.
|
2015-07-29 16:08:56 -06:00 |
|
Anton D. Kachalov
|
88861e562a
|
Add support for a Faraday FTMAC100 Ethernet MAC Driver. From Anton D. Kachalov
|
2015-07-29 15:57:58 -06:00 |
|
Gregory Nutt
|
80d934406f
|
Update ChangeLog; refresh submodules
|
2015-07-29 14:13:31 -06:00 |
|
Gregory Nutt
|
be139f317a
|
Refresh submodules
|
2015-07-29 08:36:52 -06:00 |
|
Gregory Nutt
|
a6ccb7f308
|
Sporadic scheduler: Third design. Now it looks closer to what I want
|
2015-07-28 14:26:31 -06:00 |
|
Gregory Nutt
|
dd5b065753
|
Sporadic: This interim version works pretty well, but the things that I had to do were nasty and mean that -- sigh -- there will be another redesign coming
|
2015-07-28 08:03:40 -06:00 |
|
Gregory Nutt
|
7c32a1aa9b
|
Refresh submodule
|
2015-07-28 07:29:25 -06:00 |
|
Gregory Nutt
|
95ca3a1d1e
|
Fixes several more sporadic scheduler bugs
|
2015-07-27 18:08:21 -06:00 |
|
Gregory Nutt
|
a7322f5a6d
|
Sporadic scheduler: Fix how suspension time is calculated
|
2015-07-27 15:54:19 -06:00 |
|
Gregory Nutt
|
e33c727520
|
Sporadic scheduler: Move pending time into each timer instance
|
2015-07-27 14:48:21 -06:00 |
|
Librae
|
dce921c1cd
|
Check if DNS server has been initialized before trying to lookup the server address in the cache. From Librae
|
2015-07-27 14:16:45 -06:00 |
|