summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv6-m/up_assert.c
Commit message (Expand)AuthorAgeFilesLines
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-081-11/+27
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* 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
* Every ARM architecture must export g_instackbaseGregory Nutt2014-03-231-3/+19
* Add option to dump buffered USB trace data on an assertionGregory Nutt2014-03-201-1/+26
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-3/+3
* Fix some missing parameters in macrosGregory Nutt2013-12-221-1/+1
* Remove up_assert_codeGregory Nutt2013-04-251-22/+2
* Fix major misthink in Cortex-M0 port: The Cortex-M0 has no BASEPRI register....Gregory Nutt2013-04-161-4/+4
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-1/+1
* More Cortex-M0 fixespatacongo2013-02-251-1/+7
* Fixes for NuTiny-NUC120 configuration and buildpatacongo2013-02-231-1/+1
* First cut at support for Cortex-M0patacongo2013-02-161-0/+335