summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/at32uc3
Commit message (Expand)AuthorAgeFilesLines
* Rename all use of up_boardinitialize(). Should not use common microprocessin...Gregory Nutt2015-02-282-16/+17
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-11/+11
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-083-3/+0
* Move interrupt dispatch logic from sched/ to sched/irqGregory Nutt2014-08-081-1/+1
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-071-5/+5
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-14/+15
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* More trailing whilespace removalGregory Nutt2014-04-135-13/+13
* Create AVR32 Kconfig files; reshuffled lots of configuration namesGregory Nutt2014-03-051-2/+195
* Kconfigs: Interrupt prioritization should not be automatically selectedGregory Nutt2013-12-201-0/+1
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-052-2/+2
* Add register definitions for SAM4L BPM and SCIF blocks; SAM4L clock initializ...Gregory Nutt2013-06-061-12/+12
* Add SAM4L FLASHCALW header fileGregory Nutt2013-06-051-2/+2
* Remove up_assert_codeGregory Nutt2013-04-252-2/+2
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-271-1/+1
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-281-2/+15
* Email address change in nuttx/patacongo2012-09-1331-31/+31
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-0/+1
* More Kconfig stuffpatacongo2012-04-171-0/+7
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* 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-111-0/+6
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-114-18/+32
* More AVR context switching logicpatacongo2011-06-081-0/+6
* Add directory structure for AVR and ATMEGApatacongo2011-05-311-4/+4
* Add resource.h and fixed frequently cloned typopatacongo2011-05-241-2/+2
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-061-2/+2
* Progress debugging serial driverpatacongo2010-11-061-2/+2
* Fix console init link probllempatacongo2010-11-051-2/+0
* Add NSH configurationpatacongo2010-11-031-1/+1
* Fixes timer interruptspatacongo2010-11-031-8/+8
* Need to wait not busy in another placepatacongo2010-11-021-2/+3
* It took me a long time to figure out that the board has no 32KHz crystalpatacongo2010-11-022-26/+64
* Missing quotepatacongo2010-10-311-1/+1
* commentspatacongo2010-10-311-0/+13
* Fix heap allocation and RTC not-busy waitpatacongo2010-10-311-1/+1
* Basic serial console now workspatacongo2010-10-312-11/+30
* Debug typo fixespatacongo2010-10-312-5/+5
* Fix conditional compilationpatacongo2010-10-301-2/+2
* Early debug changespatacongo2010-10-301-1/+1
* Fix big-time naming error -- what was I thinking?patacongo2010-10-3034-0/+9358