Gregory Nutt
c7cab0a5ff
SAMA5 SSC: Updated I2S driver
2013-11-08 12:03:18 -06:00
Gregory Nutt
d8d469fa58
STM32 F1 USB: Fix OUT SETUP command bug. From David Sidrane
2013-11-07 17:25:05 -06:00
Gregory Nutt
f39467339e
Add ioctl to support software triggering of ADC/DAC conversions
2013-10-25 14:19:09 -06:00
Gregory Nutt
f7e4f25760
SAMA5 GMAC and GMII support is code complete and ready for test
2013-09-27 13:12:04 -06:00
Gregory Nutt
a5612af642
Rename examples/usbstorage to examples/usbmsc. From CCTSAO
2013-09-05 08:07:03 -06:00
Gregory Nutt
37579db920
SAMA5 UDPHS: Fixes related to soft connect pullup and DMA buffer allocation
2013-09-02 14:55:33 -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
2c6b370c4a
Add ARMv7-A irqdisable() inline function
2013-07-30 11:37:09 -06:00
Gregory Nutt
3860fc17f0
Improve Cortex-A5 context switching so that a little less copying is done
2013-07-24 07:47:51 -06:00
Gregory Nutt
812bf02972
ARMv7-A: Need 8-byte stack alignment when callign C code from interrupt handlers. This change needs to be ported to other ARM architectures as well
2013-07-23 14:47:16 -06:00
Gregory Nutt
a60e38e13a
Fix error in MMC/SD SPI driver introduced with some recent changes; Update TODO list
2013-06-23 10:45:37 -06:00
Gregory Nutt
d5a0c75bbb
Add framework for managing SPI-related discretes on the Freedom KL25Z board.
2013-06-20 13:50:16 -06:00
Gregory Nutt
aaf102b5c8
Prep for 6.28 release
2013-06-14 14:30:00 -06:00
Gregory Nutt
7554d2888e
Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files
2013-05-30 14:45:31 -06:00
Gregory Nutt
aa9589ac8f
Fix STM32F1 and F3 USB device driver. It was not handling NULL packets correctly and it prevent use of the driver with the CDC/ACM class
2013-05-29 10:26:00 -06:00
Gregory Nutt
7629593f72
Begnning of support for the STM32L15X family
2013-05-18 11:15:37 -06:00
Gregory Nutt
d6887c178b
configs/hymini-stm32v converted nsh and nsh2 configs to use kconfig-frontends tools; Also converted to use the common SSD1289 driver
2013-05-14 08:19:20 -06:00
Gregory Nutt
4d4ece78af
Add MTD partition support plus fix some typos in comments
2013-04-30 12:37:34 -06:00
Gregory Nutt
ad2ebf1dd8
Convert olimex-lpc17stk configuration to use the kconfig-frontends tools; Fix some compile errors in the pl2303 USB device driver
2013-04-12 08:38:52 -06:00
Gregory Nutt
1ca14e3555
Updated to documentation and README files
2013-04-11 06:53:26 -06:00
Gregory Nutt
141fb6a32b
LPC17xx GPIO interrupt fixes: lpc17_setintedge() must be atomic. Can't disable interrupts from interrupt handlers because they are automatically re-enabled. Try re-configuring pin instead.
2013-04-07 13:46:05 -06:00
patacongo
fde971ed5d
Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUs
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5781 42af7a65-404d-4744-a932-0658087f49c3
2013-03-24 17:28:38 +00:00
patacongo
0b6910fe7c
Fix an compilation error recently introduced into stm32_vectors.S
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5780 42af7a65-404d-4744-a932-0658087f49c3
2013-03-23 23:06:51 +00:00
patacongo
a1344d8a44
Rework of kernel build signal dispatch to user-space handlers
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5778 42af7a65-404d-4744-a932-0658087f49c3
2013-03-23 14:46:02 +00:00
patacongo
2b64d4742a
Fix a typo that crept into lpc17_allocateheap.c in the recent kernel allocator changes
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5729 42af7a65-404d-4744-a932-0658087f49c3
2013-03-11 13:21:33 +00:00
patacongo
45ce321f51
Move all memory manager globals to a structure. Pass structure pointer as a handler because MM APIs
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5719 42af7a65-404d-4744-a932-0658087f49c3
2013-03-08 18:29:56 +00:00
patacongo
466efbd35c
Fix some bad syscall dispatching log. This change is not testable until these is a tested NuttX kernel build.
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5713 42af7a65-404d-4744-a932-0658087f49c3
2013-03-06 19:56:32 +00:00
patacongo
6feabf0fee
Implement user-mode work queues
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5712 42af7a65-404d-4744-a932-0658087f49c3
2013-03-06 00:02:07 +00:00
patacongo
69fd9e1415
Add a driver for the SST30VF NOR FLASH parts
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5640 42af7a65-404d-4744-a932-0658087f49c3
2013-02-11 21:44:00 +00:00
patacongo
bbf990f417
Moving pending signals to task group; Logic to recover some MQ resources on pthread_cacancel or task_delete; Now obeys rules for delivering signals to a process with threads
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5613 42af7a65-404d-4744-a932-0658087f49c3
2013-02-05 19:50:37 +00:00
patacongo
126e46a1e7
Bugfix: whenever a thread it must report the PID of the main task (even it is not the main task) with SIGCHLD
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5612 42af7a65-404d-4744-a932-0658087f49c3
2013-02-04 22:38:59 +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
b1bf234bf3
Move atexit/on_exit data structures to task group; Now callbacks only occur when the final member of the task group exits
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5607 42af7a65-404d-4744-a932-0658087f49c3
2013-02-04 15:29:19 +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
d512869b62
With the last fixes to the STM32 OTG FS driver, the old poll hack no longer seems necessary
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5588 42af7a65-404d-4744-a932-0658087f49c3
2013-01-30 23:22:51 +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
151dfee1f9
Add a start hook that can be setup to call a function in the context of a new thread before the new threads main() has been called.
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5571 42af7a65-404d-4744-a932-0658087f49c3
2013-01-27 15:52:58 +00:00
patacongo
ff293217de
Move file data from TCB to task group
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5567 42af7a65-404d-4744-a932-0658087f49c3
2013-01-26 20:17:29 +00:00
patacongo
caf5fdf217
Fix some missing logic and inconsistencies in child status logic; Fix a bug introduced into sigaction()
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5560 42af7a65-404d-4744-a932-0658087f49c3
2013-01-24 23:18:32 +00:00
patacongo
a59665cddc
Fix poll/select issue reported by Qiang
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5559 42af7a65-404d-4744-a932-0658087f49c3
2013-01-24 19:19:38 +00:00
patacongo
88ee088073
Add option to used keyboard CODEC in apps/examples/keypadtest
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5554 42af7a65-404d-4744-a932-0658087f49c3
2013-01-23 23:11:13 +00:00
patacongo
f0c357cd5a
More logic to use BASEPRI to control interrupts -- still doesn't work
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5547 42af7a65-404d-4744-a932-0658087f49c3
2013-01-22 14:37:17 +00:00
patacongo
956bded9c1
Add logic to automatically unload module on exit; Several patches from Mike Smith
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5528 42af7a65-404d-4744-a932-0658087f49c3
2013-01-17 14:43:55 +00:00
patacongo
5eafdabc5f
BINFS now supports open, close, and FIOC_FILENAME ioctl
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5522 42af7a65-404d-4744-a932-0658087f49c3
2013-01-16 14:14:14 +00:00
patacongo
8c3c7314a8
Implement vfork() for the MIPS32 architecture
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5520 42af7a65-404d-4744-a932-0658087f49c3
2013-01-15 15:40:18 +00:00
patacongo
5a2eda210b
Finish dup logic for open files; fix bug in sigtimedwait(), would return wrong signo value if the signal was already pending
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5517 42af7a65-404d-4744-a932-0658087f49c3
2013-01-14 19:22:32 +00:00
patacongo
555e3fe1f5
Add support for dup2'ing files. Infrastructure and ROMFS done. Still need FAT, BINFS, NXFFS, and NFS
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5516 42af7a65-404d-4744-a932-0658087f49c3
2013-01-14 15:42:03 +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
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
b7369de8e4
Add missing support for signal masks to posix_spawn.
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5505 42af7a65-404d-4744-a932-0658087f49c3
2013-01-10 18:31:08 +00:00
patacongo
f6485fe177
Completes implementation of posix_spawn. Still untested and undocumented
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5504 42af7a65-404d-4744-a932-0658087f49c3
2013-01-10 17:37:29 +00:00
patacongo
e9e2448a2b
Rename arch/arm/src/lm3s to arch/arm/src/lm to allow a namespace that will include the lm4f
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5495 42af7a65-404d-4744-a932-0658087f49c3
2013-01-08 20:56:40 +00:00
patacongo
2129a9ff72
Eliminate arch/arc/src/lm3s/lm3s_internal.h; replace with several header files
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5494 42af7a65-404d-4744-a932-0658087f49c3
2013-01-08 19:27:38 +00:00
patacongo
3e52f2eb38
Correct some errors in the LPC17xx SYSCON register bit definitions (from Rommel Marcello)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5479 42af7a65-404d-4744-a932-0658087f49c3
2013-01-05 13:19:53 +00:00
patacongo
6448fc03b2
Add tools/configure.c and configure.bat
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5478 42af7a65-404d-4744-a932-0658087f49c3
2013-01-04 21:37:31 +00:00
patacongo
5e515841de
Renaming some files in tools/
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5476 42af7a65-404d-4744-a932-0658087f49c3
2013-01-04 16:00:38 +00:00
patacongo
cc022f93df
Patches from Petteri Aimonen (plus a few other things)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5448 42af7a65-404d-4744-a932-0658087f49c3
2012-12-21 20:09:32 +00:00
patacongo
a93ff3df5f
Fix make export target
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5446 42af7a65-404d-4744-a932-0658087f49c3
2012-12-20 14:08:21 +00:00
patacongo
c2be20d319
Add basic hooks to support a PATH variable (more is needed)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5440 42af7a65-404d-4744-a932-0658087f49c3
2012-12-16 21:15:27 +00:00
patacongo
2def0d877d
A few native window build updates
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5387 42af7a65-404d-4744-a932-0658087f49c3
2012-11-25 20:58:39 +00:00
patacongo
ef504df1bc
A few more Windows native build fixes for eZ80
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5383 42af7a65-404d-4744-a932-0658087f49c3
2012-11-22 21:21:48 +00:00
patacongo
1bb71ab951
move lib/ to libc/ to make room for a true lib/ directory. Rename libraries to match
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5328 42af7a65-404d-4744-a932-0658087f49c3
2012-11-10 15:47:45 +00:00
patacongo
c6daf26339
Fix uClibc++ wstrlen bug
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5289 42af7a65-404d-4744-a932-0658087f49c3
2012-11-01 13:45:30 +00:00
patacongo
49ed90be32
ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configuration
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5264 42af7a65-404d-4744-a932-0658087f49c3
2012-10-26 19:53:20 +00:00
patacongo
82dc9393de
Add a THTTPD configuration for the Shenzhou board (Darcy Gong)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5233 42af7a65-404d-4744-a932-0658087f49c3
2012-10-13 15:12:44 +00:00
patacongo
d66c15fd74
Document problem with GCC 4.8.3 and the NXFLAT tools
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5228 42af7a65-404d-4744-a932-0658087f49c3
2012-10-10 19:58:57 +00:00
patacongo
c61e67b269
More fixes for ldnxflat. There are still problems with the GCC 4.6.3
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5227 42af7a65-404d-4744-a932-0658087f49c3
2012-10-10 19:36:32 +00:00
patacongo
d52a9c74e7
Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ld
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5225 42af7a65-404d-4744-a932-0658087f49c3
2012-10-10 17:01:23 +00:00
patacongo
7a2692df6a
Resync new repository with old repo r5166
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5154 42af7a65-404d-4744-a932-0658087f49c3
2012-09-17 18:35:37 +00:00
patacongo
b7a1b00c08
drivers/serial/serial.c open, read, write, and poll methods will not return a short transfer or an EINTR error if a signal is received while waiting (only)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5022 42af7a65-404d-4744-a932-0658087f49c3
2012-08-12 17:37:04 +00:00
patacongo
50ffd1f175
Add a USB0 device header file for LPC43
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5016 42af7a65-404d-4744-a932-0658087f49c3
2012-08-07 23:51:47 +00:00
patacongo
f7ad9408a0
Update documentation to describe customization of NSH; Add the framework for a LPC43xx USB0 driver (not functional)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5015 42af7a65-404d-4744-a932-0658087f49c3
2012-08-07 20:18:56 +00:00
patacongo
3a02181a99
Misc updates (minor)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5014 42af7a65-404d-4744-a932-0658087f49c3
2012-08-06 17:59:41 +00:00
patacongo
495c45d4f6
Fix a floating point presentation error
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5012 42af7a65-404d-4744-a932-0658087f49c3
2012-08-06 02:14:36 +00:00
patacongo
a51cd50e88
I learned how to spell PSEUDO
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5010 42af7a65-404d-4744-a932-0658087f49c3
2012-08-05 17:44:11 +00:00
patacongo
8e9e6b1103
Fix max filename size report by FAT statfs with long file names; Add missing logic to support fieldwidth and justification for %s format; Add extended help options. Default help command just shows a short list of commands. Verbose and single command help options
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5008 42af7a65-404d-4744-a932-0658087f49c3
2012-08-04 22:00:18 +00:00
patacongo
3b6ae1baaf
LPC43 update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5001 42af7a65-404d-4744-a932-0658087f49c3
2012-08-03 14:57:30 +00:00
patacongo
39f2ca6c1f
Move RAMLOG driver to drivers/syslog; Add ability to output debug information to any character device or file
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4996 42af7a65-404d-4744-a932-0658087f49c3
2012-08-02 00:42:46 +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
a4cc2f6f5b
Add a generic GCC stdarg.h header file
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4919 42af7a65-404d-4744-a932-0658087f49c3
2012-07-08 14:50:43 +00:00
patacongo
7bdeed5352
Minor updates to PIC32 configuration and to documentation
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4858 42af7a65-404d-4744-a932-0658087f49c3
2012-06-21 00:05:20 +00:00
patacongo
1e5f276ad9
NFS update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4808 42af7a65-404d-4744-a932-0658087f49c3
2012-06-06 21:51:03 +00:00
patacongo
814d40f5cd
PIC32 USB mass storage device works; USB and MSC are now enabled by default in the PIC32MX7 MMB configuration
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4801 42af7a65-404d-4744-a932-0658087f49c3
2012-06-03 20:05:44 +00:00
patacongo
4b1d8c0f2a
Add a timeout to the STMPE11 touchscreen driver to catch missing pen up events
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4758 42af7a65-404d-4744-a932-0658087f49c3
2012-05-21 17:36:26 +00:00
patacongo
1ebf20d66e
NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when reporting the size of the window
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4741 42af7a65-404d-4744-a932-0658087f49c3
2012-05-15 20:10:32 +00:00
patacongo
64bf483a31
NxWidgets: New pre-release event. Action now raised on pre-release. NxWM: Use action event to process icon touches; Fix initialization of image highlighted state.
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4740 42af7a65-404d-4744-a932-0658087f49c3
2012-05-15 16:40:43 +00:00
patacongo
a1fc590b94
Add NxConsole configuration for the STM3240G-EVAL board
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4664 42af7a65-404d-4744-a932-0658087f49c3
2012-04-27 16:20:32 +00:00
patacongo
8c6ba0fb57
Minor fixes to PIC32MX7MMB led controls
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4651 42af7a65-404d-4744-a932-0658087f49c3
2012-04-24 18:00:55 +00:00
patacongo
09438d5f69
update Kconfig files
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4598 42af7a65-404d-4744-a932-0658087f49c3
2012-04-13 02:14:09 +00:00
patacongo
a571bad413
Extend the USB device/class interface: Add parameters to pass the EP0 OUT data that should accompany the OUT SETUP request
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4595 42af7a65-404d-4744-a932-0658087f49c3
2012-04-12 16:30:48 +00:00
patacongo
333bd7254a
Working for missing logic to get EP0 OUT DATA
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4594 42af7a65-404d-4744-a932-0658087f49c3
2012-04-12 14:47:29 +00:00
patacongo
a2ac2de274
Documentation update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4511 42af7a65-404d-4744-a932-0658087f49c3
2012-03-24 13:57:04 +00:00
patacongo
d7d60dba35
Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CONFIG_PM is not defined
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4502 42af7a65-404d-4744-a932-0658087f49c3
2012-03-22 14:07:45 +00:00
patacongo
9294b7d6fd
Minor updates for PIC32 USB device driver bugs
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4497 42af7a65-404d-4744-a932-0658087f49c3
2012-03-19 17:56:15 +00:00
patacongo
9d08dd4005
The PIC32 USB driver (finally) works the the Mass Storage Class
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4496 42af7a65-404d-4744-a932-0658087f49c3
2012-03-18 20:39:18 +00:00
patacongo
fca16fa374
Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- Need to enable CAN1 clocking to use CAN2
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4493 42af7a65-404d-4744-a932-0658087f49c3
2012-03-16 20:59:21 +00:00
patacongo
1a8fb75e42
Add hooks to support STM32 power management
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4490 42af7a65-404d-4744-a932-0658087f49c3
2012-03-14 19:37:28 +00:00
patacongo
147d02cc24
Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to be better compatible with most of the rest of the world
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4431 42af7a65-404d-4744-a932-0658087f49c3
2012-02-27 19:50:35 +00:00
patacongo
9ee1f7838e
STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple block transfers result in CRC errors; avoid them by using smaller FTP buffer sizes
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4410 42af7a65-404d-4744-a932-0658087f49c3
2012-02-21 22:00:28 +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
7a9cfee9fc
Document recvfrom() bug
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4399 42af7a65-404d-4744-a932-0658087f49c3
2012-02-16 02:33:01 +00:00
patacongo
c9cbea94a6
Prep for 6.15 release
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4387 42af7a65-404d-4744-a932-0658087f49c3
2012-02-13 01:42:03 +00:00
patacongo
bb9efbfe7e
Fix a small RAM log bug (the RAM log still does not work)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4385 42af7a65-404d-4744-a932-0658087f49c3
2012-02-12 20:27:49 +00:00
patacongo
3856d9897f
Add strcasestr()
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4364 42af7a65-404d-4744-a932-0658087f49c3
2012-02-03 16:41:28 +00:00
patacongo
c06a0e03fc
Tried to get the Composite driver working on the LPC2148 (and failed)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4362 42af7a65-404d-4744-a932-0658087f49c3
2012-02-02 19:42:55 +00:00
patacongo
7b0bcac04d
Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x configuration to test the USB composite device
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4359 42af7a65-404d-4744-a932-0658087f49c3
2012-02-02 04:35:35 +00:00
patacongo
8d01473fff
Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use readline instead of fgets in NSH
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4356 42af7a65-404d-4744-a932-0658087f49c3
2012-02-01 19:07:57 +00:00
patacongo
e94dcdf625
Candidate fix for the libboard.a dependency problem (from Mike Smith)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4346 42af7a65-404d-4744-a932-0658087f49c3
2012-01-29 20:07:16 +00:00
patacongo
53679e81c7
Completes first (untested) cut at MAX1704x battery driver
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4324 42af7a65-404d-4744-a932-0658087f49c3
2012-01-23 17:19:43 +00:00
patacongo
f80346a4fe
PIC32 USB driver fixes (still not working)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4308 42af7a65-404d-4744-a932-0658087f49c3
2012-01-17 23:02:40 +00:00
patacongo
7f1ffd3d31
Add support for building 32-bit simulation on a 64-bit target
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4307 42af7a65-404d-4744-a932-0658087f49c3
2012-01-17 17:42:31 +00:00
patacongo
0f170dc487
Prep for 6.14 release
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4301 42af7a65-404d-4744-a932-0658087f49c3
2012-01-15 16:11:32 +00:00
patacongo
174318319b
Incorporate Z80 bugfixes reported by Phillip Klaus Krause
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4270 42af7a65-404d-4744-a932-0658087f49c3
2012-01-06 19:29:37 +00:00
patacongo
c3bf42b97b
Fix buffer full test in generic CAN driver (plus fixes to comments)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4259 42af7a65-404d-4744-a932-0658087f49c3
2012-01-04 20:49:47 +00:00
patacongo
804e7625b0
Correct last set of changes to configuration logic
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4237 42af7a65-404d-4744-a932-0658087f49c3
2011-12-29 12:52:15 +00:00
patacongo
4c5d18d561
Updates for PIC32MX USB driver
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4233 42af7a65-404d-4744-a932-0658087f49c3
2011-12-27 20:07:17 +00:00
patacongo
2d1cd3ec84
STM32 ADC driver update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4208 42af7a65-404d-4744-a932-0658087f49c3
2011-12-20 23:44:21 +00:00
patacongo
b40ed6317f
Fix STM32 USB overrun problem (again, still)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4199 42af7a65-404d-4744-a932-0658087f49c3
2011-12-18 13:53:58 +00:00
patacongo
bc29aea397
Fix a cloned error in driver poll setup
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4132 42af7a65-404d-4744-a932-0658087f49c3
2011-12-03 16:13:40 +00:00
patacongo
8036b2969a
Fix error in FAT time (date value was being used)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4099 42af7a65-404d-4744-a932-0658087f49c3
2011-11-18 12:45:00 +00:00
patacongo
bdd0e9e973
Fix an error in FAT needed for interoperability with Windows when access first entry in root directory
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4093 42af7a65-404d-4744-a932-0658087f49c3
2011-11-15 22:37:14 +00:00
patacongo
f070246d83
Verify C++ support with CodeSourcery
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4016 42af7a65-404d-4744-a932-0658087f49c3
2011-10-03 21:10:11 +00:00
patacongo
848972b5ad
Fix sim build under Ubuntu 9.09
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3988 42af7a65-404d-4744-a932-0658087f49c3
2011-09-28 14:59:54 +00:00
patacongo
a96e7ec9d5
Add CDC ACM serial class device driver
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3953 42af7a65-404d-4744-a932-0658087f49c3
2011-09-13 19:04:13 +00:00
patacongo
bdf8ede547
Add driver for LM-75 temperature sensor
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3947 42af7a65-404d-4744-a932-0658087f49c3
2011-09-10 16:20:09 +00:00
patacongo
b4c37e50df
Fix nxgl_splitline bug
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3912 42af7a65-404d-4744-a932-0658087f49c3
2011-08-25 03:13:28 +00:00
patacongo
2906947c9b
Add a test of the circle rendering logic
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3911 42af7a65-404d-4744-a932-0658087f49c3
2011-08-24 17:00:51 +00:00
patacongo
01232ab6c7
More Kinetis SDHC fixes
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3907 42af7a65-404d-4744-a932-0658087f49c3
2011-08-23 14:58:15 +00:00
patacongo
bf0d9cd2ef
Add Kinetis IRQ numbers
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3850 42af7a65-404d-4744-a932-0658087f49c3
2011-08-07 16:34:39 +00:00
patacongo
9c89c16a7c
Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3846 42af7a65-404d-4744-a932-0658087f49c3
2011-08-05 21:57:49 +00:00
patacongo
4f7b1c1496
Misc documentation/LCD-related updates
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3844 42af7a65-404d-4744-a932-0658087f49c3
2011-08-05 02:31:59 +00:00
patacongo
703befb4a2
Completes test of line/trapezoid drawing routines
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3842 42af7a65-404d-4744-a932-0658087f49c3
2011-08-04 01:25:58 +00:00
patacongo
dd47d95381
Add several new fonts
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3821 42af7a65-404d-4744-a932-0658087f49c3
2011-07-27 05:02:58 +00:00
patacongo
fc7db01820
Correct USB mass storage memory leak
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3820 42af7a65-404d-4744-a932-0658087f49c3
2011-07-26 17:27:57 +00:00
patacongo
9d0882c525
Update BDF converter
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3815 42af7a65-404d-4744-a932-0658087f49c3
2011-07-24 12:36:21 +00:00
patacongo
03faf1cc17
Add an 'export' target to the NuttX top-level Makefile
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3771 42af7a65-404d-4744-a932-0658087f49c3
2011-07-11 22:52:51 +00:00
patacongo
2ff6c3793c
Correct an NX error that would leave stuff on the display when a window is closed
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3769 42af7a65-404d-4744-a932-0658087f49c3
2011-07-11 13:30:47 +00:00
patacongo
64fe463b9d
Redesign of NXTEXT font cache
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3761 42af7a65-404d-4744-a932-0658087f49c3
2011-07-09 16:01:00 +00:00
patacongo
321b9c7343
ARM stack check logic; ARM no-console build fixes; Nucleus-2G updates
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3760 42af7a65-404d-4744-a932-0658087f49c3
2011-07-09 12:53:12 +00:00
patacongo
0aa08d428a
Fix a few NXTEXT bugs (there are many more)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3756 42af7a65-404d-4744-a932-0658087f49c3
2011-07-08 19:41:48 +00:00
patacongo
eb138a3ef7
Add stm32/nsh2 config; Add option to use any TTY for NSH console
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3743 42af7a65-404d-4744-a932-0658087f49c3
2011-07-04 19:52:43 +00:00
patacongo
a06d4256e4
Add a USB mass storage example for AVR
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3727 42af7a65-404d-4744-a932-0658087f49c3
2011-06-20 19:07:22 +00:00
patacongo
a542f92647
Fix AVR clock setup; add SPI driver
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3721 42af7a65-404d-4744-a932-0658087f49c3
2011-06-17 22:03:20 +00:00
patacongo
4f6284134a
Add Teensy NSH config; remove unusable AVR ostest configs
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3718 42af7a65-404d-4744-a932-0658087f49c3
2011-06-17 15:17:28 +00:00
patacongo
b4ea6cbb2e
Documentation update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3717 42af7a65-404d-4744-a932-0658087f49c3
2011-06-17 00:16:16 +00:00
patacongo
02e2da2f03
Fix AVR parity setup
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3703 42af7a65-404d-4744-a932-0658087f49c3
2011-06-15 16:09:23 +00:00
patacongo
a8d14c9242
Add configuratin options to control the PIC32 configuration words
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3691 42af7a65-404d-4744-a932-0658087f49c3
2011-06-10 21:03:38 +00:00
patacongo
90b03e1746
Fix minimum MTU... must be at lest 576
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3674 42af7a65-404d-4744-a932-0658087f49c3
2011-06-06 15:06:08 +00:00
patacongo
c68ddb5a57
Fix asprintf bug
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3653 42af7a65-404d-4744-a932-0658087f49c3
2011-05-31 23:32:48 +00:00
patacongo
ae8cfb1bf1
atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3648 42af7a65-404d-4744-a932-0658087f49c3
2011-05-28 21:42:18 +00:00
patacongo
6d27b46fdd
Extend line buffering logic to puts, fputs, putc, fputc, and putchar()
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3608 42af7a65-404d-4744-a932-0658087f49c3
2011-05-14 18:14:51 +00:00
patacongo
a854f248b4
Flush buffer after newline in putc, fputc, and puts (but not fputs)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3607 42af7a65-404d-4744-a932-0658087f49c3
2011-05-14 17:37:47 +00:00
patacongo
65a6ec4693
Add STM32 FLASH driver
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3573 42af7a65-404d-4744-a932-0658087f49c3
2011-05-07 16:59:20 +00:00
patacongo
f24821c3fa
More NXFFS bugfixes
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3550 42af7a65-404d-4744-a932-0658087f49c3
2011-05-02 01:30:30 +00:00
patacongo
e3c6655b0d
Correct 1-bit errors in intersection calculations
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3526 42af7a65-404d-4744-a932-0658087f49c3
2011-04-20 01:55:05 +00:00
patacongo
b145e49233
Finish integration of the LPCXpresso OLED NX example
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3523 42af7a65-404d-4744-a932-0658087f49c3
2011-04-19 01:16:40 +00:00
patacongo
93be5f368b
THTTPD works on LPCXpresso
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3514 42af7a65-404d-4744-a932-0658087f49c3
2011-04-16 15:43:39 +00:00
patacongo
856480e020
Remove warning 'sh_link not set for section ARM.exidx' for a few builds
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3496 42af7a65-404d-4744-a932-0658087f49c3
2011-04-12 23:27:07 +00:00
patacongo
4ebbd3af6e
Integrate syscall with existing svcall logic
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3472 42af7a65-404d-4744-a932-0658087f49c3
2011-04-06 15:04:57 +00:00
patacongo
9ea1d98999
New LIS331DL driver and VSN updates from Uros
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3457 42af7a65-404d-4744-a932-0658087f49c3
2011-04-03 14:26:05 +00:00
patacongo
349f6aae93
Prep for 6.0 release
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3408 42af7a65-404d-4744-a932-0658087f49c3
2011-03-21 21:59:35 +00:00
patacongo
c9e6a573bb
Move nuttx/examples to apps/examples
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3405 42af7a65-404d-4744-a932-0658087f49c3
2011-03-20 18:18:19 +00:00
patacongo
b2fe68d20f
More build fixes
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3403 42af7a65-404d-4744-a932-0658087f49c3
2011-03-19 23:03:25 +00:00
patacongo
88589e9d15
Move nuttx/netutils to apps/netutils
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3401 42af7a65-404d-4744-a932-0658087f49c3
2011-03-19 21:04:13 +00:00
patacongo
34e8f21889
Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSH
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3394 42af7a65-404d-4744-a932-0658087f49c3
2011-03-18 20:35:31 +00:00
patacongo
fa7d24167f
Fix QEMU timer interrupts
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3387 42af7a65-404d-4744-a932-0658087f49c3
2011-03-16 17:17:58 +00:00
patacongo
48b7fd9503
SLIP is now basically functional
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3386 42af7a65-404d-4744-a932-0658087f49c3
2011-03-16 02:10:51 +00:00
patacongo
72e03e53ea
More SLIP integration
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3384 42af7a65-404d-4744-a932-0658087f49c3
2011-03-15 20:26:34 +00:00
patacongo
77e3f14232
apps/ make changes + SLIP MTU notes
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3381 42af7a65-404d-4744-a932-0658087f49c3
2011-03-14 23:24:42 +00:00
patacongo
4d3ee9f15e
Add apps/poweroff lpc17 hardware handshake
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3380 42af7a65-404d-4744-a932-0658087f49c3
2011-03-14 20:50:46 +00:00
patacongo
969158ca0f
apps/-related update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3377 42af7a65-404d-4744-a932-0658087f49c3
2011-03-13 19:04:32 +00:00
patacongo
1b91975e30
#warning removal
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3355 42af7a65-404d-4744-a932-0658087f49c3
2011-03-09 03:41:34 +00:00
patacongo
3debf5b8dc
SDIO-based MMC/SD fixes from Uros Platise
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3335 42af7a65-404d-4744-a932-0658087f49c3
2011-03-04 16:24:51 +00:00
patacongo
f81d416b37
SDIO-based MMC/SD fixes from Uros Platise
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3334 42af7a65-404d-4744-a932-0658087f49c3
2011-03-04 13:14:04 +00:00
patacongo
b046262a87
Add logic to sleep in lpc17xx idle loop
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3329 42af7a65-404d-4744-a932-0658087f49c3
2011-03-02 14:43:28 +00:00
patacongo
5672afedbd
Rename NSH mem command to free
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3325 42af7a65-404d-4744-a932-0658087f49c3
2011-02-28 12:48:23 +00:00
patacongo
ab227a8ef6
Rename arch/pjrc-8051 to arch/8051
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3315 42af7a65-404d-4744-a932-0658087f49c3
2011-02-25 00:00:04 +00:00
patacongo
6ac240a7eb
Add missing RGB type
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3314 42af7a65-404d-4744-a932-0658087f49c3
2011-02-24 00:52:51 +00:00
patacongo
5e523ebd93
Fix potential memory leak
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3312 42af7a65-404d-4744-a932-0658087f49c3
2011-02-23 12:09:09 +00:00
patacongo
c01814cdad
Misc m9s12x updates
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3278 42af7a65-404d-4744-a932-0658087f49c3
2011-02-10 20:15:42 +00:00
patacongo
fbd11d66b3
USB class drivers need to call DEV_CONNECT
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3159 42af7a65-404d-4744-a932-0658087f49c3
2010-12-04 17:35:19 +00:00
patacongo
d649d3c55f
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3153 42af7a65-404d-4744-a932-0658087f49c3
2010-12-01 00:19:08 +00:00
patacongo
f343a403ea
Allow network when telnetd not configured
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3146 42af7a65-404d-4744-a932-0658087f49c3
2010-11-30 01:06:46 +00:00
patacongo
3bfff3bfc1
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3140 42af7a65-404d-4744-a932-0658087f49c3
2010-11-27 23:28:26 +00:00
patacongo
e2449e9858
Restore uip_arp_ipin()
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3131 42af7a65-404d-4744-a932-0658087f49c3
2010-11-25 20:32:51 +00:00
patacongo
d1b6f4fc9a
Prep for 5.11 Release
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2960 42af7a65-404d-4744-a932-0658087f49c3
2010-10-02 00:55:32 +00:00
patacongo
0fc6545aef
Update ZNEO to use ZDS-II 4.11.1
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2956 42af7a65-404d-4744-a932-0658087f49c3
2010-10-01 01:07:04 +00:00
patacongo
e0ddffa2bf
Improve options
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2946 42af7a65-404d-4744-a932-0658087f49c3
2010-09-13 15:57:14 +00:00
patacongo
4a77775512
Prep for 5.10 release
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2928 42af7a65-404d-4744-a932-0658087f49c3
2010-09-08 01:53:23 +00:00
patacongo
c530bd319a
Fix demand-paging compilation errors
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2879 42af7a65-404d-4744-a932-0658087f49c3
2010-08-22 03:44:18 +00:00
patacongo
d4572f6ff1
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2848 42af7a65-404d-4744-a932-0658087f49c3
2010-08-13 03:47:09 +00:00
patacongo
12f1c6a5bb
Add changes for LM3S9B96
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2841 42af7a65-404d-4744-a932-0658087f49c3
2010-08-12 01:49:25 +00:00
patacongo
37b25cfaaa
Fix rectangle logic
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2831 42af7a65-404d-4744-a932-0658087f49c3
2010-08-08 13:33:10 +00:00
patacongo
ada417ccac
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2829 42af7a65-404d-4744-a932-0658087f49c3
2010-08-07 13:04:36 +00:00
patacongo
b644e6a90d
Update sim documentation
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2819 42af7a65-404d-4744-a932-0658087f49c3
2010-07-30 21:51:10 +00:00
patacongo
432408f707
Fix workaround description
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2818 42af7a65-404d-4744-a932-0658087f49c3
2010-07-30 12:41:02 +00:00
patacongo
7e8051df20
Add some sim target limitations
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2815 42af7a65-404d-4744-a932-0658087f49c3
2010-07-28 15:01:28 +00:00
patacongo
d2cb3b199a
Add instructions for 32-bit sim build
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2814 42af7a65-404d-4744-a932-0658087f49c3
2010-07-27 12:39:19 +00:00
patacongo
760a772ea9
Add IGMP standardization issue
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2811 42af7a65-404d-4744-a932-0658087f49c3
2010-07-19 20:52:02 +00:00
patacongo
a46a349ae9
Prep for 5.8 release
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2810 42af7a65-404d-4744-a932-0658087f49c3
2010-07-18 15:30:23 +00:00
patacongo
0877b22acf
Add beginning of IGMP test
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2787 42af7a65-404d-4744-a932-0658087f49c3
2010-07-11 18:31:35 +00:00
patacongo
7dceb00a39
Add support for multicast MAC addresses
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2784 42af7a65-404d-4744-a932-0658087f49c3
2010-07-11 15:17:11 +00:00
patacongo
a6004aa2bb
Add LPC313x I2C+SPI drivers and fixes for USB driver
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2702 42af7a65-404d-4744-a932-0658087f49c3
2010-05-26 13:02:39 +00:00
patacongo
36e5da2751
Fixes for rendering fonts at 4bpp
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2682 42af7a65-404d-4744-a932-0658087f49c3
2010-05-16 18:02:37 +00:00
patacongo
28dc6e461d
In progress changes for OLED display work
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2669 42af7a65-404d-4744-a932-0658087f49c3
2010-05-15 01:15:52 +00:00
patacongo
23ed592d4c
Add LM3S6965 NSH configuration + Prep for 5.5 release
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2659 42af7a65-404d-4744-a932-0658087f49c3
2010-05-09 16:36:07 +00:00
patacongo
fde8533598
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2652 42af7a65-404d-4744-a932-0658087f49c3
2010-05-06 01:38:31 +00:00
patacongo
b2eac9296f
add lcd pin configuration
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2616 42af7a65-404d-4744-a932-0658087f49c3
2010-04-18 20:50:58 +00:00
patacongo
311f0a13ab
Framework for SAM3U LCD driver
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2615 42af7a65-404d-4744-a932-0658087f49c3
2010-04-18 18:49:51 +00:00
patacongo
54f11598c2
A little less STM32
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2580 42af7a65-404d-4744-a932-0658087f49c3
2010-04-10 01:32:29 +00:00
patacongo
066c5defd6
lpc313x update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2574 42af7a65-404d-4744-a932-0658087f49c3
2010-04-04 16:40:18 +00:00
patacongo
784a983de4
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2566 42af7a65-404d-4744-a932-0658087f49c3
2010-03-28 22:24:03 +00:00
patacongo
92d4cb28f9
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2397 42af7a65-404d-4744-a932-0658087f49c3
2009-12-20 15:48:24 +00:00
patacongo
beb03cc5e6
Document THTTPD bug
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2396 42af7a65-404d-4744-a932-0658087f49c3
2009-12-20 14:55:07 +00:00
patacongo
29d789372a
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2391 42af7a65-404d-4744-a932-0658087f49c3
2009-12-18 22:36:24 +00:00
patacongo
f194ce2459
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2373 42af7a65-404d-4744-a932-0658087f49c3
2009-12-17 19:18:25 +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
bea1cb5e0e
Add FTL logic
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2307 42af7a65-404d-4744-a932-0658087f49c3
2009-12-06 00:19:50 +00:00
patacongo
af1830dc73
SDIO now works
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2287 42af7a65-404d-4744-a932-0658087f49c3
2009-11-29 15:46:13 +00:00
patacongo
d343c1879e
Update STM32 TO-DO
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2282 42af7a65-404d-4744-a932-0658087f49c3
2009-11-27 13:09:55 +00:00
patacongo
50f2fe304d
Prep for 0.4.13 release
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2225 42af7a65-404d-4744-a932-0658087f49c3
2009-11-04 20:54:18 +00:00
patacongo
49e9656261
corrections
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2168 42af7a65-404d-4744-a932-0658087f49c3
2009-10-22 03:50:56 +00:00
patacongo
7dfface80c
Extend SPI interface to better handle multiple devices on same SPI bus
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2162 42af7a65-404d-4744-a932-0658087f49c3
2009-10-20 14:05:56 +00:00
patacongo
024ebc70c4
Prep for 0.4.11 release
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2072 42af7a65-404d-4744-a932-0658087f49c3
2009-09-16 20:51:13 +00:00
patacongo
ca7e2543e7
Add CONFIG_DEBUG_SYMBOLS
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2053 42af7a65-404d-4744-a932-0658087f49c3
2009-09-15 14:18:15 +00:00
patacongo
91b95bbc61
Day-of-week problem
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2042 42af7a65-404d-4744-a932-0658087f49c3
2009-09-12 13:23:29 +00:00
patacongo
b88b41f490
Document poll() problem
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2025 42af7a65-404d-4744-a932-0658087f49c3
2009-08-16 14:43:13 +00:00
patacongo
023de4390c
Prep for 0.4.10 release
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2016 42af7a65-404d-4744-a932-0658087f49c3
2009-08-08 18:12:10 +00:00
patacongo
7c2070bc83
Fix accept() -- it wanted parts of return address initialized
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2008 42af7a65-404d-4744-a932-0658087f49c3
2009-08-02 16:31:50 +00:00
patacongo
57283ed7cb
Document binary loadr APIs
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1970 42af7a65-404d-4744-a932-0658087f49c3
2009-06-27 00:56:39 +00:00
patacongo
d9c797730c
Prep for 0.4.9
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1969 42af7a65-404d-4744-a932-0658087f49c3
2009-06-26 22:52:57 +00:00
patacongo
f99eb7d89b
Add NXFLAT dynamic binding logic
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1919 42af7a65-404d-4744-a932-0658087f49c3
2009-06-21 13:41:39 +00:00
patacongo
6b4b78dfd4
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1912 42af7a65-404d-4744-a932-0658087f49c3
2009-06-19 21:11:59 +00:00
patacongo
e29fdf0267
Add conditional compilation to eliminate or limit cloning of descriptors when a new task is created
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1886 42af7a65-404d-4744-a932-0658087f49c3
2009-06-15 21:44:27 +00:00
patacongo
e9711ca1a7
Add logic to clone socket descriptors when a new task is started.
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1885 42af7a65-404d-4744-a932-0658087f49c3
2009-06-15 19:50:06 +00:00
patacongo
613d405fd4
Add strtoul, strtoll, strtoull, atol, and atoll.
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1883 42af7a65-404d-4744-a932-0658087f49c3
2009-06-14 15:36:18 +00:00
patacongo
81fa020b89
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1881 42af7a65-404d-4744-a932-0658087f49c3
2009-06-13 13:39:16 +00:00
patacongo
64497e92d2
Fixes for build CodeSourcery toolchain
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1868 42af7a65-404d-4744-a932-0658087f49c3
2009-06-10 02:05:05 +00:00
patacongo
e6919e1fa5
Forgot to update count
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1865 42af7a65-404d-4744-a932-0658087f49c3
2009-06-08 15:00:07 +00:00
patacongo
b1fb4ed0e4
Oops STR7P11 only accepts MMC cards
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1864 42af7a65-404d-4744-a932-0658087f49c3
2009-06-08 14:59:15 +00:00
patacongo
10784ad522
Prep for 0.4.7 release
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1837 42af7a65-404d-4744-a932-0658087f49c3
2009-05-29 15:36:48 +00:00
patacongo
bfacea73ba
Add support for CodeSourcery and devkitARM toolchains
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1832 42af7a65-404d-4744-a932-0658087f49c3
2009-05-28 20:36:04 +00:00
patacongo
75604f27d0
Fix FAT32 bug
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1829 42af7a65-404d-4744-a932-0658087f49c3
2009-05-27 21:44:20 +00:00
patacongo
730667e069
Fixe LM3S GPIO output settings; fix Eagle-100 LEDs
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1823 42af7a65-404d-4744-a932-0658087f49c3
2009-05-24 16:03:08 +00:00
patacongo
44ecaa8789
Add SPI-based MMC/SD support for lm3s
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1820 42af7a65-404d-4744-a932-0658087f49c3
2009-05-23 23:37:25 +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
5c3cbc2c32
lm3s6918 passes OS test
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1801 42af7a65-404d-4744-a932-0658087f49c3
2009-05-19 20:14:44 +00:00
patacongo
b59a813a80
Fix objcopy problem with newer toolchains
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1746 42af7a65-404d-4744-a932-0658087f49c3
2009-04-29 23:17:39 +00:00
patacongo
e494bbd7cd
Extend SPI interface so that we can set number of bits per word
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1742 42af7a65-404d-4744-a932-0658087f49c3
2009-04-26 18:58:49 +00:00
patacongo
de59d27b54
upate
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1699 42af7a65-404d-4744-a932-0658087f49c3
2009-04-12 19:58:58 +00:00
patacongo
6d10d5deb9
Add z8 I2C driver
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1680 42af7a65-404d-4744-a932-0658087f49c3
2009-04-04 20:53:06 +00:00
patacongo
7b487e8dc9
Add eZ80 SPI driver
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1668 42af7a65-404d-4744-a932-0658087f49c3
2009-03-29 20:34:58 +00:00
patacongo
8983524a53
Add logic to build sendmail example on target
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1664 42af7a65-404d-4744-a932-0658087f49c3
2009-03-29 00:06:14 +00:00
patacongo
540b7c48c9
Add wget command to NSH
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1657 42af7a65-404d-4744-a932-0658087f49c3
2009-03-28 19:49:28 +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
ef0f434bb1
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1521 42af7a65-404d-4744-a932-0658087f49c3
2009-02-21 00:49:52 +00:00
patacongo
39d7ac0d2b
Complete coding of M16C port
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1510 42af7a65-404d-4744-a932-0658087f49c3
2009-02-17 02:53:24 +00:00
patacongo
e4e5c620be
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1470 42af7a65-404d-4744-a932-0658087f49c3
2009-01-21 21:56:52 +00:00
patacongo
4fb8a871ab
Add support for gcc 2.4.2 toolchain
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1466 42af7a65-404d-4744-a932-0658087f49c3
2009-01-06 14:34:33 +00:00
patacongo
db16f9ff26
Prep for 0.4.0 release
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1427 42af7a65-404d-4744-a932-0658087f49c3
2008-12-06 16:08:07 +00:00
patacongo
fc099a5d34
Clean-up and document NX configuration settings
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1420 42af7a65-404d-4744-a932-0658087f49c3
2008-12-05 14:04:37 +00:00
patacongo
3925baf238
There is at least some X11 output now
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1361 42af7a65-404d-4744-a932-0658087f49c3
2008-11-30 18:52:14 +00:00
patacongo
622b04229c
Add NX configuration
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1329 42af7a65-404d-4744-a932-0658087f49c3
2008-11-28 16:07:54 +00:00
patacongo
ed1cbc277f
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1310 42af7a65-404d-4744-a932-0658087f49c3
2008-11-26 17:58:02 +00:00
patacongo
c5a9c36751
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1296 42af7a65-404d-4744-a932-0658087f49c3
2008-11-20 21:59:36 +00:00
patacongo
9fe041fff5
Completed integration of TCP connection backlog and poll()/select() for connections
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1295 42af7a65-404d-4744-a932-0658087f49c3
2008-11-20 21:50:55 +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
2bd86fa831
Document poll/select bug
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1290 42af7a65-404d-4744-a932-0658087f49c3
2008-11-19 20:06:20 +00:00
patacongo
f43604ca38
Add UDP poll issue
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1279 42af7a65-404d-4744-a932-0658087f49c3
2008-11-18 22:15:12 +00:00
patacongo
a93d9f4cd6
Fix serial read behavior
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1275 42af7a65-404d-4744-a932-0658087f49c3
2008-11-18 14:54:43 +00:00
patacongo
0b84cc9139
Note bad behavior of fgetc
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1272 42af7a65-404d-4744-a932-0658087f49c3
2008-11-17 23:58:17 +00:00
patacongo
e4922667b2
CAN driver doesn't support poll() method
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1265 42af7a65-404d-4744-a932-0658087f49c3
2008-11-17 20:26:34 +00:00
patacongo
9aebb6a97f
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1230 42af7a65-404d-4744-a932-0658087f49c3
2008-11-14 01:59:40 +00:00
patacongo
2ada7b720b
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1228 42af7a65-404d-4744-a932-0658087f49c3
2008-11-13 22:26:54 +00:00
patacongo
9160574c88
Update SH-1 status
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1225 42af7a65-404d-4744-a932-0658087f49c3
2008-11-13 20:16:42 +00:00
patacongo
faa3ce6b97
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1214 42af7a65-404d-4744-a932-0658087f49c3
2008-11-13 00:15:41 +00:00
patacongo
3789784a97
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1200 42af7a65-404d-4744-a932-0658087f49c3
2008-11-11 22:01:06 +00:00
patacongo
f374b57c22
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1170 42af7a65-404d-4744-a932-0658087f49c3
2008-11-08 16:28:00 +00:00
patacongo
8cb93ce6ea
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1117 42af7a65-404d-4744-a932-0658087f49c3
2008-11-01 17:05:38 +00:00
patacongo
de1c1f3dd6
clarify
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1104 42af7a65-404d-4744-a932-0658087f49c3
2008-10-30 00:26:35 +00:00
patacongo
d72bd9b133
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1101 42af7a65-404d-4744-a932-0658087f49c3
2008-10-28 19:16:13 +00:00
patacongo
177aa1878e
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1097 42af7a65-404d-4744-a932-0658087f49c3
2008-10-28 17:22:01 +00:00
patacongo
791bba205f
Add FAT test issue
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1052 42af7a65-404d-4744-a932-0658087f49c3
2008-10-17 17:54:22 +00:00
patacongo
4f65029e69
clarify
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1033 42af7a65-404d-4744-a932-0658087f49c3
2008-10-11 19:39:46 +00:00
patacongo
f31fcafe11
Prep for release 0.3.16
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1027 42af7a65-404d-4744-a932-0658087f49c3
2008-10-10 18:14:24 +00:00
patacongo
7e9f5e7b0c
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1009 42af7a65-404d-4744-a932-0658087f49c3
2008-10-09 15:10:37 +00:00
patacongo
45f2de7a6b
upate
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1006 42af7a65-404d-4744-a932-0658087f49c3
2008-10-09 12:48:21 +00:00
patacongo
e87854bc93
Remove USB items
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@985 42af7a65-404d-4744-a932-0658087f49c3
2008-10-06 23:53:51 +00:00
patacongo
f8e5fa6eb4
Add option for ARM interrupt stack
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@981 42af7a65-404d-4744-a932-0658087f49c3
2008-10-06 16:20:53 +00:00
patacongo
ac1f49ffbe
build lpc2148 ostest config
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@928 42af7a65-404d-4744-a932-0658087f49c3
2008-09-17 23:14:42 +00:00
patacongo
1427e4083c
Add mmap() API
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@916 42af7a65-404d-4744-a932-0658087f49c3
2008-09-12 15:54:20 +00:00
patacongo
4f58db9c18
Fix fseek/ftell; add fsetpos/fgetpos
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@862 42af7a65-404d-4744-a932-0658087f49c3
2008-09-01 20:35:41 +00:00
patacongo
ad1e5e145b
Add uIP support more multi-threaded socket access
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@858 42af7a65-404d-4744-a932-0658087f49c3
2008-09-01 13:59:54 +00:00
patacongo
d27e2d61b2
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@853 42af7a65-404d-4744-a932-0658087f49c3
2008-08-29 23:54:41 +00:00
patacongo
6adab3df7c
Fix error in FAT FS when file opened for O_APPEND
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@827 42af7a65-404d-4744-a932-0658087f49c3
2008-08-17 16:19:13 +00:00
patacongo
2b2b7f7f0b
Removed duplicate getenv() implementation
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@815 42af7a65-404d-4744-a932-0658087f49c3
2008-08-10 22:16:04 +00:00
patacongo
03f04075c9
Prep for 0.3.12 release
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@809 42af7a65-404d-4744-a932-0658087f49c3
2008-08-10 17:44:27 +00:00
patacongo
6b1891dc83
Need to call driver close() method on exit
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@792 42af7a65-404d-4744-a932-0658087f49c3
2008-08-01 00:22:09 +00:00
patacongo
4c89703789
Fix detection of final close
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@787 42af7a65-404d-4744-a932-0658087f49c3
2008-07-27 19:26:57 +00:00
patacongo
7a555278f0
Fix counting error
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@785 42af7a65-404d-4744-a932-0658087f49c3
2008-07-26 20:47:39 +00:00
patacongo
7b52111997
Sim target no longer uses Linux syscalls; works with Cygwin
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@759 42af7a65-404d-4744-a932-0658087f49c3
2008-06-01 13:18:51 +00:00
patacongo
ae5cc87281
Fix memory leak: Contained watchdog not being deleted with POSIX timer deleted
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@756 42af7a65-404d-4744-a932-0658087f49c3
2008-05-31 18:33:44 +00:00
patacongo
7bbfd7880d
Add bug for watchdog leak.
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@752 42af7a65-404d-4744-a932-0658087f49c3
2008-05-18 01:01:40 +00:00
patacongo
bcc151c414
z8Encore! integrated on simulator
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@727 42af7a65-404d-4744-a932-0658087f49c3
2008-03-09 14:49:22 +00:00
patacongo
c447d1ff47
Add prioritized interrupt TODO
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@699 42af7a65-404d-4744-a932-0658087f49c3
2008-02-17 00:23:49 +00:00
patacongo
4a157c8855
Move all z80-dependencies into arch/z80/src/z80
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@683 42af7a65-404d-4744-a932-0658087f49c3
2008-02-14 17:24:14 +00:00
patacongo
cabaa75a43
ez8 now builds
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@675 42af7a65-404d-4744-a932-0658087f49c3
2008-02-13 14:19:16 +00:00
patacongo
0bfed5e52d
cosmetic
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@673 42af7a65-404d-4744-a932-0658087f49c3
2008-02-12 20:35:38 +00:00
patacongo
8d2f18e709
More z8 compilation changes
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@671 42af7a65-404d-4744-a932-0658087f49c3
2008-02-12 14:37:55 +00:00
patacongo
ad2155cd0c
Changes for Z8Encore\! compile
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@668 42af7a65-404d-4744-a932-0658087f49c3
2008-02-11 19:16:45 +00:00
patacongo
432da54d46
Fix DM320 serial configuration problem
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@661 42af7a65-404d-4744-a932-0658087f49c3
2008-02-08 17:25:29 +00:00
patacongo
0fca25b777
Add a generic CAN driver
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@660 42af7a65-404d-4744-a932-0658087f49c3
2008-02-08 00:56:16 +00:00
patacongo
ee5f02dae5
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@659 42af7a65-404d-4744-a932-0658087f49c3
2008-02-07 14:41:11 +00:00
patacongo
9a7c5c29c5
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@656 42af7a65-404d-4744-a932-0658087f49c3
2008-02-07 01:48:15 +00:00
patacongo
3c494bbc9a
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@647 42af7a65-404d-4744-a932-0658087f49c3
2008-02-07 00:41:05 +00:00
patacongo
bf2225c26c
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@640 42af7a65-404d-4744-a932-0658087f49c3
2008-02-06 19:03:48 +00:00
patacongo
4dd560c5f0
Pascal P-Code binaries are now big-endian
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@639 42af7a65-404d-4744-a932-0658087f49c3
2008-02-06 15:44:29 +00:00
patacongo
75253df209
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@635 42af7a65-404d-4744-a932-0658087f49c3
2008-02-05 22:45:03 +00:00
patacongo
5622797411
Various fixes for buffered R/W I/O and seeking
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@630 42af7a65-404d-4744-a932-0658087f49c3
2008-02-05 18:13:13 +00:00
patacongo
97a52f1b17
Add fseek issue
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@626 42af7a65-404d-4744-a932-0658087f49c3
2008-02-03 14:43:09 +00:00
patacongo
757eff86e8
Add analysis of problem
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@618 42af7a65-404d-4744-a932-0658087f49c3
2008-02-02 16:25:19 +00:00
patacongo
2134001f0f
*** empty log message ***
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@600 42af7a65-404d-4744-a932-0658087f49c3
2008-01-31 22:44:19 +00:00
patacongo
3dc0fee9ba
*** empty log message ***
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@597 42af7a65-404d-4744-a932-0658087f49c3
2008-01-31 22:19:53 +00:00
patacongo
89c63fc635
Added low-level console driver
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@585 42af7a65-404d-4744-a932-0658087f49c3
2008-01-30 00:59:17 +00:00
patacongo
8aa92af787
Fix some Z16F serial bugs
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@582 42af7a65-404d-4744-a932-0658087f49c3
2008-01-29 20:13:18 +00:00
patacongo
5db8af3015
UART config is untested
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@578 42af7a65-404d-4744-a932-0658087f49c3
2008-01-28 22:32:40 +00:00
patacongo
4b07e6ffa4
Fix printf-related warnings
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@576 42af7a65-404d-4744-a932-0658087f49c3
2008-01-28 19:09:02 +00:00
patacongo
6e5c4b2316
Z16F compile/link with all OS features enabled
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@574 42af7a65-404d-4744-a932-0658087f49c3
2008-01-28 14:59:21 +00:00
patacongo
4ad0370f60
Add task
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@573 42af7a65-404d-4744-a932-0658087f49c3
2008-01-28 14:10:46 +00:00
patacongo
ee1d841569
Adding context switching logic
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@561 42af7a65-404d-4744-a932-0658087f49c3
2008-01-23 22:11:59 +00:00
patacongo
71f2d3d25d
ZNeo compiler now works
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@525 42af7a65-404d-4744-a932-0658087f49c3
2008-01-08 13:02:47 +00:00
patacongo
f14e8056ce
Add TODO item
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@519 42af7a65-404d-4744-a932-0658087f49c3
2008-01-07 12:58:17 +00:00
patacongo
eda17b05f7
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@483 42af7a65-404d-4744-a932-0658087f49c3
2008-01-04 01:06:27 +00:00
patacongo
424eae4cfb
Debug z80sim NSH (still doesn't work)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@476 42af7a65-404d-4744-a932-0658087f49c3
2008-01-01 14:54:10 +00:00
patacongo
d9080fb256
Debug NSH on z80sim
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@474 42af7a65-404d-4744-a932-0658087f49c3
2007-12-31 23:52:53 +00:00
patacongo
c2c6b55515
Add logic to init global data on bootup
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@473 42af7a65-404d-4744-a932-0658087f49c3
2007-12-31 19:05:45 +00:00
patacongo
b6f43e7144
Add z80 signals
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@472 42af7a65-404d-4744-a932-0658087f49c3
2007-12-31 15:45:58 +00:00
patacongo
8403a62cdf
More SDCC compilation fixes
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@468 42af7a65-404d-4744-a932-0658087f49c3
2007-12-30 23:34:20 +00:00
patacongo
f038ce79e9
Additional corrections to state restore logic
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@466 42af7a65-404d-4744-a932-0658087f49c3
2007-12-30 21:54:55 +00:00
patacongo
772ad744e0
Integrating z80
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@463 42af7a65-404d-4744-a932-0658087f49c3
2007-12-30 18:13:22 +00:00
patacongo
98c638416d
Fixed for 8051 w/SDCC compiler
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@454 42af7a65-404d-4744-a932-0658087f49c3
2007-12-28 22:10:14 +00:00
patacongo
48a5b245df
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@451 42af7a65-404d-4744-a932-0658087f49c3
2007-12-13 16:52:37 +00:00
patacongo
28b8f4a2e6
ifconfig shows uIP stats
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@450 42af7a65-404d-4744-a932-0658087f49c3
2007-12-12 14:41:36 +00:00
patacongo
69303fea5f
Updates
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@437 42af7a65-404d-4744-a932-0658087f49c3
2007-12-10 17:41:40 +00:00
patacongo
977d4d8779
C5471 ethernet driver functional (but sensitive)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@432 42af7a65-404d-4744-a932-0658087f49c3
2007-12-07 15:19:00 +00:00
patacongo
47b3a226af
C5471 ethernet debug
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@431 42af7a65-404d-4744-a932-0658087f49c3
2007-12-06 23:12:48 +00:00
patacongo
3e64d53637
Add TELNET front end to NSH
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@421 42af7a65-404d-4744-a932-0658087f49c3
2007-12-02 18:18:59 +00:00
patacongo
4c54d7d07e
Add send() timeout logic
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@420 42af7a65-404d-4744-a932-0658087f49c3
2007-12-02 15:11:32 +00:00
patacongo
5fe8b2974d
Add examples/dhcpd
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@413 42af7a65-404d-4744-a932-0658087f49c3
2007-11-30 20:46:29 +00:00
patacongo
a89062967e
Improve send/close performance
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@410 42af7a65-404d-4744-a932-0658087f49c3
2007-11-28 15:25:09 +00:00
patacongo
c3a7c92677
Integrated uIP's TELNETD
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@408 42af7a65-404d-4744-a932-0658087f49c3
2007-11-25 16:50:16 +00:00
patacongo
18e3cfd272
fs/ and lib/ debug can be selectively enabled
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@406 42af7a65-404d-4744-a932-0658087f49c3
2007-11-24 13:59:57 +00:00
patacongo
9a0b25efcd
Must disconnect TCP socket on close()
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@405 42af7a65-404d-4744-a932-0658087f49c3
2007-11-24 13:02:03 +00:00
patacongo
b72a7ab50b
Debug can now be selectively enabled by subystem
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@404 42af7a65-404d-4744-a932-0658087f49c3
2007-11-23 22:32:52 +00:00
patacongo
2d9b57758b
Removed unused uIP files
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@403 42af7a65-404d-4744-a932-0658087f49c3
2007-11-23 21:16:43 +00:00
patacongo
2ce5085cc8
Verified recvfrom()
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@402 42af7a65-404d-4744-a932-0658087f49c3
2007-11-23 19:25:39 +00:00
patacongo
5a508351e4
TCP and ICMP protocols may now be disabled
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@398 42af7a65-404d-4744-a932-0658087f49c3
2007-11-22 18:36:46 +00:00
patacongo
99c94d9cbe
Add TX data notification
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@397 42af7a65-404d-4744-a932-0658087f49c3
2007-11-22 14:42:52 +00:00
patacongo
7d1031cc71
Fix leak in socket close
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@394 42af7a65-404d-4744-a932-0658087f49c3
2007-11-21 23:29:14 +00:00
patacongo
27192d3a00
Prep for 0.3.1 release
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@389 42af7a65-404d-4744-a932-0658087f49c3
2007-11-20 01:26:34 +00:00
patacongo
ca5e8b5998
uIP webserver now uses listen/accept
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@386 42af7a65-404d-4744-a932-0658087f49c3
2007-11-19 18:17:23 +00:00
patacongo
5ea5c4cf09
Fix probably where packets dropped because there was no recv() in place were being ACKed
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@381 42af7a65-404d-4744-a932-0658087f49c3
2007-11-15 22:38:32 +00:00
patacongo
d622214165
Handle varialble length polling intervals; fix bug of last checkin
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@376 42af7a65-404d-4744-a932-0658087f49c3
2007-11-07 22:54:51 +00:00
patacongo
81d093e29e
Breaking uip.c into smaller functions/files
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@374 42af7a65-404d-4744-a932-0658087f49c3
2007-11-06 23:38:14 +00:00
patacongo
db8aff6778
Verified basic client-side network functionality
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@373 42af7a65-404d-4744-a932-0658087f49c3
2007-11-06 19:58:14 +00:00
patacongo
ddeb703501
Reduce debug output; calibrate DM320 timer
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@372 42af7a65-404d-4744-a932-0658087f49c3
2007-11-06 16:17:50 +00:00
patacongo
643c8d6401
DM90x0 driver hooked into DM320
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@367 42af7a65-404d-4744-a932-0658087f49c3
2007-11-04 16:31:24 +00:00
patacongo
f33928ef6a
Adding uIP 1.0
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@310 42af7a65-404d-4744-a932-0658087f49c3
2007-08-26 23:18:13 +00:00
patacongo
e155bf66df
document environment variables
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@299 42af7a65-404d-4744-a932-0658087f49c3
2007-06-30 23:42:46 +00:00
patacongo
729fad8b7d
Force directory name to be nuttx-xx.yy.zz
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@284 42af7a65-404d-4744-a932-0658087f49c3
2007-06-10 02:24:53 +00:00
patacongo
d583be7062
Fixed a problem with arch/arm/src dependencies
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@282 42af7a65-404d-4744-a932-0658087f49c3
2007-06-10 00:18:40 +00:00
patacongo
9ab11697a8
Simply conditional build; fix conditional compilation
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@275 42af7a65-404d-4744-a932-0658087f49c3
2007-06-09 19:11:00 +00:00
patacongo
aca030153f
Add support for custom system timer frequency
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@274 42af7a65-404d-4744-a932-0658087f49c3
2007-06-09 15:49:44 +00:00
patacongo
c3ed839a4e
updated
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@264 42af7a65-404d-4744-a932-0658087f49c3
2007-06-06 10:25:20 +00:00
patacongo
a0153a1ed2
Add stat()
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@257 42af7a65-404d-4744-a932-0658087f49c3
2007-05-27 18:08:18 +00:00
patacongo
1d82a44d73
prepare for 0.2.6 release
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@255 42af7a65-404d-4744-a932-0658087f49c3
2007-05-26 22:46:13 +00:00
patacongo
0cb1595215
Add unlink(), mkdir(), rmdir(), and rename()
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@246 42af7a65-404d-4744-a932-0658087f49c3
2007-05-21 14:36:00 +00:00
patacongo
c9bc5c5c0e
Add strspn() and strcspn()
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@243 42af7a65-404d-4744-a932-0658087f49c3
2007-05-20 19:27:02 +00:00
patacongo
b22c9a9ab7
updates
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@234 42af7a65-404d-4744-a932-0658087f49c3
2007-05-20 16:25:08 +00:00
patacongo
a27c0911f4
Initial mount integration
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@222 42af7a65-404d-4744-a932-0658087f49c3
2007-05-13 21:47:36 +00:00
patacongo
d96a6e609e
Another thing to do
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@205 42af7a65-404d-4744-a932-0658087f49c3
2007-05-06 23:00:14 +00:00
patacongo
ed794c7b66
Changes to resulting previous merge of arch/c5471 and arch/dm320 into arch/arm and
...
also to adding lpc214x to arch/arm.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@194 42af7a65-404d-4744-a932-0658087f49c3
2007-04-29 21:50:53 +00:00
patacongo
f0d12c1db3
arch/c5471/include and arch/dm320/include are not identical. This is in preparation to replace arch/c5471 and arch/dm320 with arch/arm
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@186 42af7a65-404d-4744-a932-0658087f49c3
2007-04-26 00:44:27 +00:00
patacongo
8b9fcf354e
Moved exclusion logic to a higher level so that printf output is more readable when the same stdout FILE* is shared
...
by many pthreads (tasks did not have this probablem because they have separate stdout streams).
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@174 42af7a65-404d-4744-a932-0658087f49c3
2007-03-29 14:21:31 +00:00
patacongo
c5971231da
updates
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@163 42af7a65-404d-4744-a932-0658087f49c3
2007-03-27 21:27:41 +00:00
patacongo
8e8fc062a5
Add a directory to hold board-specific drivers
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@151 42af7a65-404d-4744-a932-0658087f49c3
2007-03-26 22:14:28 +00:00
patacongo
47118057ea
Create a place to hold board specific header files
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@146 42af7a65-404d-4744-a932-0658087f49c3
2007-03-26 16:47:17 +00:00
patacongo
468beb1305
Makefile would sometimes create spurious links
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@145 42af7a65-404d-4744-a932-0658087f49c3
2007-03-25 13:16:27 +00:00
patacongo
df2a08cf9b
Add test of pthread barrier logic
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@144 42af7a65-404d-4744-a932-0658087f49c3
2007-03-24 22:32:53 +00:00
patacongo
7a1f5f61bd
Add new pthread_* APIs
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@134 42af7a65-404d-4744-a932-0658087f49c3
2007-03-23 23:22:22 +00:00
patacongo
ef4d567b78
Create configs/ dir; separate board configuration from processor architecture
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@126 42af7a65-404d-4744-a932-0658087f49c3
2007-03-23 02:25:54 +00:00
patacongo
136e3d9fca
update
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@123 42af7a65-404d-4744-a932-0658087f49c3
2007-03-22 19:17:38 +00:00
patacongo
28a4afaf3a
Added support for POSIX timers
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@111 42af7a65-404d-4744-a932-0658087f49c3
2007-03-21 17:21:26 +00:00