Gregory Nutt
|
d77e2db372
|
Fix integration of RAM test into the build and configuration system
|
2013-06-26 10:54:12 -06:00 |
|
Gregory Nutt
|
4f13725f35
|
Fix UG-2832HSWEG04 landscape. Add reverse landscape support to UG_2864AMBAG01 and UG-9964HSWAG01. Fixe NXHELLO default colors for 1-bit mono modes
|
2013-06-24 12:37:02 -06:00 |
|
Gregory Nutt
|
56b87e424b
|
Add support for the UG-2843HHSWEG04 OLED and for the SAM4L Xplained Pro OLED module that uses that OLED.
|
2013-06-23 14:39:56 -06:00 |
|
Gregory Nutt
|
da19214ca7
|
Straighten out issues about who calls C++ initializers with CXXTEST or HELLOXX are built as NSH applications; Add an ofstream test to CXXTEST suggested by Michael; Update many defconfig fiels to that they set configurations to handle C++ constructors just as before these configuration changes
|
2013-06-21 09:32:57 -06:00 |
|
Gregory Nutt
|
1ac7315ca6
|
Prep for 6.28 release
|
2013-06-14 14:30:00 -06:00 |
|
Gregory Nutt
|
459d89d9db
|
Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_BUILTIN_APPS. Add SAM3/4 sam_periphclks.h which is just a header file that includes the right header file. Misc SAM3U-EK cleanup
|
2013-06-12 17:32:00 -06:00 |
|
Gregory Nutt
|
60e6546ffb
|
Add missing NSH configuration settings. Correct some conditional logic for STM32 FALSH pre-fetch settings. From Lorenz Meier
|
2013-06-02 13:16:35 -06:00 |
|
Gregory Nutt
|
8ecaf62d3b
|
Add NRF24L01 terminal example. From Laurent Latil.
|
2013-06-01 08:23:06 -06:00 |
|
Gregory Nutt
|
1edc4c96e5
|
Add NSRF42L01 driver. From Laurent Latil
|
2013-06-01 08:03:55 -06:00 |
|
Gregory Nutt
|
2dae842445
|
The SLCD driver is now fully functional for Sure PIC32MX board
|
2013-05-27 11:39:13 -06:00 |
|
Gregory Nutt
|
892774bbff
|
Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixes
|
2013-05-26 09:28:57 -06:00 |
|
Gregory Nutt
|
679bf0268a
|
Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for the STM32 L family, some STM32L-Discovery LCD debug changes
|
2013-05-24 10:00:54 -06:00 |
|
Gregory Nutt
|
b674f5cd33
|
Add TCP echo server from Max Holtzberg
|
2013-05-22 07:35:54 -06:00 |
|
Gregory Nutt
|
ec32c5e636
|
Add runtime configuration for UDP discovery utility. From Max Holtzberg
|
2013-05-21 12:47:07 -06:00 |
|
Gregory Nutt
|
8445a4cdcd
|
apps/examples/helloxx entry point name was mangled when built as an NSH builtin; plus some README updates
|
2013-05-16 09:36:55 -06:00 |
|
Gregory Nutt
|
425772f3c2
|
Add beginning a a media player window to NxWM from Ken Pettit. Still a work in progress
|
2013-05-11 16:15:51 -06:00 |
|
Gregory Nutt
|
3e2c3bcb99
|
Fixes for the examples/nxtext test
|
2013-05-07 08:55:51 -06:00 |
|
Gregory Nutt
|
8f7cd60c63
|
Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).
|
2013-05-03 12:52:33 -06:00 |
|
Gregory Nutt
|
1190bd7d50
|
Add support for the byte write method to MTD partition logic; Beef up the MTD partition test -- and fix resulting bugs detected
|
2013-05-02 08:07:42 -06:00 |
|
Gregory Nutt
|
80fc728d66
|
Add tests for the SMART block driver and file system. From Ken Pettit
|
2013-05-01 08:09:20 -06:00 |
|
Gregory Nutt
|
e78cafe428
|
Add system/flash_eraseall NSH command
|
2013-05-01 07:45:34 -06:00 |
|
Gregory Nutt
|
cadc8bf98f
|
Add -h option to NSH git command; And NSH mksmartfs command. From Ken Petit
|
2013-04-30 18:03:04 -06:00 |
|
Gregory Nutt
|
469c5e6230
|
Add configuration and example to test MTD partitions
|
2013-04-30 15:54:02 -06:00 |
|
Gregory Nutt
|
94824f3e12
|
Prep for NuttX-6.27 release
|
2013-04-28 10:56:29 -06:00 |
|
Gregory Nutt
|
16f8dea77e
|
Fix test of range of skip= argument in NSH dd command. From Ken Petit
|
2013-04-24 07:02:32 -06:00 |
|
Gregory Nutt
|
d1efd9e718
|
_exit() should not call atexit() or on_exit() functions; Rename task_deletecurrent() to task_exit()
|
2013-04-18 16:15:20 -06:00 |
|
patacongo
|
c3b58f41db
|
Add apps/system/ramtest. I will use this for the LPC1788 SDRAM bringup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5791 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-27 00:03:25 +00:00 |
|
patacongo
|
6a34c24c0c
|
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
|
142c478747
|
Fix a readline bug. If a NUL is received, it would return end-of-file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5633 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-10 00:46:27 +00:00 |
|
patacongo
|
a3b2882a10
|
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
|
a6e6cb3daa
|
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
|
a9f6de3d3b
|
NSH needs to call pthread_detach() to avoid memory leak
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5601 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-03 13:48:20 +00:00 |
|
patacongo
|
cca7618daa
|
All argv types should be char * const * not const char **
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5599 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-02 19:32:46 +00:00 |
|
patacongo
|
bea0deec23
|
Prep for 6.25 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5594 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-01 22:37:52 +00:00 |
|
patacongo
|
a9dee88a44
|
Fix readline return value; Add support for removable serial devices
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5589 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-31 16:52:20 +00:00 |
|
patacongo
|
978d3212ff
|
Add support for a login script (in addition to the init script); Add logic so that a USB console session can connect and reconnect to the USB serial device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5582 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-29 22:11:04 +00:00 |
|
patacongo
|
e26439df4d
|
Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JP
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5577 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-28 18:45:09 +00:00 |
|
patacongo
|
d36101683c
|
Fix some compilation errors when child status disabled; new waitpid logic not encoding/decoding status properly
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5561 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-25 00:01:08 +00:00 |
|
patacongo
|
7dda31ce55
|
apps/examples/nettest and poll: Complete Kconfig files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5556 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-24 16:28:15 +00:00 |
|
patacongo
|
b4cff0fa72
|
Yet another repair for the previouis botched recvfrom() fix; Fix telnet driver: It needs to break out of the read loop if 0 (meaning not conneced) of a value < 0 (an error) is encountered.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5541 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-20 00:41:33 +00:00 |
|
patacongo
|
98e3699cc6
|
Add split package logic to improve TCP send performance with delayed ACKs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5538 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-19 16:40:43 +00:00 |
|
patacongo
|
140d3e4374
|
NSH will now run files from the file system; Add logic to unload and clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5529 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-17 18:32:13 +00:00 |
|
patacongo
|
fefb836376
|
Add a binary 'loader' so that builtin applications can be executed from the BINFS file system
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5525 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-16 19:08:23 +00:00 |
|
patacongo
|
ce0a475c9f
|
Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_builtin.c to binfmt/libbuiltin/libbuiltin_utils.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5524 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-16 17:05:00 +00:00 |
|
patacongo
|
f88475494d
|
apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5523 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-16 15:41:27 +00:00 |
|
patacongo
|
5a9eb3e650
|
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
|
b81afc12fd
|
Implement redirection of output from NSH builtin commands to a file in a mounted volume
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5521 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-15 21:01:37 +00:00 |
|
patacongo
|
9fdccfccfa
|
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
|
65c2f3e7ff
|
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
|
e3b0979fcf
|
Fix a *critical* bug in the task exit logic. Implements SIGCHILD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5513 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-12 19:58:45 +00:00 |
|
patacongo
|
87eac55c6b
|
Added a test of posix_spawn()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5507 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-10 21:39:57 +00:00 |
|
patacongo
|
04acfabe32
|
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
|
d7bcd7c639
|
Remove non-functional WLAN examples, configurations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5468 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-31 13:44:36 +00:00 |
|
patacongo
|
42149b6373
|
Add support for key release events
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5464 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-27 14:01:59 +00:00 |
|
patacongo
|
f18028f1bc
|
Verified USB HID KBD driver encoding of special characters; apps/examples/hidkbd now decodes encoded keyboar characters.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5463 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-26 21:37:50 +00:00 |
|
patacongo
|
e1dad951f1
|
Fix several build issues noted by Mike Smith
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5459 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-24 20:22:14 +00:00 |
|
patacongo
|
3e98f528a4
|
Some fixes to apps/builtin/registry need to handle some additional cases
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5456 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-24 13:15:57 +00:00 |
|
patacongo
|
b104cce86b
|
Remove .context kludge from apps/ directory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5455 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-23 22:17:09 +00:00 |
|
patacongo
|
88d3058222
|
Rename namedapp as simply builtin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5454 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-23 20:22:41 +00:00 |
|
patacongo
|
ee7d4f64c1
|
Remove some dependencies of distclean on clean. This should not be necessary in higher level makefiles and should speed up make distclean
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5453 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-23 17:35:06 +00:00 |
|
patacongo
|
47f9ba61fd
|
Prep for release 6.24
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5447 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-20 20:22:21 +00:00 |
|
patacongo
|
1f42490e3c
|
Some minor fixes for CONFIG_ADDRENV=y
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5444 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-19 21:16:03 +00:00 |
|
patacongo
|
bf079976cb
|
standard keypad inteface and apps/examples/keypadtest from Denis Carikli
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5403 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-01 15:43:51 +00:00 |
|
patacongo
|
cb890fd484
|
All ZNEO configurations converted to use the mconf/Kconfig tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5401 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-29 18:44:02 +00:00 |
|
patacongo
|
a9cdbb61ea
|
z8 configurations will now build in Windows native environment
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5399 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-29 15:24:27 +00:00 |
|
patacongo
|
2d8bb1d2cb
|
Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ifconfig command and improve DHCPC -- All from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5393 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-27 16:26:54 +00:00 |
|
patacongo
|
9948193f7a
|
configs/z8f64200100kit/ostest at same level as ez80 configurations; nuttx/arch/arm/src/lpc17xx/lpc17_i2c.cuninitialization fix
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5392 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-27 15:09:12 +00:00 |
|
patacongo
|
5a44013837
|
Changes from Mike
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5361 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-16 12:41:58 +00:00 |
|
patacongo
|
5d5c040379
|
Simple window natives OS test build now works; Probabaly more to do for other configs; clean targets still have problems
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5355 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-14 20:59:36 +00:00 |
|
patacongo
|
b72bdefb72
|
Qencoder fixes from Ryan Sundberg
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5354 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-14 19:26:13 +00:00 |
|
patacongo
|
b60be3682d
|
Several patches from Petteri Aimonen (mostly NxWidgets)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5324 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-09 14:54:29 +00:00 |
|
patacongo
|
4c2e48e07f
|
Make ostest RR scheduler test use less memory from Freddie Chopin; Plus build fix from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5314 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-05 20:02:56 +00:00 |
|
patacongo
|
81348a381b
|
Prep for 6.23 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5313 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-05 15:42:58 +00:00 |
|
patacongo
|
416434f834
|
Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5308 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-04 18:54:04 +00:00 |
|
patacongo
|
9ca8e80de5
|
Relay example from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5306 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-04 16:08:02 +00:00 |
|
patacongo
|
93870670fa
|
Add support for wget POST interface; from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5301 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-03 00:00:56 +00:00 |
|
patacongo
|
b41f7d1c5e
|
Add apps/examples/cxxtest from Qiang Yu
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5284 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-31 20:13:28 +00:00 |
|
patacongo
|
3c077acd5c
|
Add apps/examples/wgetjson from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5281 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-31 16:04:45 +00:00 |
|
patacongo
|
97fd74fbdd
|
Add apps/netutils/codecs and associated NSH commands from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5280 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-31 14:36:00 +00:00 |
|
patacongo
|
d943f61d2d
|
DNS fixes from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5268 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-28 13:20:36 +00:00 |
|
patacongo
|
2a038d1bc0
|
Add port of cJSON from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5267 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-27 18:21:26 +00:00 |
|
patacongo
|
603f1f0317
|
The ELF loader is basically functional (needs more testing)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5265 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-27 00:04:47 +00:00 |
|
patacongo
|
9358ec5a1f
|
Add an example for testing the ELF loader
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5260 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-25 20:06:46 +00:00 |
|
patacongo
|
0dde83dee0
|
Fewer shell invocations in apps/Makefile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5248 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-23 15:51:45 +00:00 |
|
patacongo
|
fab9d222ad
|
Several bugfixes contributed by Petteri Aimonen
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5238 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-20 16:07:49 +00:00 |
|
patacongo
|
c482b6d24d
|
Add MAX11802 touchscreeen driver from Petteri Aimonen
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5237 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-20 15:17:19 +00:00 |
|
patacongo
|
9db7c9aadc
|
DNS fixes from Darcy Gong (part 1 of 2)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5235 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-20 13:47:30 +00:00 |
|
patacongo
|
9c0aef102c
|
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
|
f90c8836c0
|
Several bugfixes, mostly from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5217 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-06 14:50:37 +00:00 |
|
patacongo
|
38c5f11690
|
Fix some W25 driver errors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5212 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-04 18:42:28 +00:00 |
|
patacongo
|
8181e26325
|
Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency; fleshed out a few more Kconfig files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5211 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-04 17:36:07 +00:00 |
|
patacongo
|
b8d2846a7e
|
Change order of includes in apps/Makefile; add clock frequencies to shenzhou, fire, and olimex-stm32 board.h files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5210 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-04 15:07:06 +00:00 |
|
patacongo
|
2bb1ecab3c
|
Delete the apps/vsn directory (moved commands to apps/system)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5208 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-03 23:36:54 +00:00 |
|
patacongo
|
5aff42304b
|
Prep for 6.22 Release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5206 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-29 19:10:52 +00:00 |
|
patacongo
|
8cc070d108
|
Prep for NxWidgets 1.3 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5205 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-29 15:58:41 +00:00 |
|
patacongo
|
6d749f051b
|
Turn off LCD reading on Shenzhou board (needs some TLC before it will be usable)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5202 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-28 19:24:46 +00:00 |
|
patacongo
|
05064f0062
|
Definitions for ARMv7-M AIRCR register, Fixes for ADS7843 and SSD1289 driver, Missing build logic for examples/watchdog
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5198 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-27 15:29:53 +00:00 |
|
patacongo
|
e677bd6b22
|
Hook in NxWidgets configuration logic; Add a untested ADS7843E touchscreen support for the Shenzhou board; Complete the Shenzhou NxWM configuration (also untested).
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5190 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-25 22:04:51 +00:00 |
|
patacongo
|
3debbf0832
|
Adds support for keep-alive connections to webserver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5178 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-22 20:36:36 +00:00 |
|
patacongo
|
dcfee2600c
|
More webserver updates from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5173 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-22 12:23:35 +00:00 |
|
patacongo
|
503886bf78
|
Fix ENC28J60 Tx transmit (still a receive problem); Add HTTP 408 logic from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5158 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-17 23:02:58 +00:00 |
|
patacongo
|
0e46b2be82
|
Add option for single connection web server. From Kate.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5157 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-17 19:44:53 +00:00 |
|
patacongo
|
94acbb2e37
|
Resync new repository with old repo r5166
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5153 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-17 18:18:44 +00:00 |
|
patacongo
|
5bec43869a
|
Add XML RPC server plus NXWM build fixes from Max Holtzberg
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5150 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-14 14:07:21 +00:00 |
|
patacongo
|
bffae74f54
|
Remove executable property from source and make files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5146 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-13 18:46:10 +00:00 |
|
patacongo
|
a23aa24d7f
|
Rename all apps/examples/-/main.c to something unique
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5141 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-13 12:36:32 +00:00 |
|
patacongo
|
3bf37ae6e9
|
Network discover utility from Max Holtzberg
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5137 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-12 18:42:07 +00:00 |
|
patacongo
|
c87dcca676
|
AVR corrections from Richard Cochran; uIP webserver enhancements from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5126 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-11 13:19:59 +00:00 |
|
patacongo
|
b6b035f8df
|
More M3 Wildfire logic; mmap-related bug fixes from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5124 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-10 20:00:04 +00:00 |
|
patacongo
|
5d59ee57b5
|
Shenzhou board is first to use ONLY Kconfig for configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5114 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-08 13:56:21 +00:00 |
|
patacongo
|
991f372a47
|
Add URL/CGI function mapping option to uIP web server
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5096 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-05 18:03:37 +00:00 |
|
patacongo
|
0c8089ebfa
|
Enhancements to the uIP web server from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5088 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-04 16:59:24 +00:00 |
|
patacongo
|
cedcc5b794
|
The content for uIP web server demo is no longer canned, but is not built dynameically (Thanks to Max Holtzberg)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5073 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-31 23:05:51 +00:00 |
|
patacongo
|
1a017b411e
|
Fix some places in library where semaphore is not released on error conditions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5071 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-31 16:03:17 +00:00 |
|
patacongo
|
02eb94cd00
|
Add configurable application entry point
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5070 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-30 20:13:50 +00:00 |
|
patacongo
|
0924661c3e
|
Add perror()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5061 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-28 19:01:14 +00:00 |
|
patacongo
|
9019c148da
|
Add some protection to the priority inheritance logic when sem_post() is called from an interrupt handler
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5060 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-28 14:40:12 +00:00 |
|
patacongo
|
8aa93837e2
|
More patches/bugfixes from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5056 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-26 23:29:37 +00:00 |
|
patacongo
|
a123dd9628
|
Add terminating NULL to argv[] list
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5055 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-26 22:28:21 +00:00 |
|
patacongo
|
6670d6da33
|
Prep for 6.21 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5052 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-25 16:40:31 +00:00 |
|
patacongo
|
feec38f264
|
Fixes to apps/*/Make.defs files needed for auto-configuration build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5027 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-14 15:45:53 +00:00 |
|
patacongo
|
19580c73bf
|
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
|
40d7a25240
|
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
|
5528942d9c
|
Add the NSH df command
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5007 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-04 00:37:25 +00:00 |
|
patacongo
|
f5544c80cf
|
Extend the NSH mount command so that it will enumerate mountpoints if no arguments are provided
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5006 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-03 23:47:32 +00:00 |
|
patacongo
|
6653351013
|
Add support for testing multiple ADC, PWM, and QE devices
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4993 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-30 16:51:43 +00:00 |
|
patacongo
|
52fe89eb98
|
Lock the scheduler when starting NSH builtin applications to eliminate race conditions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4988 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-28 18:38:13 +00:00 |
|
patacongo
|
cea531d7dc
|
PM update; NSH extension to catch return values
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4987 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-28 15:18:26 +00:00 |
|
patacongo
|
6071b29253
|
Don't use strerror in apps/modbus; Add CONFIG_MB_TERMIOS to enable/suppress use of termios.h interfaces
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4968 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-22 17:41:19 +00:00 |
|
patacongo
|
e467b61785
|
Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modbus; Add new termios APIs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4964 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-21 21:23:18 +00:00 |
|
patacongo
|
2c2d649c9c
|
Check-in of initial, unmodified freemodbus-v1.5.0
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4960 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-21 13:35:35 +00:00 |
|
patacongo
|
a1f980bc9d
|
Header file clean-up
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4948 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-17 03:58:11 +00:00 |
|
patacongo
|
3d935c341c
|
Prep for release 6.20
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4937 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-12 17:57:31 +00:00 |
|
patacongo
|
16dc9afc30
|
Correct an error in named application priority when SCHED_RR is enabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4928 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-11 02:43:12 +00:00 |
|
patacongo
|
23c742b882
|
Prep for 6.19 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4847 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-15 16:23:17 +00:00 |
|
patacongo
|
6104a388de
|
Add NSH mv command
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4830 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-11 23:47:31 +00:00 |
|
patacongo
|
bf760f29b4
|
Add support for the USB trace cability in NSH when a USB console is used
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4774 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-26 18:05:26 +00:00 |
|
patacongo
|
d2ef14cc47
|
Now have to press enter 3 times to start with USB NSH console
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4772 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-26 01:45:37 +00:00 |
|
patacongo
|
66eeafb87a
|
Fix packet size calculation in CDC/ACM and PL2303 USB serial drivers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4771 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-25 22:10:40 +00:00 |
|
patacongo
|
fcc07454f1
|
Prep for 6.18 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4751 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-19 15:26:38 +00:00 |
|
patacongo
|
fe520bd7ad
|
NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen initialization interfaces for all boards
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4721 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-11 00:05:25 +00:00 |
|
patacongo
|
ca34a1bc4d
|
Add STM32 watchdog configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4617 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-16 17:20:36 +00:00 |
|
patacongo
|
8436fa9493
|
Add a watchdog timer test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4614 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-15 22:31:05 +00:00 |
|
patacongo
|
3c0dfb00dd
|
Add skeleton file for STM32 watchdog timer driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4611 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-15 01:11:54 +00:00 |
|
patacongo
|
564b45fb82
|
Prep for 6.17 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4607 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-14 15:11:38 +00:00 |
|
patacongo
|
15cbd20975
|
Move include/math.h to include/nuttx/math.h
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4568 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-07 14:08:37 +00:00 |
|
patacongo
|
a23edf1066
|
Add framework in NxConsole to support VT100 escape sequences
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4542 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-30 18:42:40 +00:00 |
|
patacongo
|
393713e778
|
Can now run an NSH session within an NX window
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4539 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-29 22:20:47 +00:00 |
|
patacongo
|
aaa9db283e
|
Add a test for the NX console device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4528 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-27 16:59:15 +00:00 |
|
patacongo
|
4c4cd3f8e2
|
NFS update + make some examples configurable as NSH built-ins
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4501 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-22 00:51:01 +00:00 |
|
patacongo
|
29e228f370
|
Extend examples/can so that it can be used in other contexts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4489 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-14 01:19:27 +00:00 |
|
patacongo
|
b10e90e4f6
|
Prep for 6.16 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4475 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-10 18:58:41 +00:00 |
|
patacongo
|
e8c43f0463
|
Add support for use of a USB serial device to provide NSH console I/O. Verified on the Sure PIPIC32MX board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4458 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-06 20:21:57 +00:00 |
|
patacongo
|
fafd67fe82
|
Add logic to NSH startup to call C++ static initializers on startup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4439 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-28 23:38:59 +00:00 |
|
patacongo
|
f68d3a9b19
|
Extend CDC/ACM driver so that can be connected/disconnected under software control; Add new NSH commands sercon and serdis that will connect and disconnect the CDC/ACM serial device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4436 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-28 18:14:55 +00:00 |
|
patacongo
|
68b07a2da4
|
readline() (and hence NSH) now accept the DEL character as well as the Backspace character for the backspace functionality
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4428 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-25 20:46:18 +00:00 |
|
patacongo
|
bf175eeebb
|
Add a test to verify that FPU registers are properly saved and restored on context switches.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4421 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-24 21:34:55 +00:00 |
|
patacongo
|
5a3cdb8779
|
Add QE support to STM32F4Discovery; add a test of the quadrature encoder driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4395 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-15 17:51:30 +00:00 |
|
patacongo
|
8dfdb061cf
|
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
|
3ef447cf6e
|
Add dmesg command that can be used to dump the syslog
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4382 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-11 15:27:44 +00:00 |
|
patacongo
|
eeff74085e
|
Add the beginnings of an FTP server
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4368 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-04 21:02:45 +00:00 |
|
patacongo
|
fe6136766a
|
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
|
1e0243297a
|
Get rid of psock.h (bad idea); Add logic to clone the socket structure when wrapping the telnet connection as a character driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4349 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-30 23:13:29 +00:00 |
|
patacongo
|
70433b7fd5
|
A few more telnet updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4348 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-30 22:20:42 +00:00 |
|
patacongo
|
2223c0eac0
|
Add new psock layer; telnet session is now wrapped in a character device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4347 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-30 21:29:59 +00:00 |
|
patacongo
|
3085821527
|
First round of changes from debug of USB composite device (still has problems)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4342 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-27 16:25:57 +00:00 |
|
patacongo
|
c2266ac99a
|
If we are using a USB serial console, then NSH must wait for the USB device to be connected
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4327 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-24 00:00:31 +00:00 |
|
patacongo
|
ac307ce7fb
|
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
|
be3a9faf25
|
Add pulse count support to apps/examples/pwm
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4286 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-09 18:56:05 +00:00 |
|
patacongo
|
e8ff8b1658
|
Fix some LPC17xx GPIO/button interrupt logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4246 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-31 23:09:33 +00:00 |
|
patacongo
|
0e25792d16
|
Prep for 6.13 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4231 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-26 20:07:04 +00:00 |
|
patacongo
|
61be0bba52
|
Add loopback support to STM32 CAN driver; Add apps/examples/can loopback test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4213 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-22 15:59:50 +00:00 |
|
patacongo
|
e10f0165f1
|
Add a test for PWM drivers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4202 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-19 23:06:41 +00:00 |
|
patacongo
|
2f8d665e01
|
Completes coding of the PWM module
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4200 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-19 19:24:09 +00:00 |
|
patacongo
|
aeb95a78a1
|
Fix more STM32 ethernet bugs; Fix some build issues with examples/nettest
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4171 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-13 19:58:24 +00:00 |
|
patacongo
|
6ecf93b469
|
Add a network test configuration for the STM3240G-EVAL
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4169 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-13 17:56:14 +00:00 |
|
patacongo
|
1329f14683
|
STM32 Ethernet bugfixes; STM3240G-EVAL DHCPD configuration; fixes for IP address order bugs in DHCPD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4168 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-13 17:25:23 +00:00 |
|
patacongo
|
a8628e9397
|
Prep for 6.12 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4141 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-07 01:15:08 +00:00 |
|
patacongo
|
d336bb2958
|
Button test can now be built as an NSH command
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4091 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-14 14:45:30 +00:00 |
|
patacongo
|
514525e3fe
|
Prep for 6.11 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4090 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-12 17:49:00 +00:00 |
|
patacongo
|
b9c6b30f83
|
Prep for 6.10 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4028 42af7a65-404d-4744-a932-0658087f49c3
|
2011-10-06 20:39:57 +00:00 |
|
patacongo
|
9ff4cc1bdd
|
apps/ build now supports an 'external' directory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4021 42af7a65-404d-4744-a932-0658087f49c3
|
2011-10-05 14:37:39 +00:00 |
|
patacongo
|
f42fdde5c5
|
Add a simple touchscreen test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3995 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-29 16:25:21 +00:00 |
|
patacongo
|
0a21d7a717
|
Add examples/usbterm
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3976 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-26 16:52:20 +00:00 |
|
patacongo
|
f103a514d1
|
Add a test to determine if you can read data from an LCD correctly
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3974 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-23 18:45:28 +00:00 |
|
patacongo
|
ca15acf7a8
|
TIFF library now passes its unit test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3970 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-22 18:28:42 +00:00 |
|
patacongo
|
8d02143075
|
Add beginning of a TIFF file creation library
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3964 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-20 19:19:33 +00:00 |
|
patacongo
|
9233cd668e
|
Add I2C trace capability; Fix another STM32 I2C/FSMC bug; add verify command to the I2C tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3961 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-18 17:52:00 +00:00 |
|
patacongo
|
50f7b06bfe
|
Prep for 6.9 Release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3950 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-11 18:41:52 +00:00 |
|
patacongo
|
49ffd7577a
|
Fix errors in gmtime and gmtime_r
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3933 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-01 17:56:03 +00:00 |
|
patacongo
|
a67a0c0c9a
|
Initial debug changes to the I2C tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3929 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-30 17:20:46 +00:00 |
|
patacongo
|
840c4fb49f
|
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
|
bf81d60a62
|
Prep for 6.8 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3899 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-19 21:33:11 +00:00 |
|
patacongo
|
ff5fda55d1
|
Fix numerous errors in trapezoid rendering and wide line drawing algorithms
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3840 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-03 16:04:48 +00:00 |
|
patacongo
|
a5ac1ebcc6
|
Prep for 6.7 Release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3837 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-02 14:57:27 +00:00 |
|
patacongo
|
40e417d362
|
Incorporated new fonts into examples; fix glyph allocation bug in nxhello
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3822 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-27 14:43:45 +00:00 |
|
patacongo
|
da8dd4ccd4
|
Improve USB mass storgage memory usage instrumentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3819 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-26 13:52:49 +00:00 |
|
patacongo
|
14837fe7ee
|
Move NX header files to include/nuttx/nx
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3816 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-24 20:49:01 +00:00 |
|
patacongo
|
1f9f4c5169
|
apps/examples/usbstorage can now be built as NSH built-in commands; configs/stm3210e-eval/nsh2 now uses these usb storage commands
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3812 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-22 20:12:50 +00:00 |
|
patacongo
|
d419019bc0
|
Add a NuttX logo image example
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3805 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-21 00:01:41 +00:00 |
|