summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src
Commit message (Expand)AuthorAgeFilesLines
* Auto-configuration updates from Richard Cochranpatacongo2012-08-171-1/+1
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-024-1/+8
* More Kconfig stuffpatacongo2012-04-176-0/+43
* 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
* 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-012-0/+8
* 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
* Fix an error that caused interrupts to become disabledpatacongo2011-06-181-33/+45
* Update documents and commentspatacongo2011-06-182-2/+2
* Add logic to measure AVR stack usagepatacongo2011-06-1811-51/+233
* Fix AVR clock setup; add SPI driverpatacongo2011-06-1712-14/+696
* Use USART TX state consistentlypatacongo2011-06-172-13/+71
* AT90USB port is basically functionalpatacongo2011-06-163-29/+52
* Back out earlier change.. AVR vectors should be jmp not rjmppatacongo2011-06-162-4/+4
* Fix off-by-one stack pointer referencepatacongo2011-06-163-13/+15
* Fix SRAM data positionpatacongo2011-06-162-0/+4
* Make room for the noinit section before the heappatacongo2011-06-153-15/+15
* Fix another jmp vs rjmp in vector tablepatacongo2011-06-152-2/+2
* Fix ATMega128 buildpatacongo2011-06-151-0/+1
* AVR: Need to use rjmp, not jmp, in vector tablepatacongo2011-06-153-2/+45
* Need to control watchdog timer on AT90USBpatacongo2011-06-151-0/+44
* More corrections to AVR assembly macrospatacongo2011-06-153-46/+26
* Fix some AVR context save errorspatacongo2011-06-152-14/+16
* Fix AVR parity setuppatacongo2011-06-152-3/+3
* Amber Web Server updatespatacongo2011-06-131-2/+2
* Fix AVR uart bugspatacongo2011-06-132-29/+32
* Add hello configuratin for AVRpatacongo2011-06-133-15/+36
* Finsh AVR serial driverspatacongo2011-06-118-255/+334
* Add ATMega128 configurationpatacongo2011-06-116-30/+86
* More serial driver stuff for AVRpatacongo2011-06-114-87/+324
* Restructuring AVR serial driverspatacongo2011-06-116-401/+543
* Clean up AVR timer setuppatacongo2011-06-102-8/+40
* Handle differences between AVR and AVR32 stackspatacongo2011-06-095-25/+274
* Fixes most integer overflows for AVRpatacongo2011-06-091-14/+15