summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-0/+4
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-083-26/+42
* The 'make export' target needs to bundle up the user C startup file (crt0), n...Gregory Nutt2014-09-041-3/+4
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-015-29/+30
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-312-3/+3
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-312-4/+4
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-295-31/+9
* Fix an error introduced into ALL implmentations of interrupt dispatch logicGregory Nutt2014-08-281-1/+1
* Add address environment support to ALL implementatins of up_release_pending()Gregory Nutt2014-08-281-2/+17
* Add address environment support to ALL implementatins of up_reprioritize_rtr()Gregory Nutt2014-08-281-2/+17
* AVR32: Move address environment switch from the task switchers to the interru...Gregory Nutt2014-08-283-38/+45
* Add ADDRENV support to ALL implmentations of _exit()Gregory Nutt2014-08-271-1/+12
* Add ADDRENV support to ALL implementations of up_unblock_task()Gregory Nutt2014-08-271-4/+28
* Add ADDRENV support to all implementations of up_block_task()Gregory Nutt2014-08-271-3/+26
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-089-9/+2
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-0817-17/+17
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-081-3/+4
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-082-2/+2
* Move interrupt dispatch logic from sched/ to sched/irqGregory Nutt2014-08-081-1/+1
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-072-2/+2
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-073-7/+7
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-068-43/+50
* Add more XMega skeleton directoriesGregory Nutt2014-06-271-0/+105
* Add skeletin of XMega includeGregory Nutt2014-06-273-0/+299
* Fix typos in AVR32 Kconfig files. From Stefan SperlingGregory Nutt2014-06-232-2/+2
* Costmetic update to comments/README fileGregory Nutt2014-06-181-1/+1
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-083-1/+10
* Fix spelling, only one t in exitingGregory Nutt2014-04-271-1/+1
* More trailing whilespace removalGregory Nutt2014-04-1334-66/+66
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* Make sure that there is one space between while and conditionGregory Nutt2014-04-122-2/+2
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-1/+1
* Add logic to check interrupt stack usageGregory Nutt2014-03-232-17/+91
* AVR assertion logic will report stack usage on crash if DEBUG_STACK is setGregory Nutt2014-03-232-2/+32
* Clean-up AVR stack colorization logicGregory Nutt2014-03-236-3/+20
* Add option to dump buffered USB trace data on an assertionGregory Nutt2014-03-201-1/+27
* configs/avr32dev1/nsh: Configuration converted to use the kconfig-frontends t...Gregory Nutt2014-03-051-0/+5
* Create AVR32 Kconfig files; reshuffled lots of configuration namesGregory Nutt2014-03-056-7/+7
* Create AVR32 Kconfig files; reshuffled lots of configuration namesGregory Nutt2014-03-055-58/+274
* 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-152-2/+2
* 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