summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr
Commit message (Expand)AuthorAgeFilesLines
* Merged in upstream, took upstream UART driver without changes, needs re-evalu...Lorenz Meier2013-06-131-12/+12
* Add SAM4L FLASHCALW header fileGregory Nutt2013-06-051-2/+2
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-1/+1
* Remove up_assert_codeGregory Nutt2013-04-2511-248/+207
* Adding missing registration of /dev/zero; Condition registration of /dev/null...Gregory Nutt2013-04-241-0/+8
* _exit() should not call atexit() or on_exit() functions; Rename task_deletecu...Gregory Nutt2013-04-181-1/+1
* Move LPC17xx IOCON register definitions from lpc17_gpio.h to lpc17_iocon.h; f...Gregory Nutt2013-04-042-7/+7
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-042-0/+9
* Corrections needed after further test of stack-based task argumentspatacongo2013-03-212-6/+21
* Copy siginfo_t to step before calling a user-space signal handlerpatacongo2013-03-212-2/+2
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-212-0/+250
* In the kernel build, allocate the stacks for kernel threads from the kernel h...patacongo2013-03-205-25/+93
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-205-40/+109
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-148-21/+21
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-105-9/+9
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-092-9/+15
* Add debug output when memory allocations failpatacongo2013-02-282-64/+96
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-271-1/+1
* Rename _TCB to struct tcb_spatacongo2013-02-0424-59/+59
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-312-6/+7
* Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-311-0/+16
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-283-4/+4
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-284-10/+69
* 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
* Fix poll/select issue reported by Qiangpatacongo2013-01-242-8/+18
* 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