Gregory Nutt
|
ebdff66c8b
|
ARP: Add support for the case where there are multiple networks: One being Etherenet and the other not (say slip or perhaps someday PPP). In that case, we need to suppress ARP-related operations on the SLIP/PPP interface only
|
2014-11-14 18:25:33 -06:00 |
|
Gregory Nutt
|
c3405e98f0
|
Update ChangeLog
|
2014-11-14 16:47:52 -06:00 |
|
Gregory Nutt
|
e03c764d92
|
I don't think that the net_route function has ever worked correctly. The source ip was updated in the match struct instead of the route ip. From Brennan Ashton.
|
2014-11-14 16:45:25 -06:00 |
|
Gregory Nutt
|
ca15802ae5
|
Trival fix to comment
|
2014-11-14 10:58:13 -06:00 |
|
Gregory Nutt
|
bd1b5094b4
|
Trivial binfmt logic clean-up
|
2014-11-14 10:38:58 -06:00 |
|
Gregory Nutt
|
66dbce8cf6
|
Cosmetic updates; updates to README
|
2014-11-14 09:54:00 -06:00 |
|
Gregory Nutt
|
9e290c10b5
|
Fix some compile issues introduces with removal of CONFIG_MAX_TASK_ARGS
|
2014-11-14 09:53:11 -06:00 |
|
Gregory Nutt
|
db12ac1f14
|
EFM32: Finishes USB naming fixup. Still some missing initialization logic
|
2014-11-14 08:36:18 -06:00 |
|
Gregory Nutt
|
7358c3c641
|
EFM32: More USB naming updates. Still not finished
|
2014-11-14 07:20:13 -06:00 |
|
Gregory Nutt
|
9f3d4b30fb
|
Add st7565.c to build
|
2014-11-14 06:55:16 -06:00 |
|
Gregory Nutt
|
13b58a3c2a
|
EFM32GG-STK3700: Increase LEUART0 baud to 9600; Calibrate delay loop
|
2014-11-14 06:33:54 -06:00 |
|
Gregory Nutt
|
b87b91cbfe
|
Update ChangeLog
|
2014-11-13 16:06:00 -06:00 |
|
Gregory Nutt
|
3576e249b5
|
Add driver for ST7565 that works with NHD‐C12864KGZ display. From Pierre-noel Bouteville.
|
2014-11-13 16:03:52 -06:00 |
|
Gregory Nutt
|
9dc834e723
|
EFM32: More USB register name corrections. Still incomplete
|
2014-11-13 12:25:42 -06:00 |
|
Gregory Nutt
|
de0d087c2e
|
Update ChangeLog
|
2014-11-13 10:48:31 -06:00 |
|
Gregory Nutt
|
135f1ab64a
|
Update ChangeLog
|
2014-11-13 10:45:55 -06:00 |
|
Gregory Nutt
|
e6ff1518f6
|
EFM32: Finishes USB naming changes for device
|
2014-11-13 10:45:47 -06:00 |
|
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 |
|