summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/common
Commit message (Expand)AuthorAgeFilesLines
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-2/+2
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-281-4/+24
* Move stream data from TCB to task group structure.patacongo2013-01-261-23/+19
* Move file data from TCB to task grouppatacongo2013-01-261-5/+3
* Resync new repository with old repo r5166patacongo2012-09-171-1/+1
* Email address change in nuttx/patacongo2012-09-1315-15/+15
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-1/+5
* More Kconfig stuffpatacongo2012-04-171-0/+7
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-2/+2
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-1/+1
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-121-1/+1
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-112-8/+14
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-11/+32
* Fix AVR clock setup; add SPI driverpatacongo2011-06-171-0/+9
* AT90USB port is basically functionalpatacongo2011-06-161-1/+1
* Handle differences between AVR and AVR32 stackspatacongo2011-06-092-262/+0
* Fixes most integer overflows for AVRpatacongo2011-06-091-14/+15
* More logic for the AVR portpatacongo2011-06-081-0/+154
* More AVR context switching logicpatacongo2011-06-081-0/+1
* More AVR build fixespatacongo2011-06-071-29/+10
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-061-3/+3
* Progress debugging serial driverpatacongo2010-11-061-0/+13
* Fix heap allocation and RTC not-busy waitpatacongo2010-10-311-4/+3
* No up_en/disable_irq'spatacongo2010-10-161-4/+0
* More INTC logicpatacongo2010-10-101-9/+0
* Add uart init logicpatacongo2010-10-091-10/+0
* Add skeleton of AVR32 initpatacongo2010-10-081-9/+15
* Add framework for AVRpatacongo2010-10-0317-0/+1890