summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr
Commit message (Expand)AuthorAgeFilesLines
* Mostly costmetic updatespatacongo2012-12-232-6/+10
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-072-18/+18
* Add dummy Toolchain.defs files for z80 arch familypatacongo2012-12-031-0/+5
* Add common Toolchain.defs for AVR/AVR32; Add Toolchain.defs for ARM; Add more...patacongo2012-11-235-37/+241
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-2/+3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Simple window natives OS test build now works; Probabaly more to do for other...patacongo2012-11-141-0/+2
* Kconfig updates from Freddie Chopinpatacongo2012-11-141-1/+0
* More native build fixes -- still problems in apps/ directorypatacongo2012-11-141-8/+17
* A few more build fixespatacongo2012-11-121-10/+12
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-14/+14
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Remove bash fragments that test for board/Makefilepatacongo2012-11-111-19/+34
* arch/../src/Makefiles now use only libraries in lib/patacongo2012-11-111-35/+36
* Change = to += in setting of LDFLAGS in all architecture Makefilespatacongo2012-11-041-1/+1
* Resync new repository with old repo r5166patacongo2012-09-173-5/+11
* Remove executable property from source and make filespatacongo2012-09-1312-0/+0
* Email address change in nuttx/patacongo2012-09-13115-115/+115
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-131-5/+16
* AVR corrections from Richard Cochran; uIP webserver enhancements from Katepatacongo2012-09-113-3/+4
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-095-0/+10
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-2/+2
* Refactor serial configuratin; AVR teensy Kconfig now buildspatacongo2012-09-051-0/+8
* Auto-configuration updates from Richard Cochranpatacongo2012-08-172-2/+40
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-024-1/+8
* Change all values in all limits.h for all architectures to signed decimal; th...patacongo2012-07-052-40/+50
* More Kconfig stuffpatacongo2012-04-177-0/+120
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-121-3/+3
* Include libgcc.a inside of the group of recursively linked libraries in all M...patacongo2012-04-081-1/+1
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CON...patacongo2012-03-221-1/+1
* Move serial header files to include/nuttx/serialpatacongo2012-03-213-3/+3
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-2/+2
* Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo2012-02-231-5/+0
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-124-4/+4
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-124-4/+4
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-115-8/+32
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-1112-63/+126
* Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo2012-01-291-2/+4
* Fix issue with multilib buildpatacongo2011-08-301-1/+1
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-4/+16
* Fix SPI SD card detect logic; Fix AVR USB device interrupt initializationpatacongo2011-07-021-12/+14
* Add termios header files; add files missed in last commitpatacongo2011-07-011-0/+106
* Add support for accessing printf, sprintf, puts, etc. strings that do not lie...patacongo2011-07-013-1/+14
* AVR build warnings; minor USB fixpatacongo2011-06-211-29/+35
* Add a USB mass storage example for AVRpatacongo2011-06-202-6/+5
* Add an AVR USB driverpatacongo2011-06-201-0/+2933
* Preparing for AVR USB driverpatacongo2011-06-202-4/+30