summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/avr/src
AgeCommit message (Expand)AuthorFilesLines
2012-08-17Auto-configuration updates from Richard Cochranpatacongo1-1/+1
2012-08-02Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo4-1/+8
2012-04-17More Kconfig stuffpatacongo6-0/+43
2012-04-12Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo1-3/+3
2012-04-08Include libgcc.a inside of the group of recursively linked libraries in all M...patacongo1-1/+1
2012-03-22Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CON...patacongo1-1/+1
2012-03-21Move serial header files to include/nuttx/serialpatacongo3-3/+3
2012-03-21Move file-system header files to include/nuttx/fspatacongo2-2/+2
2012-02-23Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo1-5/+0
2012-02-12Fix a small RAM log bug (the RAM log still does not work)patacongo4-4/+4
2012-02-12Fix some typos and compilation errors introduced in the last checkinpatacongo4-4/+4
2012-02-11Add logic to re-direct debug output to a sysloggin devicepatacongo5-8/+32
2012-02-11Add logic so that a RAM log can be used in place of a console devicepatacongo12-63/+126
2012-01-29Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo1-2/+4
2011-08-30Fix issue with multilib buildpatacongo1-1/+1
2011-07-11Add an 'export' target to the NuttX top-level Makefilepatacongo1-4/+16
2011-07-02Fix SPI SD card detect logic; Fix AVR USB device interrupt initializationpatacongo1-12/+14
2011-07-01Add termios header files; add files missed in last commitpatacongo1-0/+106
2011-07-01Add support for accessing printf, sprintf, puts, etc. strings that do not lie...patacongo2-0/+8
2011-06-21AVR build warnings; minor USB fixpatacongo1-29/+35
2011-06-20Add a USB mass storage example for AVRpatacongo2-6/+5
2011-06-20Add an AVR USB driverpatacongo1-0/+2933
2011-06-20Preparing for AVR USB driverpatacongo2-4/+30
2011-06-18Fix an error that caused interrupts to become disabledpatacongo1-33/+45
2011-06-18Update documents and commentspatacongo2-2/+2
2011-06-18Add logic to measure AVR stack usagepatacongo11-51/+233
2011-06-17Fix AVR clock setup; add SPI driverpatacongo12-14/+696
2011-06-17Use USART TX state consistentlypatacongo2-13/+71
2011-06-16AT90USB port is basically functionalpatacongo3-29/+52
2011-06-16Back out earlier change.. AVR vectors should be jmp not rjmppatacongo2-4/+4
2011-06-16Fix off-by-one stack pointer referencepatacongo3-13/+15
2011-06-16Fix SRAM data positionpatacongo2-0/+4
2011-06-15Make room for the noinit section before the heappatacongo3-15/+15
2011-06-15Fix another jmp vs rjmp in vector tablepatacongo2-2/+2
2011-06-15Fix ATMega128 buildpatacongo1-0/+1
2011-06-15AVR: Need to use rjmp, not jmp, in vector tablepatacongo3-2/+45
2011-06-15Need to control watchdog timer on AT90USBpatacongo1-0/+44
2011-06-15More corrections to AVR assembly macrospatacongo3-46/+26
2011-06-15Fix some AVR context save errorspatacongo2-14/+16
2011-06-15Fix AVR parity setuppatacongo2-3/+3
2011-06-13Amber Web Server updatespatacongo1-2/+2
2011-06-13Fix AVR uart bugspatacongo2-29/+32
2011-06-13Add hello configuratin for AVRpatacongo3-15/+36
2011-06-11Finsh AVR serial driverspatacongo8-255/+334
2011-06-11Add ATMega128 configurationpatacongo6-30/+86
2011-06-11More serial driver stuff for AVRpatacongo4-87/+324
2011-06-11Restructuring AVR serial driverspatacongo6-401/+543
2011-06-10Clean up AVR timer setuppatacongo2-8/+40
2011-06-09Handle differences between AVR and AVR32 stackspatacongo5-25/+274
2011-06-09Fixes most integer overflows for AVRpatacongo1-14/+15