Gregory Nutt
|
c6743d9d28
|
apps/examples/lcdrw: Fill out empty Kconfig file
|
2014-03-27 08:10:20 -06:00 |
|
Gregory Nutt
|
2fa8fdd94c
|
apps/examples/igmp: Fill out empty Kconfig file; can now be built as an NSH builtin function. From Manuel Stühn
|
2014-03-24 09:30:41 -06:00 |
|
Gregory Nutt
|
b19e1aa426
|
Removed all support for the legacy configuration mechanism from the apps/ directory
|
2014-03-06 12:21:14 -06:00 |
|
Gregory Nutt
|
23672d2bbe
|
configs/ntosd-dm320/udp: Configuration converted to use the kconfig-frontends tools
|
2014-03-05 12:48:58 -06:00 |
|
Gregory Nutt
|
3f6decd104
|
configs/stm3240g-eval/telnetd: Configuration converted to use the kconfig-frontends tools
|
2014-03-04 11:10:31 -06:00 |
|
Gregory Nutt
|
003c3ded18
|
configs/ez80f910200zco/dhcpd converted to use the kconfig-frontends tools
|
2014-03-03 13:10:11 -06:00 |
|
Gregory Nutt
|
e73fc0b37d
|
configs/lpcxpresso-lpc1768/nx: Configuration converted to use the kconfig-frontends tools
|
2014-03-02 12:42:23 -06:00 |
|
Gregory Nutt
|
31e2fab329
|
configs/sim/nsh2 converted to use the kconfig-frontends tools
|
2014-03-01 12:32:03 -06:00 |
|
Gregory Nutt
|
817c49547a
|
networking: Fix one place where the reference count was not being zeroed. This is really a cosmetic fix UNLESS CONFIG_DEBUG_NET is enabled, then it causes assertions
|
2014-02-25 16:41:11 -06:00 |
|
Gregory Nutt
|
fda41f953f
|
Spark configuration updated from David Sidrane
|
2014-02-19 18:57:21 -06:00 |
|
Gregory Nutt
|
39c981668d
|
Fix some errors in the last Kconfig files checked in
|
2014-02-18 14:57:12 -06:00 |
|
Gregory Nutt
|
c4f50c4cd9
|
Incomplete Kconfig files fleshed out by Alan Carvalho de Assis
|
2014-02-18 14:35:49 -06:00 |
|
Gregory Nutt
|
4183932d04
|
Typo fixes from CCTSA0. Thanks
|
2014-02-14 11:08:05 -06:00 |
|
Gregory Nutt
|
3669b6799a
|
More changes to reduce complaints from CppCheck. Some latent bugs fixes, but probably some new typos introduced
|
2014-02-10 19:11:56 -06:00 |
|
Gregory Nutt
|
c7fe4a15e9
|
HID mouse can now support some while mice. Problems with Microsoft mice
|
2014-02-10 11:53:37 -06:00 |
|
Gregory Nutt
|
81746b5117
|
Add a mouse interface that is similar to the touchscreen interface except that it can handle multple buttons and continuously reports positional data so that it can control a cursor
|
2014-02-10 10:14:22 -06:00 |
|
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 |
|
Gregory Nutt
|
cf8d662122
|
SAMA5D3x-EK: Add support for USB MSC device on AT25 serial flash
|
2013-09-06 13:07:29 -06:00 |
|
Gregory Nutt
|
9fd96da125
|
apps/examples/pwm: Clean up some configuration confusion
|
2013-09-05 18:30:39 -06:00 |
|
Gregory Nutt
|
fd039c0559
|
Rename examples/usbstorage to examples/usbmsc. From CCTSAO
|
2013-09-05 08:07:03 -06:00 |
|
Gregory Nutt
|
b4134efe66
|
Some restructing of the CC3000 build
|
2013-09-04 16:40:57 -06:00 |
|
Gregory Nutt
|
d7c9fda519
|
Sourceforge bug #19. Fix typo from CCTSAO
|
2013-09-04 11:39:01 -06:00 |
|
Gregory Nutt
|
870606c810
|
CC3000 driver updates from Alan Carvalho de Assis
|
2013-09-04 09:45:59 -06:00 |
|
Gregory Nutt
|
16868bf39d
|
Initial cut of a driver for the TI CC3000 network module with support on the Freescale KL25Z board from Alan Carvalho de Assis
|
2013-09-03 14:59:48 -06:00 |
|
Gregory Nutt
|
9cf8ce936c
|
Add example configurations that enable USB trace options must have Kconfig options to select the trace output
|
2013-09-02 12:25:17 -06:00 |
|
Gregory Nutt
|
f4bbddf789
|
Clean up some LP17xx and STM32 USB host configuration compilation errors due to the massive changes to the USB host interfaces needed to support the SAMA5
|
2013-08-13 17:43:19 -06:00 |
|
Gregory Nutt
|
3a2eb439f7
|
Change in apps/examples/composite to eliminate some false alarm debug assertions
|
2013-07-09 15:27:17 -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
|
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
|
296044f63e
|
Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to SAM to ssupport SAM4. Convert all configs/sam3u-ek configurations to use the kconfig-frontends tool
|
2013-06-02 10:33:57 -06:00 |
|
Gregory Nutt
|
b673cbebb9
|
Updates to README files
|
2013-06-01 17:25:16 -06:00 |
|
Gregory Nutt
|
8ecaf62d3b
|
Add NRF24L01 terminal example. From Laurent Latil.
|
2013-06-01 08:23:06 -06:00 |
|
Gregory Nutt
|
c8faf08af6
|
Fix that way that NxWight UnitTests are reigistered as NSH builtin apps
|
2013-05-30 16:49:20 -06:00 |
|
Gregory Nutt
|
4bc1b39c1c
|
The Makefile in every directory that can generate a .dSYM should also clean .dSYM files
|
2013-05-30 15:24:22 -06:00 |
|
Gregory Nutt
|
424fbe6583
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
|
Gregory Nutt
|
f9ab52bb5a
|
Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files
|
2013-05-30 14:45:31 -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
|
819e151ef5
|
Rename SLCD geometry tructure to attributes; Move MAX contrast to attributes. Add attribute and ioctl commands to get and set SLCD brightness
|
2013-05-27 07:26:59 -06:00 |
|
Gregory Nutt
|
a423026ef7
|
More SLCD-related fixes
|
2013-05-26 11:26:34 -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
|
98908461f6
|
PCB-Logic PIC32MX LCD1602 driver now supports SLCD CODED; Added an SLCD ioctl command to get cursor position
|
2013-05-25 13:46:43 -06:00 |
|
Gregory Nutt
|
ccd82fcfad
|
Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. Re-organization of files in configs/pcblogic-pic32mx/src
|
2013-05-25 11:53:49 -06:00 |
|
Gregory Nutt
|
f310ebe9b1
|
Additional bug fixes and minor extensions to the STM32L-Disovery segment LCD support and to the apps/examples/slcd segment LCD test.
|
2013-05-24 12:00:15 -06:00 |
|
Gregory Nutt
|
25317177bd
|
Fix bugs in SLCD test and in SLCD CODEC
|
2013-05-24 11:11:48 -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
|
b9c287ceff
|
Don't allocate dhcp_state structure when DHCP is not configured
|
2013-05-23 06:54:20 -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 |
|