summaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Collapse)AuthorAgeFilesLines
* Updates to the CC3000 example from David SidraneGregory Nutt2013-10-304-18/+32
|
* Fine tuning of memory usage in examples/cc3000 from David SidraneGregory Nutt2013-10-303-10/+10
|
* Minor, costmetic things that were still unsaved in my editorGregory Nutt2013-10-271-5/+5
|
* apps/examples/cc3000: Updated by David SidraneGregory Nutt2013-10-273-5/+28
|
* apps/examples/cc3000 update from David SidraneGregory Nutt2013-10-261-3/+5
|
* apps/examples/cc3000 updated by David SidraneGregory Nutt2013-10-256-25/+107
|
* apps/examples/adc: Add support for software triggeringGregory Nutt2013-10-252-2/+25
|
* apps/examples/can: Fix an error in a debug statement. From Martin LederhilgerGregory Nutt2013-10-241-1/+1
|
* apps/examples/cc3000 update from David Sidrane. Plus some kruft removalGregory Nutt2013-10-243-325/+341
|
* Telnetd: Missing argument in debug statement can cause crash in certain ↵Gregory Nutt2013-10-241-1/+1
| | | | error conditions. From David Sidrane
* Missing part of last apps/examples/cc3000 checkin. From David SidraneGregory Nutt2013-10-231-0/+363
|
* More apps/examples/cc3000 changes from David SidraneGregory Nutt2013-10-231-1/+1
|
* apps/examples/cc3000: Extensions and enhancements from David SidraneGregory Nutt2013-10-237-200/+1518
|
* apps/examples/random: Add a test for /dev/randomGregory Nutt2013-10-208-7/+311
|
* SAMA5 WDT driver is now functionalGregory Nutt2013-10-201-0/+1
|
* SAMA5 WDT: Miss watchdog fixesGregory Nutt2013-10-201-2/+6
|
* New touchscreen scaling algorithm for the case where measured X values vary ↵Gregory Nutt2013-10-171-4/+5
| | | | with y position (and vice versa)
* CC3000-related typo fixes from the last bit checked. Thanks to David SidraneGregory Nutt2013-10-161-1/+0
|
* Updated CC30000 example from David SidraneGregory Nutt2013-10-162-691/+658
|
* SAMA5: Integrate touchscreen and ADC drivers into the buildGregory Nutt2013-10-031-1/+1
|
* More improvements to the minimal NSH when there is no file system and when ↵Gregory Nutt2013-10-011-0/+5
| | | | print fieldwidths are suppressed
* Changes to NSH and readline to permit NSH to work on a platform with no file ↵Gregory Nutt2013-09-301-1/+1
| | | | system
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-282-27/+27
|
* Mov apps/examples/composite to apps/system/composite; convert ↵Gregory Nutt2013-09-259-1390/+6
| | | | configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-259-565/+2
|
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-259-1223/+3
|
* Condition the CC3000 example on having selected the CC3000 deviceGregory Nutt2013-09-181-0/+1
|
* Add FPU configuration options for the OS testGregory Nutt2013-09-181-1/+30
|
* Trivial updates assocaited with USB host mass storage and SAMA5 EHCIGregory Nutt2013-09-081-0/+2
|
* Fix bug introduced to msconn; Was hanging is invoked from NSHGregory Nutt2013-09-074-37/+150
|
* Suppress attempts to manage USB trace if the USB MSC example is built as an ↵Gregory Nutt2013-09-062-9/+18
| | | | 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).
* SAMA5D3x-EK: Add support for USB MSC device on AT25 serial flashGregory Nutt2013-09-062-126/+10
|
* apps/examples/pwm: Clean up some configuration confusionGregory Nutt2013-09-054-13/+15
|
* Rename examples/usbstorage to examples/usbmsc. From CCTSAOGregory Nutt2013-09-059-10/+134
|
* Some restructing of the CC3000 buildGregory Nutt2013-09-044-13/+18
|
* Sourceforge bug #19. Fix typo from CCTSAOGregory Nutt2013-09-041-1/+1
|
* CC3000 driver updates from Alan Carvalho de AssisGregory Nutt2013-09-043-30/+28
|
* Initial cut of a driver for the TI CC3000 network module with support on the ↵Gregory Nutt2013-09-038-0/+1336
| | | | Freescale KL25Z board from Alan Carvalho de Assis
* Add example configurations that enable USB trace options must have Kconfig ↵Gregory Nutt2013-09-025-13/+216
| | | | options to select the trace output
* Clean up some LP17xx and STM32 USB host configuration compilation errors due ↵Gregory Nutt2013-08-131-9/+21
| | | | to the massive changes to the USB host interfaces needed to support the SAMA5
* Change in apps/examples/composite to eliminate some false alarm debug assertionsGregory Nutt2013-07-091-2/+1
|
* Fix UG-2832HSWEG04 landscape. Add reverse landscape support to ↵Gregory Nutt2013-06-242-3/+7
| | | | 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-232-3/+3
| | | | module that uses that OLED.
* Straighten out issues about who calls C++ initializers with CXXTEST or ↵Gregory Nutt2013-06-217-35/+155
| | | | 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
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single ↵Gregory Nutt2013-06-1220-111/+46
| | | | 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
* 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-012-138/+148
|
* Add NRF24L01 terminal example. From Laurent Latil.Gregory Nutt2013-06-016-7/+490
|
* 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