Gregory Nutt
|
a84a421248
|
Ooops... I left out a semicolon in the last sscanf() commit
|
2014-02-18 15:38:44 -06:00 |
|
Gregory Nutt
|
927ec9c792
|
sscanf() bug fixes from David Sidrane
|
2014-02-18 14:14:07 -06:00 |
|
Gregory Nutt
|
a5b8755bea
|
Add a patch to work around the bug in the ZDS-II 5.0.1 toolchain
|
2014-01-24 11:58:30 -06:00 |
|
Gregory Nutt
|
803cdfdaf1
|
Changes to get PX4 config to build. Also some warning removal
|
2014-01-14 13:30:22 -06:00 |
|
Gregory Nutt
|
a0808e7b6d
|
Minor fixes to lib_fgets() typing
|
2014-01-08 11:24:28 -06:00 |
|
Gregory Nutt
|
0bdee120a1
|
Add lib_libfgets() to better support the small differences between gets(), gets_s(), and fgets()
|
2014-01-08 10:47:34 -06:00 |
|
Gregory Nutt
|
e3b12cbaa9
|
Add x qualifier to fopen to support exlusive open
|
2014-01-07 17:18:38 -06:00 |
|
Gregory Nutt
|
c5f9b8768e
|
Add type rsize_t and function gets_s()
|
2014-01-07 16:27:45 -06:00 |
|
Gregory Nutt
|
53ce920eae
|
Add FAR to a couple of functions. The Z16F cares about such things
|
2014-01-02 12:36:20 -06:00 |
|
Gregory Nutt
|
c4380b5a8f
|
ARMv7-A: If the page table does not like in same address range as .text and primary RAM, then we will need to set up an additional mapping for the page table at boot time.
|
2013-12-16 08:26:07 -06:00 |
|
Gregory Nutt
|
46b77e2544
|
Support /proc/uptime
|
2013-12-14 10:34:08 -06:00 |
|
Gregory Nutt
|
bdf1ad69d6
|
libc logic should not directly assign errno, but should use set_errno() macro. This is because in the kernel build, errno is a system call
|
2013-12-11 14:54:22 -06:00 |
|
Gregory Nutt
|
05d50e6379
|
A few changes needed for compilation with ZDS-II
|
2013-11-28 15:57:41 -06:00 |
|
Gregory Nutt
|
545cef3223
|
scanf() fixes from kfrolov: 1) sscanf() function hangs in the following example: sscanf(2, %u,%u,%u,%u, ...), 2) sscanf() returns incorrect number of parsed numbers if some arguments can't be parsed: sscanf(=2, %u,%u,%u,%u,...)==1 instead of 0, and 3) using of char* instead of const char* in vsscanf function leads to warnings from GCC.
|
2013-10-21 10:41:15 -06:00 |
|
Gregory Nutt
|
30ffd2364c
|
Remove some warnings
|
2013-10-01 12:10:09 -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
|
961837eaaf
|
Fix an assertion
|
2013-06-02 16:49:41 -06:00 |
|
Gregory Nutt
|
44450511d4
|
Add dprintf() and vdprintf()
|
2013-06-02 15:49:52 -06:00 |
|
Gregory Nutt
|
88c0911fb1
|
Various changes and bigfixes for problems detected by CppCheck
|
2013-05-09 14:23:34 -06:00 |
|
Gregory Nutt
|
ba52f8d3ec
|
Misc changes for clean built od mikroe-stm32f4 configurations
|
2013-05-01 09:21:13 -06:00 |
|
Gregory Nutt
|
06871729dd
|
Support for printing NaN and infinity from Andrew Tridgell
|
2013-04-17 07:40:48 -06:00 |
|
patacongo
|
1a67cb9e1e
|
Fix for trailing %n bug in sscanf (with help from Lorenz Meier)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5754 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-18 00:41:42 +00:00 |
|
patacongo
|
6239b70352
|
Prep for 6.26 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5745 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-15 18:07:34 +00:00 |
|
patacongo
|
1c52dce216
|
More changes for a kernel-mode allocator (more to be done)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5724 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-09 21:12:20 +00:00 |
|
patacongo
|
a3df67ef8a
|
NxWidgets updates from Petteri Aimonen; buildroot GDB build fix from Ken Bannister
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5592 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-01 14:53:38 +00:00 |
|
patacongo
|
10a3ef0995
|
The USB monitor now works with the stm32f4discover/nsh configuration (but not with the usbnsh configuration)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5580 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-29 17:42:58 +00:00 |
|
patacongo
|
ad430fc198
|
Add syslog.h; rename lib_rawprintf() to syslog()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-28 21:55:16 +00:00 |
|
patacongo
|
328b6d41a0
|
Misc SYSLOG and STM32 serial fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5576 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-28 17:43:55 +00:00 |
|
patacongo
|
68b11dc1ee
|
Add configs/stm32f4discovery/usbnsh
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5572 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-27 19:17:56 +00:00 |
|
patacongo
|
a71843ef91
|
Move stream data from TCB to task group structure.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5569 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-26 22:25:21 +00:00 |
|
patacongo
|
44c3becee8
|
Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JP
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5557 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-24 18:39:53 +00:00 |
|
patacongo
|
901912f4e5
|
Fix an error handling bug in the fread logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5511 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-11 19:08:51 +00:00 |
|
patacongo
|
92cc274d33
|
Fix typo introduced into many Makefiles with last changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5370 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-19 19:53:53 +00:00 |
|
patacongo
|
5cb8226727
|
OK.. I think the directory has been recovered and renamed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5331 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-10 16:34:46 +00:00 |
|
patacongo
|
42997ede83
|
Still trying to recover directory contents
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5330 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-10 16:19:12 +00:00 |
|