Gregory Nutt
|
74cb19cfb2
|
Fix some typos in some documents
|
2014-02-08 10:46:29 -06:00 |
|
Gregory Nutt
|
7eef2f9410
|
Change how TCP read-ahead is selected to better integrate with TCP write buffering
|
2014-01-13 13:55:51 -06:00 |
|
Gregory Nutt
|
692b087d07
|
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
|
2013-12-05 10:37:55 -06:00 |
|
Gregory Nutt
|
417f67c132
|
Clean up some naming: fd vs. fildes vs. filedes and filep vs filp
|
2013-09-28 16:50:07 -06:00 |
|
Gregory Nutt
|
bc46b447dc
|
Fix all occurrences of "the the" in documentation and comments
|
2013-08-27 09:40:19 -06:00 |
|
Gregory Nutt
|
efce99ba6f
|
SAM4L GPIO port addressing fixes; SAM4L Xplained LED support; minor documentation updates
|
2013-06-05 08:54:37 -06:00 |
|
Gregory Nutt
|
cf311c82ab
|
Documentation now expects autogenerated configuration variable documenation at Documentation/NuttXConfigVariables.html
|
2013-04-22 16:46:15 -06:00 |
|
patacongo
|
d932e56dca
|
STM32 F4 patches from Petteri Aimonen (mostly USB)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5652 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-15 14:37:37 +00:00 |
|
patacongo
|
5c093af766
|
Changed needed to fix issues with task_restart()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5615 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-06 15:43:28 +00:00 |
|
patacongo
|
1fc1a2514e
|
Misc clean-up and bugfixes related to multi-thread group signalling
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5614 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-06 00:06:35 +00:00 |
|
patacongo
|
b48009644f
|
Rename _TCB to struct tcb_s
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5610 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-04 18:46:28 +00:00 |
|
patacongo
|
329328e5df
|
New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv types should be char * const * not const char **
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5598 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-02 19:31:30 +00:00 |
|
patacongo
|
3736ae6ba9
|
Add logic to retain child task exit status if so configured
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5553 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-23 22:23:46 +00:00 |
|
patacongo
|
b8e53dad52
|
Use SIGCHLD with waitpid(); implemented wait() and waitid()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5515 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-13 18:53:00 +00:00 |
|
patacongo
|
6455ec191c
|
Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5512 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-11 21:51:54 +00:00 |
|
patacongo
|
ddb0ad618e
|
Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5493 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-08 16:51:22 +00:00 |
|
patacongo
|
c76795d32b
|
Add execv() and execl(); Move lm3s header files for compatibility
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5492 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-08 16:25:30 +00:00 |
|
patacongo
|
69f428e2b9
|
Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5491 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-08 00:04:12 +00:00 |
|
patacongo
|
f8ad7573a5
|
Update for ez80 Windows native build (still does not work)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5377 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-21 17:44:14 +00:00 |
|
patacongo
|
9b37a2c4fc
|
Implement pause()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5376 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-21 00:39:30 +00:00 |
|
patacongo
|
2965981947
|
Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5279 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-30 19:25:50 +00:00 |
|
patacongo
|
08404c8492
|
Add documentation for the binary loader
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5278 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-30 14:32:52 +00:00 |
|
patacongo
|
56580875ab
|
atexit() and on_exit() may now be configured to support multiple exit callbacks
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4995 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-01 17:47:54 +00:00 |
|
patacongo
|
5e1e0b61fb
|
Fix atexit() function being called twice
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4644 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-23 13:59:31 +00:00 |
|
patacongo
|
98f6034444
|
Updated comments; starting to implement priority protection but backed everything out but some changes to comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4510 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-23 20:14:21 +00:00 |
|
patacongo
|
2fe4ad52f8
|
Move file-system header files to include/nuttx/fs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-21 18:01:07 +00:00 |
|
patacongo
|
f8b785f10e
|
Correct and error in recv() and recvfrom() return value
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4402 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-18 18:13:30 +00:00 |
|
patacongo
|
9473d2192f
|
Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4354 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-31 23:39:12 +00:00 |
|
patacongo
|
fc138b6158
|
Fix banding on the R61580 LCD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4136 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-05 19:59:10 +00:00 |
|
patacongo
|
34f1a907b4
|
wchar_t is a C++ built in and should not (always) be defined
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4128 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-29 14:26:12 +00:00 |
|
patacongo
|
2928511cce
|
Add sem_timedwait()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3798 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-19 13:40:15 +00:00 |
|
patacongo
|
36a7f0be04
|
Complets ram mapping logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3578 42af7a65-404d-4744-a932-0658087f49c3
|
2011-05-08 14:42:42 +00:00 |
|
patacongo
|
61955434b1
|
Add strnlen()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3054 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-27 20:54:11 +00:00 |
|
patacongo
|
757edb2c70
|
Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2360 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-16 20:30:06 +00:00 |
|
patacongo
|
4686cc55fa
|
types blkcnt_t and off_t should not depend on memory model; Remove non-standard type STATUS
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2330 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-13 18:01:46 +00:00 |
|
patacongo
|
5f7092fd27
|
Document string operations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1992 42af7a65-404d-4744-a932-0658087f49c3
|
2009-07-18 21:04:10 +00:00 |
|
patacongo
|
b32b7cb4b2
|
Add gmtime and localtime
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1976 42af7a65-404d-4744-a932-0658087f49c3
|
2009-07-12 00:41:06 +00:00 |
|
patacongo
|
4f255b5fdf
|
Add gettimeofday()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1974 42af7a65-404d-4744-a932-0658087f49c3
|
2009-07-11 23:39:33 +00:00 |
|
patacongo
|
45659df160
|
Add reference to NXFLAT interface
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1971 42af7a65-404d-4744-a932-0658087f49c3
|
2009-07-11 13:22:41 +00:00 |
|
patacongo
|
e72dce9e1b
|
Consolidate buffer dumping; fix all occurrences of 'the the'
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3
|
2009-06-25 17:44:35 +00:00 |
|
patacongo
|
2c1b9f54e9
|
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1814 42af7a65-404d-4744-a932-0658087f49c3
|
2009-05-22 12:48:05 +00:00 |
|
patacongo
|
7172fd9b22
|
fix typos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1765 42af7a65-404d-4744-a932-0658087f49c3
|
2009-05-09 13:11:12 +00:00 |
|
patacongo
|
ff553a8683
|
Finishes initial verification of priority inheritance logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1601 42af7a65-404d-4744-a932-0658087f49c3
|
2009-03-14 01:18:07 +00:00 |
|
patacongo
|
166b4da551
|
Add support for priority inheritance
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1581 42af7a65-404d-4744-a932-0658087f49c3
|
2009-03-08 23:33:41 +00:00 |
|
patacongo
|
73a6fc026d
|
Add support for TCP/IP connection backlog
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1294 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-20 19:24:06 +00:00 |
|
patacongo
|
b87033e705
|
Add entries to index
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1287 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-19 02:40:54 +00:00 |
|
patacongo
|
240e512d67
|
Add configuration settings necessary to use poll()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1283 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-19 00:23:19 +00:00 |
|
patacongo
|
6dedcb2dfe
|
Add poll() and select()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1282 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-18 23:00:29 +00:00 |
|
patacongo
|
72d4fbf168
|
Poll API may be disabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1259 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-16 22:05:28 +00:00 |
|
patacongo
|
031dfef23c
|
Added mmap()/XIP test to ROMFS test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@917 42af7a65-404d-4744-a932-0658087f49c3
|
2008-09-12 19:17:15 +00:00 |
|