summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Prep for NuttX-6.29 releasenuttx-6.29Gregory Nutt2013-07-311-3/+5
|
* More ARMv7-A files that are just copies of the ARMv4/5 files for nowGregory Nutt2013-07-192-7/+9
|
* Some initial frame for Cortex-A5 support. No much yetGregory Nutt2013-07-181-1/+1
|
* NSH cmp command by Andrew TwidgellGregory Nutt2013-07-186-3/+132
|
* Fix problems with host build of the Zmodem toolsGregory Nutt2013-07-167-21/+60
|
* More Zmodem tweaksGregory Nutt2013-07-162-46/+79
|
* Zmodem utilities can now be built for Linux; Fix some configuration confusionGregory Nutt2013-07-1516-12/+1064
|
* Minor end-of-the-day Zmodem changesGregory Nutt2013-07-151-4/+3
|
* Fix file write loopGregory Nutt2013-07-1510-32/+105
|
* Partial fixes for Zmodem RX buffering problems.Gregory Nutt2013-07-157-45/+158
|
* Fix some Zmodem buffer sizing issuesGregory Nutt2013-07-145-12/+40
|
* More Zmodem bug fixes: Too many pkttypes; Use wrong packet bufferGregory Nutt2013-07-144-28/+51
|
* Several fixes realted to receiving Zmodem filesGregory Nutt2013-07-143-25/+33
|
* Fix an error in the ordering of fields in zm_transition_s structure; update ↵Gregory Nutt2013-07-143-6/+35
| | | | documentation
* Initial check-ing of (non-working) Zmodem receive logicGregory Nutt2013-07-146-95/+1867
|
* Resolve a few Zmodem sender streaming issuesGregory Nutt2013-07-135-227/+350
|
* More Zmodem bugfixes and new filesGregory Nutt2013-07-139-26/+2806
|
* More Zmodem-related changesGregory Nutt2013-07-123-20/+176
|
* Additional support needed for Zmodem debugGregory Nutt2013-07-121-0/+18
|
* A few more zmodem files; still missing a few but those are still fragile and ↵Gregory Nutt2013-07-126-15/+2074
| | | | like to undergo some resign before they are usable
* Build/test framework for the Zmodem sz and rz commands which are on their wayGregory Nutt2013-07-1210-1/+632
|
* Change in apps/examples/composite to eliminate some false alarm debug assertionsGregory Nutt2013-07-092-4/+5
|
* Created new directories to hold SPI-related filesGregory Nutt2013-07-011-1/+1
|
* Add support fo SAM4S Xplained SRAMGregory Nutt2013-06-261-1/+1
|
* Fix integration of RAM test into the build and configuration systemGregory Nutt2013-06-263-0/+10
|
* Fix UG-2832HSWEG04 landscape. Add reverse landscape support to ↵Gregory Nutt2013-06-243-3/+10
| | | | 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-233-3/+6
| | | | module that uses that OLED.
* Straighten out issues about who calls C++ initializers with CXXTEST or ↵Gregory Nutt2013-06-218-35/+167
| | | | 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-1224-120/+56
| | | | 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-022-0/+19
| | | | STM32 FALSH pre-fetch settings. From Lorenz Meier
* Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U ↵Gregory Nutt2013-06-026-25/+89
| | | | to SAM to ssupport SAM4. Convert all configs/sam3u-ek configurations to use the kconfig-frontends tool
* Updates to README filesGregory Nutt2013-06-018-572/+599
|
* Add NRF24L01 terminal example. From Laurent Latil.Gregory Nutt2013-06-017-8/+492
|
* Add NSRF42L01 driver. From Laurent LatilGregory Nutt2013-06-011-0/+5
|
* Fix that way that NxWight UnitTests are reigistered as NSH builtin appsGregory Nutt2013-05-301-1/+1
|
* The Makefile in every directory that can generate a .dSYM should also clean ↵Gregory Nutt2013-05-306-1/+5
| | | | .dSYM files
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-3094-100/+6
|
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. ↵Gregory Nutt2013-05-3096-1157/+1064
| | | | Add some missing .gitignore files
* The SLCD driver is now fully functional for Sure PIC32MX boardGregory Nutt2013-05-272-4/+26
|
* Rename SLCD geometry tructure to attributes; Move MAX contrast to ↵Gregory Nutt2013-05-271-10/+10
| | | | attributes. Add attribute and ioctl commands to get and set SLCD brightness
* More SLCD-related fixesGregory Nutt2013-05-261-16/+21
|
* Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixesGregory Nutt2013-05-262-31/+61
|
* PCB-Logic PIC32MX LCD1602 driver now supports SLCD CODED; Added an SLCD ↵Gregory Nutt2013-05-251-0/+1
| | | | ioctl command to get cursor position
* Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. ↵Gregory Nutt2013-05-251-1/+1
| | | | Re-organization of files in configs/pcblogic-pic32mx/src
* Additional bug fixes and minor extensions to the STM32L-Disovery segment LCD ↵Gregory Nutt2013-05-241-4/+16
| | | | support and to the apps/examples/slcd segment LCD test.
* Fix bugs in SLCD test and in SLCD CODECGregory Nutt2013-05-241-7/+81
|
* Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for ↵Gregory Nutt2013-05-249-3/+391
| | | | the STM32 L family, some STM32L-Discovery LCD debug changes
* Don't allocate dhcp_state structure when DHCP is not configuredGregory Nutt2013-05-231-1/+1
|
* Add TCP echo server from Max HoltzbergGregory Nutt2013-05-228-3/+582
|