summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
Commit message (Collapse)AuthorAgeFilesLines
* apps/Makefile should include external/Make.defs so that external ↵Gregory Nutt2013-10-141-0/+8
| | | | applications can participate in the menu configuration
* I2C Tool: Use default oof 4ooKhz, not 4MHzGregory Nutt2013-10-101-0/+2
|
* Add NSH addroute and delroute commandsGregory Nutt2013-10-051-0/+2
|
* Changes to NSH and readline to permit NSH to work on a platform with no file ↵Gregory Nutt2013-09-301-0/+6
| | | | system
* Mov apps/examples/composite to apps/system/composite; convert ↵Gregory Nutt2013-09-251-0/+2
| | | | configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-251-1/+2
|
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-251-1/+1
|
* Add a stack monitoring daemonGregory Nutt2013-09-241-0/+2
|
* USB monitor: Fix some bad conditional compilationGregory Nutt2013-09-231-0/+2
|
* Condition the CC3000 example on having selected the CC3000 deviceGregory Nutt2013-09-181-1/+3
|
* Add FPU configuration options for the OS testGregory Nutt2013-09-181-0/+4
|
* Fix NSH default IP addressGregory Nutt2013-09-171-0/+3
|
* Eliminate a warning when DHCP is not enabledGregory Nutt2013-09-171-0/+4
|
* Prep for release 6.30nuttx-6.30Gregory Nutt2013-09-141-4/+6
|
* NSH: Fix 'ls' output for a single file. Provided by Lorenz MeierGregory Nutt2013-09-131-1/+2
|
* USB monitor extended so that it can also be used with USB host trace dataGregory Nutt2013-09-091-0/+2
|
* Fix warnings in USB MSC when compiled for a high speed device; also fix USB ↵Gregory Nutt2013-09-071-1/+1
| | | | MSC default VID/PID configuration
* Fix bug introduced to msconn; Was hanging is invoked from NSHGregory Nutt2013-09-071-0/+9
|
* Suppress attempts to manage USB trace if the USB MSC example is built as an ↵Gregory Nutt2013-09-061-0/+4
| | | | NSH built-in application. In that case, USB MSC does not do a good job managing trace data and gets in the way of other things that can do a better job (like NSH or the USB monitor).
* DHCPD: Fix calculation of lease address. Bad logic causes repeated ↵Gregory Nutt2013-09-061-0/+2
| | | | assignment of the same IP address. SourceForge bug #21 from Paolo Messina.
* apps/examples/pwm: Clean up some configuration confusionGregory Nutt2013-09-051-1/+1
|
* Rename examples/usbstorage to examples/usbmsc. From CCTSAOGregory Nutt2013-09-051-0/+6
|
* Sourceforge bug #19. Fix typo from CCTSAOGregory Nutt2013-09-041-0/+4
|
* Prep for NuttX-6.29 releasenuttx-6.29Gregory Nutt2013-07-311-3/+5
|
* Some initial frame for Cortex-A5 support. No much yetGregory Nutt2013-07-181-1/+1
|
* NSH cmp command by Andrew TwidgellGregory Nutt2013-07-181-1/+3
|
* Zmodem utilities can now be built for Linux; Fix some configuration confusionGregory Nutt2013-07-151-0/+3
|
* Fix file write loopGregory Nutt2013-07-151-2/+5
|
* Resolve a few Zmodem sender streaming issuesGregory Nutt2013-07-131-2/+5
|
* Build/test framework for the Zmodem sz and rz commands which are on their wayGregory Nutt2013-07-121-0/+3
|
* Change in apps/examples/composite to eliminate some false alarm debug assertionsGregory Nutt2013-07-091-2/+4
|
* Add support fo SAM4S Xplained SRAMGregory Nutt2013-06-261-1/+1
|
* Fix integration of RAM test into the build and configuration systemGregory Nutt2013-06-261-0/+2
|
* Fix UG-2832HSWEG04 landscape. Add reverse landscape support to ↵Gregory Nutt2013-06-241-0/+3
| | | | UG_2864AMBAG01 and UG-9964HSWAG01. Fixe NXHELLO default colors for 1-bit mono modes
* Add support for the UG-2843HHSWEG04 OLED and for the SAM4L Xplained Pro OLED ↵Gregory Nutt2013-06-231-0/+3
| | | | module that uses that OLED.
* Straighten out issues about who calls C++ initializers with CXXTEST or ↵Gregory Nutt2013-06-211-0/+12
| | | | 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
* Prep for 6.28 releasenuttx-6.28Gregory Nutt2013-06-141-3/+4
|
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single ↵Gregory Nutt2013-06-121-0/+4
| | | | 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
* Add missing NSH configuration settings. Correct some conditional logic for ↵Gregory Nutt2013-06-021-0/+2
| | | | STM32 FALSH pre-fetch settings. From Lorenz Meier
* Add NRF24L01 terminal example. From Laurent Latil.Gregory Nutt2013-06-011-1/+2
|
* Add NSRF42L01 driver. From Laurent LatilGregory Nutt2013-06-011-0/+5
|
* The SLCD driver is now fully functional for Sure PIC32MX boardGregory Nutt2013-05-271-3/+5
|
* Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixesGregory Nutt2013-05-261-1/+2
|
* Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for ↵Gregory Nutt2013-05-241-0/+3
| | | | the STM32 L family, some STM32L-Discovery LCD debug changes
* Add TCP echo server from Max HoltzbergGregory Nutt2013-05-221-1/+3
|
* Add runtime configuration for UDP discovery utility. From Max HoltzbergGregory Nutt2013-05-211-0/+3
|
* apps/examples/helloxx entry point name was mangled when built as an NSH ↵Gregory Nutt2013-05-161-0/+2
| | | | builtin; plus some README updates
* Add beginning a a media player window to NxWM from Ken Pettit. Still a work ↵Gregory Nutt2013-05-111-0/+2
| | | | in progress
* Fixes for the examples/nxtext testGregory Nutt2013-05-071-0/+3
|
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers ↵Gregory Nutt2013-05-031-0/+2
| | | | to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).