Commit Graph

428 Commits

Author SHA1 Message Date
Gregory Nutt
9530f6076f Rename up_irqbutton() to board_button_irq() 2014-01-24 14:04:07 -06:00
Gregory Nutt
7bf1f353d6 Rename up_buttons() to board_buttons() 2014-01-24 13:59:24 -06:00
Gregory Nutt
ce6ceb9e80 Rename up_buttoninit to board_button_intialize 2014-01-24 13:50:23 -06:00
Gregory Nutt
b14f1f48ec apps/examples/ostest: Spelling fix from Richard Cochran 2014-01-23 07:00:02 -06:00
Gregory Nutt
10d4657d15 Changes to get PX4 config to build. Also some warning removal 2014-01-14 13:30:22 -06:00
Gregory Nutt
af14026800 Change how TCP read-ahead is selected to better integrate with TCP write buffering 2014-01-13 13:55:51 -06:00
Gregory Nutt
7ca7ae9fd6 Add Z16F NSH configuration 2014-01-01 12:40:18 -06:00
Gregory Nutt
b40dae2137 sim/mount: Converted to use kconfig-frontends tools 2014-01-01 08:52:58 -06:00
Gregory Nutt
d9f6b144bc Move ramdisk.h to include/nutt/fs/ramdisk.h 2013-12-10 09:42:58 -06:00
Gregory Nutt
5ec7a2d346 Move smart.h to include/nuttx/fs/smart.h 2013-12-10 09:38:48 -06:00
Gregory Nutt
ee48207dce Move rgbcolors.h to include/nuttx/video 2013-12-10 09:29:20 -06:00
Gregory Nutt
bae04a9413 Move include/nuttx/fb.h to include/nuttx/video/fb.h 2013-12-10 09:23:54 -06:00
Gregory Nutt
a88b64db7a A little SAMA5 camera stuff 2013-12-09 14:20:11 -06:00
Gregory Nutt
9f487677d2 examples/hidkbd now expects an architecture-specific USB HOST initialization function 2013-11-29 14:31:36 -06:00
Gregory Nutt
647703e649 Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.h 2013-11-15 11:22:23 -06:00
Gregory Nutt
1e694d25eb apps/examples/i2schar: Raise priority of the receiver thread. In a loopback test, catching the returned data is higher priority than sending new data 2013-11-12 10:21:16 -06:00
Gregory Nutt
65ba440e75 Various fixes from initial attempts to integrate the SAMA5 SSC/I2C driver with the I2C character driver loopback test 2013-11-11 15:18:57 -06:00
Gregory Nutt
1129c10a27 Add apps/examples/i2schar that will eventually use the I2C character drvier to verify I2S 2013-11-10 14:08:45 -06:00
Gregory Nutt
b8177768eb apps/example/configdata: Unit test for the MTD configuration data driver 2013-11-04 09:05:11 -06:00
Gregory Nutt
253ab48071 Updates to the CC3000 example from David Sidrane 2013-10-30 14:23:45 -06:00
Gregory Nutt
608b605f40 Fine tuning of memory usage in examples/cc3000 from David Sidrane 2013-10-30 10:25:30 -06:00
Gregory Nutt
fe0b2506dd Minor, costmetic things that were still unsaved in my editor 2013-10-27 19:08:26 -06:00
Gregory Nutt
3ff45e664d apps/examples/cc3000: Updated by David Sidrane 2013-10-27 18:52:21 -06:00
Gregory Nutt
0b14e81b56 apps/examples/cc3000 update from David Sidrane 2013-10-26 17:40:59 -06:00
Gregory Nutt
ea93f20f39 apps/examples/cc3000 updated by David Sidrane 2013-10-25 15:48:11 -06:00
Gregory Nutt
eb39b81b69 apps/examples/adc: Add support for software triggering 2013-10-25 14:17:29 -06:00
Gregory Nutt
097a0952f0 apps/examples/can: Fix an error in a debug statement. From Martin Lederhilger 2013-10-24 08:14:41 -06:00
Gregory Nutt
53b56c781d apps/examples/cc3000 update from David Sidrane. Plus some kruft removal 2013-10-24 07:54:28 -06:00
Gregory Nutt
b914af7836 Telnetd: Missing argument in debug statement can cause crash in certain error conditions. From David Sidrane 2013-10-24 07:21:56 -06:00
Gregory Nutt
2d36a7d06b Missing part of last apps/examples/cc3000 checkin. From David Sidrane 2013-10-23 14:07:16 -06:00
Gregory Nutt
3d5c058ad3 More apps/examples/cc3000 changes from David Sidrane 2013-10-23 11:49:59 -06:00
Gregory Nutt
dec3293e02 apps/examples/cc3000: Extensions and enhancements from David Sidrane 2013-10-23 08:25:40 -06:00
Gregory Nutt
a976360e0d apps/examples/random: Add a test for /dev/random 2013-10-20 11:37:56 -06:00
Gregory Nutt
bf17953959 SAMA5 WDT driver is now functional 2013-10-20 09:24:30 -06:00
Gregory Nutt
0701397785 SAMA5 WDT: Miss watchdog fixes 2013-10-20 08:24:05 -06:00
Gregory Nutt
73e10bd839 New touchscreen scaling algorithm for the case where measured X values vary with y position (and vice versa) 2013-10-17 12:07:14 -06:00
Gregory Nutt
8dc8455815 CC3000-related typo fixes from the last bit checked. Thanks to David Sidrane 2013-10-16 18:23:42 -06:00
Gregory Nutt
081396c18d Updated CC30000 example from David Sidrane 2013-10-16 07:30:54 -06:00
Gregory Nutt
09fe37c5ac SAMA5: Integrate touchscreen and ADC drivers into the build 2013-10-03 12:49:13 -06:00
Gregory Nutt
f6e948fa04 More improvements to the minimal NSH when there is no file system and when print fieldwidths are suppressed 2013-10-01 11:52:35 -06:00
Gregory Nutt
c4e46f5b62 Changes to NSH and readline to permit NSH to work on a platform with no file system 2013-09-30 11:34:04 -06:00
Gregory Nutt
59a89b687d Clean up some naming: fd vs. fildes vs. filedes and filep vs filp 2013-09-28 16:50:07 -06:00
Gregory Nutt
5f16a8c304 Mov apps/examples/composite to apps/system/composite; convert configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested 2013-09-25 18:50:14 -06:00
Gregory Nutt
4bfd7f7f5e Move apps/examples/cdcacm to apps/system/cdcacm 2013-09-25 17:23:03 -06:00
Gregory Nutt
edde864e45 Move apps/examples/usbmsc to apps/system/usbmsc 2013-09-25 16:54:39 -06:00
Gregory Nutt
f62a16df87 Condition the CC3000 example on having selected the CC3000 device 2013-09-18 10:32:57 -06:00
Gregory Nutt
d69d133f62 Add FPU configuration options for the OS test 2013-09-18 10:30:52 -06:00
Gregory Nutt
0f83209b97 Trivial updates assocaited with USB host mass storage and SAMA5 EHCI 2013-09-08 13:42:56 -06:00
Gregory Nutt
b345e0d8e7 Fix bug introduced to msconn; Was hanging is invoked from NSH 2013-09-07 10:09:52 -06:00
Gregory Nutt
af051009ba Suppress attempts to manage USB trace if the USB MSC example is built as an 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). 2013-09-06 17:21:57 -06:00