Gregory Nutt
|
55407013ea
|
Fix a few issues related to new USB device boardctl() commands
|
2016-03-25 14:23:01 -06:00 |
|
ziggurat29
|
5df125cf9c
|
basic support of STM32L4VG Discovery board. Functioning nsh, leds, buttons. Also compatible with, but not requiring, RNG code in 'arch'.
|
2016-03-25 15:21:24 -05:00 |
|
Gregory Nutt
|
54f71c20fe
|
Fix some conditional logic that I broke with a preceding commit
|
2016-03-25 13:34:29 -06:00 |
|
Gregory Nutt
|
423fe999b6
|
Add configuration files that have CONFIG_CDCACM=y (and not CONFIG_CDCACM_COMPOSITE) must have CONFIG_LIB_BOARDCTL=y and CONFIG_BOARD_USBDEVCTRL=y
|
2016-03-25 12:39:28 -06:00 |
|
Gregory Nutt
|
f3119c4c44
|
Add configuration files that have CONFIG_USBMSC=y (and not CONFIG_USBDEV_COMPOSITE) must have CONFIG_LIB_BOARDCTL=y and CONFIG_BOARD_USBDEVCTRL=y
|
2016-03-25 12:24:19 -06:00 |
|
ziggurat29
|
fad17a3410
|
Merged nuttx/boards into master
|
2016-03-25 13:24:16 -05:00 |
|
Gregory Nutt
|
0334d4b4cd
|
Rename usbmsc_archinitialize to board_usbmsc_initialize
|
2016-03-25 12:09:37 -06:00 |
|
Gregory Nutt
|
426ff59f80
|
All configurations that set CONFIG_SYSTEM_COMPOSITE must also select CONFIG_LIB_BOARDCTL and CONFIG_BOARDCTL_USBDEVCTL
|
2016-03-25 11:32:26 -06:00 |
|
Gregory Nutt
|
39326f3b96
|
Rename all occurrences of composite_archinitialize to board_composite_initialize
|
2016-03-25 11:16:38 -06:00 |
|
Gregory Nutt
|
9b9c374a83
|
Add basic definitions for control of USB devices via boardctl()
|
2016-03-25 10:52:39 -06:00 |
|
Gregory Nutt
|
a2620361df
|
Add basic definitions for control of USB devices via boardctl()
|
2016-03-25 10:51:57 -06:00 |
|
ziggurat29
|
c856bbb264
|
support RNG on STM32L4. add support for SAI1PLL and SAI2PLL. fix some errors in defines and configs.
|
2016-03-25 11:31:23 -05:00 |
|
Gregory Nutt
|
164dad9cd2
|
Sabre-6quad: Add crystal frequencies to board.h
|
2016-03-24 14:45:04 -06:00 |
|
Gregory Nutt
|
3886500459
|
Update TODO list
|
2016-03-24 13:10:45 -06:00 |
|
Sebastien Lorquet
|
b2e7f63a7b
|
Fix for bad type in stm32l4_spi.c
|
2016-03-24 08:18:30 -06:00 |
|
Gregory Nutt
|
e42b3040ee
|
Fix some issues with the initial implementation of sched_mergeprioritized.
|
2016-03-24 07:52:27 -06:00 |
|
Gregory Nutt
|
53a721cdd7
|
Fix a cloned error in both sq_cat() and dq_cat()
|
2016-03-23 14:48:50 -06:00 |
|
Gregory Nutt
|
1652052f52
|
Update a README.txt
|
2016-03-23 14:48:03 -06:00 |
|
Gregory Nutt
|
b5afc187ee
|
Add file missed in last commit; sched_lock() and sched_mergepending() now use sched_mergeprioritized()
|
2016-03-23 08:58:48 -06:00 |
|
Gregory Nutt
|
4a962a36dd
|
Add library functions to concatenate and move lists. Add scheduler function to merge prioritized function to merge prioritized lists (not yet used).
|
2016-03-23 08:00:58 -06:00 |
|
Gregory Nutt
|
f0671bae2f
|
SMP: Reorder some logic related to task exit() and restart() for logic of SMP.
|
2016-03-22 18:19:57 -06:00 |
|
Gregory Nutt
|
35707e4d48
|
SIM: Update scheduler implementation to match prototype changes
|
2016-03-22 18:18:37 -06:00 |
|
Gregory Nutt
|
2534791a2e
|
Merged in paulpatience/nuttx (pull request #51)
Fix issues detected by cppcheck
|
2016-03-22 13:47:48 -06:00 |
|
Paul A. Patience
|
c62bb9beb1
|
Fix issues detected by cppcheck
|
2016-03-22 15:46:47 -04:00 |
|
Gregory Nutt
|
9604ea8f42
|
SMP: Straighten up some scheduler locking logic -- need to REVISIT
|
2016-03-22 13:01:47 -06:00 |
|
Gregory Nutt
|
e767df5994
|
SIM: Add another name to the NuttX names list
|
2016-03-22 13:00:09 -06:00 |
|
Gregory Nutt
|
3b2e94e1fd
|
SMP: Fix some errors when removing a trask from the assigned task list
|
2016-03-22 11:08:30 -06:00 |
|
linfei_chen
|
4b18b8d1e3
|
LP Work Queue: Fix test to find and idle worker thread.
|
2016-03-22 08:15:49 -06:00 |
|
Gregory Nutt
|
bc325bd597
|
Update Kconfig comments
|
2016-03-21 18:28:43 -06:00 |
|
Gregory Nutt
|
d20db82fcb
|
Scheduler instrumentation: Fix some associated with monitoring critical sections
|
2016-03-21 17:08:07 -06:00 |
|
Gregory Nutt
|
adf3c73219
|
scheduler instrumentation: Improvements to buffering logic
|
2016-03-21 15:40:01 -06:00 |
|
Gregory Nutt
|
ccbf514233
|
Add task state to information recorded when a task is suspended
|
2016-03-21 15:24:15 -06:00 |
|
Gregory Nutt
|
be5b79875f
|
Fix an error in the simulator version of up_unblock_task()
|
2016-03-21 15:20:14 -06:00 |
|
Gregory Nutt
|
f7b58e9dfd
|
sched/: Move location (and form) of context switch instrumentation.
|
2016-03-21 14:08:31 -06:00 |
|
Gregory Nutt
|
c49bd4179a
|
Purely cosmetic
|
2016-03-20 18:44:44 -06:00 |
|
Andrew Tridgell
|
38eb8bb1b0
|
pipes: support FIONREAD and FIONWRITE ioctl on pipes; use semaphores for pipecommon_ioctl().
|
2016-03-20 18:11:13 -06:00 |
|
Gregory Nutt
|
ad611e2cca
|
Merged in paulpatience/nuttx-arch (pull request #58)
STM32 DAC: Fix DMA support for STM32F2xxx and STM32F4xxx
|
2016-03-20 15:33:55 -06:00 |
|
Paul A. Patience
|
2f187f8714
|
STM32 DAC: Fix DMA support for STM32F2xxx and STM32F4xxx
|
2016-03-20 17:26:40 -04:00 |
|
Gregory Nutt
|
748edc0445
|
Fix a error in the previous commit
|
2016-03-20 14:23:45 -06:00 |
|
Gregory Nutt
|
e0249bd025
|
STM32L4: Fix incorrect and conflicting definitions for STM32L4_NGPIOS and STM32L4_NGPIO_PORTS. Now there is only STM32L4_NPORTS.
|
2016-03-20 14:12:07 -06:00 |
|
Gregory Nutt
|
03a77c1d18
|
Remove most unused references to CONFIG_NET_MULTICAST. Rename other uses of CONFIG_NET_MULTICAST to avoid naming comflicts.
|
2016-03-20 13:16:17 -06:00 |
|
Gregory Nutt
|
e5b0c0e502
|
Remove most unused references to CONFIG_NET_MULTICAST. Rename other uses of CONFIG_NET_MULTICAST to avoid naming comflicts.
|
2016-03-20 13:15:58 -06:00 |
|
Gregory Nutt
|
f7d3b8147f
|
Rename CONFIG_NET_MULTICAST to avoid name conflicts
|
2016-03-20 13:14:36 -06:00 |
|
Gregory Nutt
|
2dd9777c7e
|
Fix a backward conditional test introduced with the last commit
|
2016-03-20 09:58:07 -06:00 |
|
Gregory Nutt
|
00b44959ea
|
TCP poll: TCP poll events can really only being processed when the poll from the correct device is received.
|
2016-03-20 08:39:15 -06:00 |
|
Gregory Nutt
|
4639cdd894
|
TCP timeouts: Fix some logic when there are multiple network interfaces. In this case, TCP timeout events can really only being processed when the poll from the correct device is received.
|
2016-03-20 08:19:00 -06:00 |
|
Gregory Nutt
|
fae9092e5a
|
Eliminate a warning
|
2016-03-19 14:01:35 -06:00 |
|
Gregory Nutt
|
47b36e9de4
|
i.MX6: Fix uninitialized variable warning in GPIO logic
|
2016-03-19 13:59:50 -06:00 |
|
Gregory Nutt
|
75a4a5dcbe
|
Back part of a previous CDC/ACM change. Improve some Kconfig comments.
|
2016-03-19 12:45:33 -06:00 |
|
Gregory Nutt
|
deed28b8f2
|
USB composite: Fix some errors in conditional compilation
|
2016-03-19 08:08:40 -06:00 |
|