Gregory Nutt
|
8b848504c3
|
Fix all URLs to the NuttX repository
|
2016-04-06 18:04:06 -06:00 |
|
Gregory Nutt
|
3045f4910e
|
Update submodules
|
2016-04-04 10:55:25 -06:00 |
|
Gregory Nutt
|
dc71a47df6
|
RTC: Fix some configuration issues when RTC_ALARM is disabled
|
2016-04-04 09:24:27 -06:00 |
|
Kha Vo
|
bb09dc30a4
|
sigset: Fix an IAR compilation problem
|
2016-04-03 13:58:49 -06:00 |
|
Kha Vo
|
51facd904d
|
bsearch: Fix an IAR compilation problem
|
2016-04-03 13:56:59 -06:00 |
|
Gregory Nutt
|
4fbd79d1a8
|
rtc.h: Needs to include signal.h and time.h to avoid compile errors in certain contexts
|
2016-04-03 13:35:01 -06:00 |
|
Gregory Nutt
|
a44b0798e2
|
RTC driver: Needs to initialize state structure to zero on initalization
|
2016-04-03 12:40:25 -06:00 |
|
Gregory Nutt
|
ae95f6cdfd
|
RTC: Fix some errors when RTC debug is enabled
|
2016-04-03 09:52:25 -06:00 |
|
Gregory Nutt
|
1135ce804d
|
RTC: Extend interface by adding a method to set the alarm relative to the current time
|
2016-04-02 18:18:48 -06:00 |
|
Gregory Nutt
|
1767b21d3c
|
Update submodules
|
2016-04-02 17:42:00 -06:00 |
|
Gregory Nutt
|
0723226bda
|
RTC: Further simplications of the RTC driver interface; Add sample implem.
|
2016-04-02 13:55:58 -06:00 |
|
Gregory Nutt
|
58d6624f29
|
RTC: Simplify the RTC driver interface. Way too much stuff in that interface and it is not fully implemented anywhere.
|
2016-04-02 13:01:02 -06:00 |
|
Gregory Nutt
|
ab3f9b764e
|
Update ChangeLog
|
2016-04-02 08:16:28 -06:00 |
|
Aleksandr Vyhovanec
|
3770b69572
|
Update compiler.h to support IAR compiler
|
2016-04-02 06:24:36 -06:00 |
|
Gregory Nutt
|
a6fff34ec6
|
Update TODO list
|
2016-03-31 18:02:51 -06:00 |
|
Gregory Nutt
|
af027f2a18
|
Update submodules
|
2016-03-31 13:37:04 -06:00 |
|
Gregory Nutt
|
bbbb615c31
|
Remove references to VSN from README; update ChangeLog
|
2016-03-30 18:13:45 -06:00 |
|
Gregory Nutt
|
35ab1697cd
|
CONFIG_DEV_RANDOM depends on CONFIG_ARCH_HAVE_RNG which is selected with MCU-specific RNG H/W is enabled. So correct default is y; you almost certainly want /dev/random as well.
|
2016-03-30 07:58:09 -06:00 |
|
Gregory Nutt
|
751e85eade
|
tools/: Scripts should use /bin/bash vs. /bin/sh
|
2016-03-28 18:18:30 -06:00 |
|
Gregory Nutt
|
23142d91fa
|
PM: Fix a compile error in a DEBUGASSERTion when DEBUG is enabled
|
2016-03-27 18:17:37 -06:00 |
|
Gregory Nutt
|
fbaee9db34
|
PM: Some cosmetic updates
|
2016-03-27 13:37:28 -06:00 |
|
Gregory Nutt
|
54dbec248e
|
PM: Add domain to all PM interfaces. Internal PM data structures now handle multiple PM domains.
|
2016-03-27 13:03:47 -06:00 |
|
Gregory Nutt
|
dea4fe5d90
|
PM: Add activity domain to all PM callbacks
|
2016-03-27 11:19:39 -06:00 |
|
Gregory Nutt
|
8b21db7fc7
|
Backout some experimental stuff that was including in the lst commit
|
2016-03-27 10:20:02 -06:00 |
|
Gregory Nutt
|
970822b351
|
Add missing PM configuratin options to Kconfig file
|
2016-03-27 10:18:20 -06:00 |
|
Gregory Nutt
|
d580b70a71
|
Minor updates to TODO list
|
2016-03-26 17:26:47 -06:00 |
|
Gregory Nutt
|
ad01da34ad
|
tools/Makefile.host: If the real target is kconfightml.exe, then then kconfightml target is .PHONY
|
2016-03-26 15:34:16 -06:00 |
|
Gregory Nutt
|
8523e17f52
|
Prep for 7.15 release
|
2016-03-26 12:16:14 -06:00 |
|
Gregory Nutt
|
cc5a678a9e
|
Extend boardctl() USB device control to include PL2303 serial
|
2016-03-25 16:01:59 -06:00 |
|
Gregory Nutt
|
e2b16e0cb6
|
Update README
|
2016-03-25 15:01:55 -06:00 |
|
Gregory Nutt
|
3e4ae24387
|
Fix a few issues related to new USB device boardctl() commands
|
2016-03-25 14:23:27 -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
|
3886500459
|
Update TODO list
|
2016-03-24 13:10:45 -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
|
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
|
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
|
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
|
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 |
|