summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/common/up_internal.h
Commit message (Expand)AuthorAgeFilesLines
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-271-13/+1
* Big, very risky change: Remove all occurrences of up_maskack_irq() that disa...Gregory Nutt2015-02-091-2/+1
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt2015-01-241-1/+1
* Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK bu...Gregory Nutt2015-01-241-2/+1
* Add protection from C++ name mangling in the ARM up_internal.h. From Lorenz ...Gregory Nutt2014-11-121-14/+26
* SAM4: Fix a usbnsh build problem that has crept into all serial driversGregory Nutt2014-10-291-2/+2
* Misc changes to get a clean build after all of the syslog changes. There are...Gregory Nutt2014-10-081-5/+0
* Simplification of conditional compilation suggested by pn_boutevilleGregory Nutt2014-10-071-4/+8
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-061-1/+1
* ARM: Move L2 cache initialization to much later in the sequenceGregory Nutt2014-07-271-3/+11
* Move the un-definitions of __ramfuncs__ from the sam_clockconfig.c to the com...Gregory Nutt2014-04-171-1/+9
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* SAMA5: On some hardware, reconfiguring the PLL while executing out of NOR FLA...Gregory Nutt2014-04-031-1/+1
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-6/+6
* Individual IRQs are not longer disabled on each interrupt. See ChangeLog for...Gregory Nutt2014-01-151-5/+7
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-011-2/+17
* Standardize stack checking interfaceGregory Nutt2013-09-241-22/+0
* Add hooks to select Cortex-A8Gregory Nutt2013-08-271-2/+2
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-261-1/+1
* Improve Cortex-A5 context switching so that a little less copying is doneGregory Nutt2013-07-241-3/+64
* ARMv7-N: Fix a copy error introduced in the previous check-inGregory Nutt2013-07-231-12/+2
* Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt2013-07-231-5/+32
* convert Kwikstik K40 configurations to use kconfig-frontends toolspatacongo2013-03-251-1/+1
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-1/+1
* Another Cortex-M0 fixpatacongo2013-02-261-6/+15
* Fixes for NuTiny-NUC120 configuration and buildpatacongo2013-02-231-52/+56
* First cut at support for Cortex-M0patacongo2013-02-161-2/+3
* Rename _TCB to struct tcb_spatacongo2013-02-041-2/+2
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-281-2/+15
* Configre configs/ubw32/ostest to use kconfig-frontendspatacongo2013-01-141-2/+2
* Implementation of /dev/random using the STM32 Random Number Generator (RNG)patacongo2012-09-291-0/+6
* STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controllerpatacongo2012-09-271-0/+4
* Resync new repository with old repo r5166patacongo2012-09-171-1/+4
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-0/+1
* Straighten out LPC32 UART clocking (still some baud calculation issues)patacongo2012-07-071-1/+1
* Add hooks to support STM32 power managementpatacongo2012-03-141-0/+8
* Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-221-1/+1
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-1/+1
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-121-1/+1
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-111-8/+6
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-11/+30
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-221-6/+0
* Add support for the Cortex-M4 floating pointingpatacongo2011-12-071-3/+22
* Fix a compile error when CONFIG_ARCH_INTERRUPTSTACK is turned on for Cortex-M*patacongo2011-12-041-1/+1
* Add Kinesis watchdog, ramfuncs, idle loop, start of clock configurationpatacongo2011-08-121-1/+29
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-051-5/+5
* Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported b...patacongo2011-07-121-0/+5
* Correct errors in LPC17xx CAN register definespatacongo2011-07-121-26/+38
* ARM stack check logic; ARM no-console build fixes; Nucleus-2G updatespatacongo2011-07-091-0/+24
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-061-4/+4