summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/common/up_internal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-061-0/+1
* Add a stub that can be used when networking is enabled, but there is no ether...patacongo2011-03-111-2/+6
* Separate waiting for a device and enumerating a devicepatacongo2010-12-211-6/+0
* Add start of USB host controllerpatacongo2010-12-151-1/+6
* Fix issues of virtual vs physical sizes of regionspatacongo2010-08-211-0/+1
* Skeletons for remaining paging files to be implementedpatacongo2010-08-171-4/+10
* First cut at data abort page handling logicpatacongo2010-08-171-1/+5
* Fix interrupt stack compilation problempatacongo2010-07-161-0/+4
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-27/+31
* Numerous fixes for basic STM32 SDIO DMA accesspatacongo2009-11-261-0/+3
* Improved certain Cortex-M3 context switch timespatacongo2009-10-251-2/+3
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Move share-able Cortex-M3 file from lm3s subdirectorypatacongo2009-05-191-9/+32
* Move ARM and Cortex files to separate directoriespatacongo2009-05-191-2/+2
* Debug Cortex-M3 interruptspatacongo2009-05-171-0/+18
* lm3s6918 updatepatacongo2009-05-131-2/+2
* Basic i.MX1 low-level bootpatacongo2009-04-101-0/+8
* Correct last checkinpatacongo2008-10-131-1/+1
* oops - won't build with USB disabledpatacongo2008-10-131-0/+1
* Add option for ARM interrupt stackpatacongo2008-10-061-0/+12
* USB fixes for clean compilationpatacongo2008-09-291-0/+9
* Add up_lowputspatacongo2008-09-191-0/+1