Gregory Nutt
|
c3aadcdef5
|
Correct a typo in the STM32 OTGFS register bit definitions
|
2014-11-13 10:43:54 -06:00 |
|
Gregory Nutt
|
a55e0b87df
|
Update changelog
|
2014-11-13 09:16:18 -06:00 |
|
Gregory Nutt
|
ae2c755994
|
Merge remote-tracking branch 'origin/master' into maxargs
|
2014-11-13 09:08:00 -06:00 |
|
Gregory Nutt
|
e0270c568b
|
Update ChangeLog
|
2014-11-13 09:07:27 -06:00 |
|
Gregory Nutt
|
c956d6d820
|
Add support for seeking in BCH. From Sébastien Lorquet.
|
2014-11-13 09:04:42 -06:00 |
|
Gregory Nutt
|
321d829552
|
merge
|
2014-11-13 08:43:53 -06:00 |
|
Gregory Nutt
|
9129391ab1
|
Refresh configuration
|
2014-11-13 08:40:11 -06:00 |
|
Gregory Nutt
|
250e474951
|
Update configuration
|
2014-11-13 08:08:50 -06:00 |
|
Gregory Nutt
|
838f2053e4
|
Fix some compile errors introduce in last commits
|
2014-11-13 07:44:45 -06:00 |
|
Gregory Nutt
|
bc265d74e7
|
task_create: Don't even try if the accumulated size of the argument list is larger than the stack
|
2014-11-13 06:44:15 -06:00 |
|
Gregory Nutt
|
2a0549865f
|
execl(): Don't allocate or free and argv[] list if there are not arguments
|
2014-11-13 06:35:20 -06:00 |
|
Gregory Nutt
|
5286205790
|
Merge remote-tracking branch 'origin/master' into maxargs
|
2014-11-13 06:12:20 -06:00 |
|
Gregory Nutt
|
bb9b0f572d
|
vfork no longer depends on CONFIG_MAX_TASK_ARGS
|
2014-11-12 19:01:29 -06:00 |
|
Gregory Nutt
|
4638a97f97
|
task_start() no longer depends on CONFIG_MAX_TASK_ARGS
|
2014-11-12 18:54:35 -06:00 |
|
Gregory Nutt
|
ffbd6cf10a
|
task_setup() no longer depends on CONFIG_MAX_TASK_ARGS
|
2014-11-12 18:49:58 -06:00 |
|
Gregory Nutt
|
597999400e
|
execl() no longer depends on CONFIG_MAX_TASK_ARGS
|
2014-11-12 18:44:11 -06:00 |
|
Gregory Nutt
|
bb65701ccd
|
Oops.. part of the last change will still in the editor
|
2014-11-12 18:33:07 -06:00 |
|
Gregory Nutt
|
7c119ba787
|
Binfmt no longer depends on a fixed sized argv[] list
|
2014-11-12 18:31:32 -06:00 |
|
Gregory Nutt
|
fcffafee30
|
Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigs
|
2014-11-12 18:02:19 -06:00 |
|
Gregory Nutt
|
212e48a6dc
|
Update document and README
|
2014-11-12 14:47:04 -06:00 |
|
Gregory Nutt
|
a8140456de
|
Update ChangeLog
|
2014-11-12 12:53:49 -06:00 |
|
Gregory Nutt
|
9160054188
|
EFM32: Tweaks to get EFM32GG-STK3700 running NSH over LEUART0
|
2014-11-12 12:50:09 -06:00 |
|
Gregory Nutt
|
d287e7036d
|
Let's raise the priority of NXFFS dumps to LOG_NOTICE
|
2014-11-12 11:38:48 -06:00 |
|
Gregory Nutt
|
984fffee1a
|
EFM32: More USB register name corrections. Still incomplete
|
2014-11-12 10:43:29 -06:00 |
|
Gregory Nutt
|
9d0eb576c7
|
EFM32: More USB register name corrections. Still incomplete
|
2014-11-12 09:46:58 -06:00 |
|
Gregory Nutt
|
79cb947879
|
Update ChangeLog
|
2014-11-12 07:52:31 -06:00 |
|
Gregory Nutt
|
ae3485bf88
|
Remove the definition of INT_FAST32_MIN which is already defined in stdint.h (the correct location). From Lorenz Meier.
|
2014-11-12 07:47:37 -06:00 |
|
Gregory Nutt
|
8464143d8b
|
Updates the px4fmu-v2_upstream config using menuconfig. From Lorenz Meier.
|
2014-11-12 07:38:16 -06:00 |
|
Gregory Nutt
|
639641dc04
|
The definition of strncpy() is that empty space should be zero-filled, the patch adds the zero filling (I didn’t know this, see e.g. the POSIX spec here: http://pubs.opengroup.org/onlinepubs/7908799/xsh/strncpy.html). From Lorenz Meier.
|
2014-11-12 07:36:15 -06:00 |
|
Gregory Nutt
|
a61802640f
|
Defines inline functions as not instrumented - this is relevant for anyone using instrumentation. From Lorenz Meier.
|
2014-11-12 07:32:36 -06:00 |
|
Gregory Nutt
|
c147913e27
|
Add protection from C++ name mangling in the ARM up_internal.h. From Lorenz Meier.
|
2014-11-12 07:27:28 -06:00 |
|
Gregory Nutt
|
6a9296c397
|
Fix prolblems with redefinitions of fdb macro. With the fix to the syslog prototype, a LOG priority must now be the first paramter. Fixed by replacing all occurrences of fdbg with syslog(LOG_DEBUG, and eliminating the macro redefinitions. Noted by Sebastien Lorquet.
|
2014-11-12 07:15:13 -06:00 |
|
Gregory Nutt
|
f06289e4d5
|
If the INTR granule allocator mode is enabled, there is no
semaphore to destroy. From Lorenz Meier.
|
2014-11-12 06:56:32 -06:00 |
|
Gregory Nutt
|
b5d737aa00
|
Update ChangeLog
|
2014-11-11 11:54:32 -06:00 |
|
Gregory Nutt
|
c23b7ec93d
|
From Lorenz Meier: The implementation of access() as vararg macro has the issue that any function call with the same name (even in a C++ class) will match with it and result in a compile error. I have replaced it with a small function, and tried to have decent documentation as well. This resolves the compile issue, and shouldn’t have negative side effects for users of the function.
|
2014-11-11 11:52:24 -06:00 |
|
Gregory Nutt
|
333824c32b
|
Update README files
|
2014-11-11 09:36:33 -06:00 |
|
Gregory Nutt
|
f9ff3469f6
|
Fix a typo in an I2C header file. From Jahu Niskanen
|
2014-11-11 07:12:16 -06:00 |
|
Gregory Nutt
|
6fd018089c
|
Check link target - do nothing if link is already created and the target matches the request. From Freddie Chopin.
|
2014-11-11 07:00:18 -06:00 |
|
Gregory Nutt
|
0ef0793bf9
|
Update ChangeLog
|
2014-11-10 18:21:43 -06:00 |
|
Gregory Nutt
|
2caeead612
|
Fix an important bug in the watchdog creation logic
|
2014-11-10 18:15:26 -06:00 |
|
Gregory Nutt
|
9ff5d5ee6e
|
Update ChangeLogs
|
2014-11-10 15:15:22 -06:00 |
|
Gregory Nutt
|
6e387ee135
|
Add ANSI/VT100 color codes
|
2014-11-10 15:10:57 -06:00 |
|
Gregory Nutt
|
2818e905c7
|
Refresh configuration
|
2014-11-10 13:43:43 -06:00 |
|
Gregory Nutt
|
b457c26e3c
|
Update ChangeLog
|
2014-11-10 07:48:48 -06:00 |
|
Gregory Nutt
|
3c6dd42e28
|
Remove stm32f100rc_generic board configuration
|
2014-11-10 07:48:48 -06:00 |
|
Gregory Nutt
|
23c41e1026
|
Update ChangeLog
|
2014-11-10 07:48:47 -06:00 |
|
Gregory Nutt
|
54245b1b9c
|
Support for the STM32F103RG. From Murilo Ponte
|
2014-11-10 07:48:46 -06:00 |
|
Gregory Nutt
|
5073f3e951
|
EFM32: Reduce writes to the CTRL register
|
2014-11-09 09:43:43 -06:00 |
|
Gregory Nutt
|
fe7bdb284e
|
EFM32: Fix issues associated with SPI bi order. From Pierre
|
2014-11-09 08:21:38 -06:00 |
|
Gregory Nutt
|
8e5ae2ee18
|
EFM32: Fix typo in connecting ODD GPIO interrupt. Noted by Pierre
|
2014-11-08 06:18:21 -06:00 |
|