summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update debug header file for the STM32F40xxxpatacongo2011-11-203-42/+146
* Update CAN header file for the STM32F40xxxpatacongo2011-11-202-436/+502
* Update ADC header file for the STM32F40xxxpatacongo2011-11-205-298/+573
* Revised FAT bugfixpatacongo2011-11-194-87/+29
* Add STM3240 alternate pin functionspatacongo2011-11-195-76/+678
* More PIC32 nested interrupt work-aroundpatacongo2011-11-181-1/+12
* More PIC32 fixespatacongo2011-11-183-4/+34
* Add GPIO, EXTI header file modifications for STM32F40xxxpatacongo2011-11-184-33/+561
* Fix error in FAT time (date value was being used)patacongo2011-11-183-15/+9
* Add structure for STM3240xx pin multiplexingpatacongo2011-11-173-10/+66
* Add STM32F40xx memory mappatacongo2011-11-174-104/+364
* Add capabilities of the STM3240xx familypatacongo2011-11-171-11/+293
* PIC32 debug fixespatacongo2011-11-174-23/+28
* clock_gettime() not settime() in FAT time logicpatacongo2011-11-172-1/+3
* Fix an error in FAT needed for interoperability with Windows when access firs...patacongo2011-11-155-30/+111
* Add support for more FAT partitions; support for SD cards greater than 4Gb; T...patacongo2011-11-156-64/+245
* Button test can now be built as an NSH commandpatacongo2011-11-147-13/+88
* Prep for 6.11 releasenuttx-6.11patacongo2011-11-126-182/+176
* Fix stack alignment for EABI floating pointpatacongo2011-11-115-43/+121
* This PIC32 MCUs don't have enough RAM to run the roundrobin test without modi...patacongo2011-11-102-2/+2
* Add support for STM32 LCD backlightpatacongo2011-11-107-31/+99
* New STM32 board needs more time for HSE readypatacongo2011-11-102-43/+56
* Fix semaphore initializationpatacongo2011-11-101-2/+2
* Remove the .dbg_data section. For better or worse, this is being handled in ...patacongo2011-11-103-18/+3
* More PIC32 debug updatespatacongo2011-11-0916-443/+649
* Misc PIC32 fixespatacongo2011-11-092-11/+4
* Fix some RGB color macrospatacongo2011-11-032-2/+10
* fix some register typingpatacongo2011-11-032-6/+6
* Add (and use) some new PIC32MX CP0 macrospatacongo2011-11-033-11/+210
* A few more AVR32 fixespatacongo2011-11-034-8/+13
* Use calculations on constants to (slightly) reduce code sizepatacongo2011-11-012-10/+11
* Add support for configurable block size on AT24 EEPROM driverpatacongo2011-11-012-350/+432
* Fix another NXFFS write-when-flash-is-full problempatacongo2011-10-317-20/+77
* Fix an NXFFS initialization problempatacongo2011-10-313-3/+25
* Oops ... accidentally checked in a test version of the code last timepatacongo2011-10-311-51/+901
* Yet another re-implementation of the NXFFS bug fixpatacongo2011-10-312-932/+88
* Add definitions to stdlib.h; update READMEpatacongo2011-10-302-41/+109
* Enable JTAG on all STM32 configurationpatacongo2011-10-2910-0/+161
* Minor improvement to fix of last checkinpatacongo2011-10-291-9/+5
* Add some missing error handling to NXFFSpatacongo2011-10-292-22/+38
* Fix some MIPS software interrupt enabling issuespatacongo2011-10-294-578/+583
* Update README filepatacongo2011-10-261-1/+34
* Fix HTML errors in a documentpatacongo2011-10-251-5/+5
* Fix some errors in 8-bit color conversion macros; Fix tools/incdir.sh when g+...patacongo2011-10-257-16/+27
* Fixes from last changes when built with CodeSourcery, STM32, LCD, 16-bit colorpatacongo2011-10-2531-73/+93
* Fixes to get the PIC32MX serial port workingpatacongo2011-10-242-1/+3
* Misc fixes for clean compilation with graphics debug enabledpatacongo2011-10-243-8/+40
* Oops.. back out most of the last changepatacongo2011-10-231-2/+2
* Fix an error in some graphics error handlingpatacongo2011-10-232-4/+7
* Fix a bug in the getrectangle logicpatacongo2011-10-221-19/+1