summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Penguino mips-elf toolchain for PIC32patacongo2012-06-2314-9/+1400
* Add a Mirtoo NSH configuration; move all Mirtoo linker scripts to a common di...patacongo2012-06-2214-29/+1314
* Add support for the microchipOpen toolchainpatacongo2012-06-229-17/+107
* Enable LEDs on Mirtoo boardpatacongo2012-06-227-48/+349
* Mirtoo updatepatacongo2012-06-222-7/+27
* Change Mirtoo default UART to UART1; updates so that Mirtoo can be built on L...patacongo2012-06-224-15/+31
* Mirtoo updatepatacongo2012-06-215-3/+368
* RGMP NSH configuration fixes; Move strerror strings to FLASHpatacongo2012-06-212-0/+2
* More updates for PIC32 MX1/2 device configuration bitspatacongo2012-06-201-5/+7
* Set Mirtoo clock configurationpatacongo2012-06-202-7/+7
* Updates to support the Mirtoo internal clockingpatacongo2012-06-2038-2280/+112
* PIC32MX1/2 pin selection logic; Mirtoo LEDs, SPI2, and UART2 configurationpatacongo2012-06-209-31/+614
* Add a configuration to support the Mirtoo modulepatacongo2012-06-2020-5/+2898
* STM32 power management updatepatacongo2012-06-181-23/+182
* NFS just finished a major weight reduction programpatacongo2012-06-141-0/+5
* Fix a divide-by-zero error in the trapezoid drawing logicpatacongo2012-06-061-1/+1
* PIC32MX7 MMB touchscreen driver updatepatacongo2012-06-061-42/+124
* Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabledpatacongo2012-06-062-5/+8
* Add an ADC-based touchscreen driver for the PIC32MX7 MMB boardpatacongo2012-06-055-0/+1421
* The PIC32MX7 MMB's mio832qt2 LCD is functionalpatacongo2012-06-043-23/+216
* Add support for the MIO283QT2 LCDpatacongo2012-06-045-84/+535
* PIC32 USB mass storage device works; USB and MSC are now enabled by default i...patacongo2012-06-035-76/+98
* SD on Sure board should work in SPI mode2 as wellpatacongo2012-06-032-6/+16
* SD card now works on the PIC32MX7 MMB boardpatacongo2012-06-035-24/+35
* Correct naming of PIC32MX7MMB SPI initialization functionpatacongo2012-06-021-4/+4
* Add SD card support to the PIC32MX7 MMB board; Add regiser level debug instru...patacongo2012-06-025-49/+112
* Fix PHY address search; NFS updatepatacongo2012-06-011-5/+7
* Add an NSH configuration for the Mikroelektronika PIC32MX7 MMB boardpatacongo2012-06-019-4/+2212
* Fix device configuration... now Mikroelektronika PIC32MX7 MMB board works.patacongo2012-06-015-3/+15
* In 16-bit address mode, FSMC_A16 corresponds to address bit 17patacongo2012-05-301-2/+3
* Fix error in NxWM makefile that creapt in with recent check-inspatacongo2012-05-302-2/+80
* Need to enable USB reset interruptpatacongo2012-05-291-0/+15
* A little more cleanup after the big STMPE11->811 name changepatacongo2012-05-292-2/+2
* Massive naming fix: STMPE11->STMPE811patacongo2012-05-2915-305/+305
* More STM3220G-EVAL fixes; Add NxWM configuration for the STM3220G-EVALpatacongo2012-05-288-6/+2425
* Bring STM3220G-EVAL board configurations to same level as STM3240G-EVALpatacongo2012-05-2832-353/+3608
* Update all STM32 F2 files so that they are the same as the corresponding F4 f...patacongo2012-05-281-0/+1
* SSD1289 fixespatacongo2012-05-281-1/+1
* Add support for the USB trace cability in NSH when a USB console is usedpatacongo2012-05-262-8/+24
* remove a warningpatacongo2012-05-261-1/+41
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-2510-115/+230
* Fix conditional compilation in STM32 quadrature encoderpatacongo2012-05-252-47/+80
* Add STM32F4Discovery support for an SSD1289-based LCDpatacongo2012-05-2415-11/+2782
* Add generic SSD1289 LCD driverpatacongo2012-05-241-1/+1
* Various improvements to NxWM hex calculator displaypatacongo2012-05-231-2/+4
* Update STM3240G-EVAL defconfig to support NxConsole keyboard input; increase ...patacongo2012-05-231-2/+8
* Hack for font background when we cannot read from the LCD; Candidate fix for ...patacongo2012-05-221-119/+73
* Prep for 6.18 releasenuttx-6.18patacongo2012-05-191-0/+1
* Final refactoring and implementation of delayed window deletion logic. Works...patacongo2012-05-182-7/+13
* NxWM: Add IApplicationFactory so that we can create multiple instances of ap...patacongo2012-05-161-3/+3