summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/nsh/defconfig
Commit message (Collapse)AuthorAgeFilesLines
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-281-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4438 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to support the FSMC SRAM in the NuttX heappatacongo2012-02-271-0/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4433 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to ↵patacongo2012-02-271-1/+2
| | | | | | be better compatible with most of the rest of the world git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4431 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo2012-02-231-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4417 42af7a65-404d-4744-a932-0658087f49c3
* (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ↵patacongo2012-02-231-1/+5
| | | | | | option to suppress SDIO multi-block transfers in order to work around a buggy SDIO driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4415 42af7a65-404d-4744-a932-0658087f49c3
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ↵patacongo2012-02-211-2/+3
| | | | | | block transfers result in CRC errors; avoid them by using smaller FTP buffer sizes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4410 42af7a65-404d-4744-a932-0658087f49c3
* STM32 SDIO driver now build with DMA enabledpatacongo2012-02-191-15/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4404 42af7a65-404d-4744-a932-0658087f49c3
* Add interface to enabled/disable debug outputpatacongo2012-02-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4386 42af7a65-404d-4744-a932-0658087f49c3
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-0/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4385 42af7a65-404d-4744-a932-0658087f49c3
* Some changes to the Telnet/FTPD configurationpatacongo2012-02-081-1/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4376 42af7a65-404d-4744-a932-0658087f49c3
* FTP server is marginally functionalpatacongo2012-02-051-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4372 42af7a65-404d-4744-a932-0658087f49c3
* Add stm3240g-eval nsh2 configuration: SDIO and no UARTpatacongo2012-02-021-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4363 42af7a65-404d-4744-a932-0658087f49c3
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be ↵patacongo2012-02-021-2/+0
| | | | | | used over Telnet git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4361 42af7a65-404d-4744-a932-0658087f49c3
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-251-20/+20
| | | | 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-251-22/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4334 42af7a65-404d-4744-a932-0658087f49c3
* Enable the I2C tool in the STM3240G-EVAL NSH configurationpatacongo2012-01-241-1/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4328 42af7a65-404d-4744-a932-0658087f49c3
* Add support for extended (29-bit) CAN IDspatacongo2012-01-201-0/+3
| | | | 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-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4317 42af7a65-404d-4744-a932-0658087f49c3
* Increase range of pulse count in PWM driverpatacongo2012-01-161-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4302 42af7a65-404d-4744-a932-0658087f49c3
* For STM32 PWM output on TIM1/8, need to set master output enable (MOE)patacongo2012-01-111-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4296 42af7a65-404d-4744-a932-0658087f49c3
* Fix LPC17 CAN driver; TX must be interrupt drivenpatacongo2012-01-101-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4290 42af7a65-404d-4744-a932-0658087f49c3
* Finish PWM pulse count configurationpatacongo2012-01-091-6/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4287 42af7a65-404d-4744-a932-0658087f49c3
* Add basic support for pulse count in the PWM interfacepatacongo2012-01-091-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4285 42af7a65-404d-4744-a932-0658087f49c3
* Clarify some aspects of ADC configuration for the STM32patacongo2012-01-041-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4262 42af7a65-404d-4744-a932-0658087f49c3
* Add support for STM32 Potentiometer via ADC3patacongo2012-01-021-0/+59
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4252 42af7a65-404d-4744-a932-0658087f49c3
* Add Sure PIC32 NSH configurationpatacongo2011-12-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4216 42af7a65-404d-4744-a932-0658087f49c3
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-221-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4213 42af7a65-404d-4744-a932-0658087f49c3
* Add the beginning of an STM32 CAN driverpatacongo2011-12-211-0/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4209 42af7a65-404d-4744-a932-0658087f49c3
* Add a test for PWM driverspatacongo2011-12-191-1/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4202 42af7a65-404d-4744-a932-0658087f49c3
* Fix compile problen with CONFIG_NET_ARP_IPINpatacongo2011-12-151-3/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4188 42af7a65-404d-4744-a932-0658087f49c3
* Enable the RTC in the STM3240G-EVAL NSH configurationpatacongo2011-12-141-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4179 42af7a65-404d-4744-a932-0658087f49c3
* STM32 RTC driver now compiles and links without error (still untested)patacongo2011-12-141-0/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4177 42af7a65-404d-4744-a932-0658087f49c3
* STM32 Ethernet bugfixes; STM3240G-EVAL DHCPD configuration; fixes for IP ↵patacongo2011-12-131-0/+16
| | | | | | address order bugs in DHCPD git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4168 42af7a65-404d-4744-a932-0658087f49c3
* STM32 Ethernet needs a MAC addresspatacongo2011-12-121-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4167 42af7a65-404d-4744-a932-0658087f49c3
* STM32 F4 Ethernet driver is fully functionalpatacongo2011-12-121-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4166 42af7a65-404d-4744-a932-0658087f49c3
* STM32 Ethernet... initial bring-up changespatacongo2011-12-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4165 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 Ethernet packet reception logicpatacongo2011-12-111-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4160 42af7a65-404d-4744-a932-0658087f49c3
* Add PHY setup for STM3240G-EVAL Ethernet driverpatacongo2011-12-091-2/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4151 42af7a65-404d-4744-a932-0658087f49c3
* Add Ethernet pin/clock configuration logicpatacongo2011-12-081-2/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4148 42af7a65-404d-4744-a932-0658087f49c3
* Finish STM32 Ethernet header file; Add ethernet driver skeletonpatacongo2011-12-081-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4147 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Cortex-M4 floating pointingpatacongo2011-12-071-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4144 42af7a65-404d-4744-a932-0658087f49c3
* Calibrated STM3240G-EVAL delay looppatacongo2011-12-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4140 42af7a65-404d-4744-a932-0658087f49c3
* Add an NSH configuration for the STM3240G-EVALpatacongo2011-12-061-0/+1095
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4139 42af7a65-404d-4744-a932-0658087f49c3