summaryrefslogtreecommitdiffstats
path: root/apps/examples
AgeCommit message (Expand)AuthorFilesLines
2012-09-01Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo1-4/+8
2012-08-31The content for uIP web server demo is no longer canned, but is not built dyn...patacongo13-4/+358
2012-08-30Add configurable application entry pointpatacongo51-568/+369
2012-08-28Add some protection to the priority inheritance logic when sem_post() is call...patacongo1-2/+10
2012-08-26Fix some list handling associated with priority inheritancepatacongo1-2/+12
2012-08-05I learned how to spell PSEUDOpatacongo1-1/+1
2012-07-30Add support for testing multiple ADC, PWM, and QE devicespatacongo6-65/+297
2012-07-24Remove BOTHERpatacongo2-3/+4
2012-07-21Make serial setup configurale in apps/examples/modbuspatacongo2-8/+38
2012-07-21Missed a couple of files in the last check-inpatacongo1-0/+0
2012-07-21Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modb...patacongo8-5/+673
2012-07-19Fix some questionable MAC addressespatacongo12-54/+54
2012-06-08Fix typo in example codepatacongo1-3/+3
2012-05-26Add support for the USB trace cability in NSH when a USB console is usedpatacongo1-1/+1
2012-05-19Prep for 6.18 releasepatacongo1-1/+1
2012-05-13Add Calypso-related fixespatacongo9-24/+24
2012-05-11NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo1-24/+0
2012-05-08The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo1-1/+3
2012-05-07Mostly cosmetic, partial fixes for STM3240G-EVAL LCDpatacongo2-6/+10
2012-05-01Add beginning of NxWM NxConsole applicationpatacongo1-12/+12
2012-04-27More STM3240G-EVAL LCD updatespatacongo6-6/+6
2012-04-17More Kconfig stuffpatacongo1-12/+0
2012-04-16Fix a couple of bugs in the STM32 IWDG driverpatacongo1-0/+33
2012-04-16Add STM32 watchdog configurationpatacongo2-9/+7
2012-04-15Add a watchdog timer testpatacongo10-15/+684
2012-04-14Developing a new way to handle application configurationspatacongo1-0/+223
2012-04-13update Kconfig filespatacongo48-0/+619
2012-04-09Modify configuration for use with STM32 OTG FS driver testingpatacongo1-1/+1
2012-04-06Add kconfig documentationpatacongo47-47/+47
2012-04-06Adding skeleton Kconfig files (part 3 of 2)patacongo47-0/+188
2012-03-29Can now run an NSH session within an NX windowpatacongo6-146/+154
2012-03-28NFS updatepatacongo1-0/+6
2012-03-28NX console should only be available if NX multi-user mode is enabledpatacongo5-162/+55
2012-03-28NX console updatespatacongo4-19/+49
2012-03-28More NX Console fixes... good progress but still not ready for prime timepatacongo2-3/+39
2012-03-28NFS updatepatacongo2-2/+37
2012-03-27Updaes for NX Consolepatacongo3-6/+29
2012-03-27Add a test for the NX console devicepatacongo8-4/+1472
2012-03-22NFS update + make some examples configurable as NSH built-inspatacongo6-19/+68
2012-03-21Move file-system header files to include/nuttx/fspatacongo3-5/+5
2012-03-17NFS update; fix STM32 enabling of CAN2 clockpatacongo1-4/+4
2012-03-14Extend examples/can so that it can be used in other contextspatacongo3-5/+52
2012-03-13Fix some multiply defined symbols by making some staticpatacongo2-6/+6
2012-03-06Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo1-0/+4
2012-03-06The PIC32 USB device driver is (finally) functionalpatacongo1-1/+1
2012-03-04Several fixes to the PIC32 USB device OUT path logicpatacongo2-5/+29
2012-03-03Move all non-standard, NuttX header files into include/nuttx/netpatacongo9-15/+15
2012-02-29A little more work (but not much progress) on the PIC32 USB device driverpatacongo8-18/+113
2012-02-28Add logic to NSH startup to call C++ static initializers on startuppatacongo1-0/+8
2012-02-28Add support for C++ static constructors (at least to a few platforms)patacongo2-15/+71