30 Commits (bdd2c5b28836a80e3a79be23bfe45fd159203d8a)

Author SHA1 Message Date
patacongo 43d533da11 Kconfig changes + back out part of last check-in: The 2STOP setting must be integer 0/1, not boolean 13 years ago
patacongo a32f081a29 Changes to Kconfig and matching defconfig files 13 years ago
patacongo 0eb58dfb72 The content for uIP web server demo is no longer canned, but is not built dynameically (Thanks to Max Holtzberg) 13 years ago
patacongo b121fbbb00 Add configurable application entry point 13 years ago
patacongo 6ab6c46f2f Add USB host support for the STM3240G-EVAL board 13 years ago
patacongo ea82ad4344 Remove documentation from defconfig files so that they are more maintainable 13 years ago
patacongo 0abce6171e The USB host driver has been verified on the STM32F4Discovery 13 years ago
patacongo ba1adb705f Dequote Kconfig strings that may be used as components of a path 13 years ago
patacongo 2ac3898301 Lots of defconfig changes for compatibility with the configuration tool 13 years ago
patacongo 6211f4726e CONFIG_DRAM_END configuration change from Richard Cochran 13 years ago
patacongo 6c75c18bae Review and update some board configurations 13 years ago
patacongo e1920cbcb3 Add STM32 watchdog configuration 13 years ago
patacongo 9e918288f2 Kconfig update 13 years ago
patacongo 4205d70cc8 Fix much replicated typo. STM32 F4 SRAM is CCM, not TCM 13 years ago
patacongo 82da59c616 Add support for C++ static constructors (at least to a few platforms) 13 years ago
patacongo 0c04ea0089 Add logic to support the FSMC SRAM in the NuttX heap 13 years ago
patacongo 6fe64a1886 Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to be better compatible with most of the rest of the world 13 years ago
patacongo 4ccaa081c9 Enable STM32 F4 hardware floating point with the Atollic toolchain 13 years ago
patacongo dbd61e6f83 Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurations 13 years ago
patacongo 0362fd4c22 (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an option to suppress SDIO multi-block transfers in order to work around a buggy SDIO driver 13 years ago
patacongo a7d27685a4 STM32 SDIO driver now build with DMA enabled 13 years ago
patacongo 43542f9f8f Add stm3240g-eval nsh2 configuration: SDIO and no UART 13 years ago
patacongo 7a586daed8 NSH now uses the new Telnet daemon and built-in tasks started by NSH can be used over Telnet 13 years ago
patacongo 758d4cd6e6 More name changes: USBSER->PL2303 CDCSER->CDCACM 13 years ago
patacongo 85a7bbb39f Massive name change USB STRG -> USB MSC 13 years ago
patacongo 4c45a0b534 Enable the I2C tool in the STM3240G-EVAL NSH configuration 13 years ago
patacongo b179df901e Add support for extended (29-bit) CAN IDs 13 years ago
patacongo bfc578860c Add loopback support to STM32 CAN driver; Add apps/examples/can loopback test 13 years ago
patacongo 073df6d28c Add the beginning of an STM32 CAN driver 13 years ago
patacongo add995c32e Completes coding of the PWM module 13 years ago