summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src
Commit message (Expand)AuthorAgeFilesLines
...
* Create AVR32 Kconfig files; reshuffled lots of configuration namesGregory Nutt2014-03-052-3/+3
* Create AVR32 Kconfig files; reshuffled lots of configuration namesGregory Nutt2014-03-054-7/+255
* configs/teensy/nettest: Configuration converted to use the kconfig-frontends ...Gregory Nutt2014-03-031-0/+26
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-1/+6
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-2410-19/+19
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-241-4/+8
* Misc changes from Richard CochranGregory Nutt2014-01-151-1/+1
* More separation of debug symbols and optimization selectionsGregory Nutt2013-12-201-0/+1
* 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-056-6/+6
* LPC31: Configuration and build support for a forthcoming USB host driver; con...Gregory Nutt2013-11-141-0/+3
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-3/+3
* Standardize stack checking interfaceGregory Nutt2013-09-243-49/+37
* Remove empty README.txt filesGregory Nutt2013-08-311-2/+0
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-263-3/+3
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-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
* .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-041-5/+5
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+6
* 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
* 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-234-0/+236
* 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