summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk
Commit message (Collapse)AuthorAgeFilesLines
* Kconfig updatepatacongo2012-04-1211-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4597 42af7a65-404d-4744-a932-0658087f49c3
* Add kconfig documentationpatacongo2012-04-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
* Adding skeleton Kconfig files (part 2 of 2)patacongo2012-04-061-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4565 42af7a65-404d-4744-a932-0658087f49c3
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be ↵patacongo2012-02-0213-22/+8
| | | | | | used over Telnet git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4361 42af7a65-404d-4744-a932-0658087f49c3
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use ↵patacongo2012-02-012-4/+6
| | | | | | readline instead of fgets in NSH git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4356 42af7a65-404d-4744-a932-0658087f49c3
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-2511-220/+220
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4337 42af7a65-404d-4744-a932-0658087f49c3
* Massive name change USB STRG -> USB MSCpatacongo2012-01-2513-336/+336
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4334 42af7a65-404d-4744-a932-0658087f49c3
* Add support for extended (29-bit) CAN IDspatacongo2012-01-202-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4319 42af7a65-404d-4744-a932-0658087f49c3
* Leverage some bit timing logic from LPC17xx to the STM32 CAN driverpatacongo2012-01-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4317 42af7a65-404d-4744-a932-0658087f49c3
* Add configuratin to select TSEG1 and TSEG2 valuespatacongo2012-01-191-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4313 42af7a65-404d-4744-a932-0658087f49c3
* Fix issue with LPC17xx CAN baud calculationpatacongo2012-01-061-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4269 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx CAN PCLK divisor is not a configuration parameterpatacongo2012-01-061-0/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4268 42af7a65-404d-4744-a932-0658087f49c3
* Add hooks for SD media change callbackspatacongo2012-01-061-199/+380
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4267 42af7a65-404d-4744-a932-0658087f49c3
* Add APIs to support user access to the STM3240G-EVAL LEDspatacongo2012-01-051-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4263 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for STM32 ADC driver on the F4; LC17xx LED initial statepatacongo2012-01-031-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4257 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for LPC1766-STK without LED supportpatacongo2012-01-033-96/+102
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4256 42af7a65-404d-4744-a932-0658087f49c3
* LPC1766-STK CAN board supportpatacongo2012-01-031-0/+146
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4254 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx CAN driver now supports all 3 transmit buffers and loopback mode; ↵patacongo2012-01-034-1/+48
| | | | | | LCP1766-STK NSH configuration will support the CAN loopback test git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4253 42af7a65-404d-4744-a932-0658087f49c3
* Add FAT long filename support to the Olimex LPC1766-STK NSH and FTPC ↵patacongo2012-01-0113-28/+511
| | | | | | configuration git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4248 42af7a65-404d-4744-a932-0658087f49c3
* Fix an integer overflow bug in LPC17xx GPIO interrupt configurationpatacongo2012-01-011-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4247 42af7a65-404d-4744-a932-0658087f49c3
* Fix some LPC17xx GPIO/button interrupt logicpatacongo2011-12-312-12/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4246 42af7a65-404d-4744-a932-0658087f49c3
* Fix some issues with LPC1766-STK button support (there are more)patacongo2011-12-3112-3/+294
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4245 42af7a65-404d-4744-a932-0658087f49c3
* Update README, LPC1766-STK button improvements, new Make targets, new ↵patacongo2011-12-313-33/+71
| | | | | | Getting Started document git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4244 42af7a65-404d-4744-a932-0658087f49c3
* Add (untested) support for the buttons on the Olimex LPC1766-STK boardpatacongo2011-12-314-22/+302
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4243 42af7a65-404d-4744-a932-0658087f49c3
* Extend lpc1766-stk LED supportpatacongo2011-12-3119-295/+408
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4242 42af7a65-404d-4744-a932-0658087f49c3
* Add a configuration for the lpc3152patacongo2011-10-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4043 42af7a65-404d-4744-a932-0658087f49c3
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-052-895/+895
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3846 42af7a65-404d-4744-a932-0658087f49c3
* Setup environment to support multiple fontspatacongo2011-07-191-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3799 42af7a65-404d-4744-a932-0658087f49c3
* FTPC simplification and size reductionpatacongo2011-06-131-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3701 42af7a65-404d-4744-a932-0658087f49c3
* Fix minimum MTU... must be at lest 576patacongo2011-06-061-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3674 42af7a65-404d-4744-a932-0658087f49c3
* Fix more FTP bugspatacongo2011-06-042-5/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3668 42af7a65-404d-4744-a932-0658087f49c3
* More FTP bugfixespatacongo2011-06-031-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3665 42af7a65-404d-4744-a932-0658087f49c3
* More FTP client debug fixespatacongo2011-06-021-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3662 42af7a65-404d-4744-a932-0658087f49c3
* FTP client debug changespatacongo2011-06-022-28/+95
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3660 42af7a65-404d-4744-a932-0658087f49c3
* Add support so that fdopen() may be used on socket descriptorspatacongo2011-06-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3659 42af7a65-404d-4744-a932-0658087f49c3
* Add a simple shell and configuration to verify the FTP client librarypatacongo2011-06-016-1/+1338
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3656 42af7a65-404d-4744-a932-0658087f49c3
* Add resource.h and fixed frequently cloned typopatacongo2011-05-2410-20/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3642 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to assign IP address in apps/examples/wlanpatacongo2011-04-213-1/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3530 42af7a65-404d-4744-a932-0658087f49c3
* Fix RTL driver MAC addresspatacongo2011-04-211-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3529 42af7a65-404d-4744-a932-0658087f49c3
* Finish integration of the LPCXpresso OLED NX examplepatacongo2011-04-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3523 42af7a65-404d-4744-a932-0658087f49c3
* LPCXpresso USB device workspatacongo2011-04-171-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3516 42af7a65-404d-4744-a932-0658087f49c3
* Misc USB storage-related cleanuppatacongo2011-04-163-18/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3515 42af7a65-404d-4744-a932-0658087f49c3
* Add a THTTPD configuration for the LPCXpresso boardpatacongo2011-04-163-10/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3512 42af7a65-404d-4744-a932-0658087f49c3
* Add LPCXpression USB storage examplepatacongo2011-04-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3509 42af7a65-404d-4744-a932-0658087f49c3
* Fix some issues with LPC17xx UART2 and 3 configurationspatacongo2011-04-131-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3498 42af7a65-404d-4744-a932-0658087f49c3
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-0510-30/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3466 42af7a65-404d-4744-a932-0658087f49c3
* Pass __KERNEL__ define (or not) to all makes to handle small differences in ↵patacongo2011-04-0310-30/+30
| | | | | | user-/kernel-builds git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3459 42af7a65-404d-4744-a932-0658087f49c3
* Remove .built_alwayspatacongo2011-04-0110-21/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3449 42af7a65-404d-4744-a932-0658087f49c3
* Update WLAN configurationspatacongo2011-03-261-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3423 42af7a65-404d-4744-a932-0658087f49c3
* RTL bug fixespatacongo2011-03-261-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3421 42af7a65-404d-4744-a932-0658087f49c3