summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/common/up_assert.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for dumping board-specific information on assertion. From David ...Gregory Nutt2015-03-041-0/+4
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-271-1/+2
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-081-11/+26
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-081-1/+1
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* Add option to dump buffered USB trace data on an assertionGregory Nutt2014-03-201-1/+27
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-3/+3
* Remove up_assert_codeGregory Nutt2013-04-251-24/+3
* Rename _TCB to struct tcb_spatacongo2013-02-041-3/+3
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-1/+2
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-2/+2
* Resync new repository with old repo r5166patacongo2012-09-171-1/+1
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Fix AVR clock setup; add SPI driverpatacongo2011-06-171-0/+9
* More logic for the AVR portpatacongo2011-06-081-0/+154