summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/common
Commit message (Expand)AuthorAgeFilesLines
* Fixes for NuTiny-NUC120 configuration and buildpatacongo2013-02-231-52/+56
* First cut at support for Cortex-M0patacongo2013-02-161-2/+3
* Some fixes needed for STM32 build after recent scheduler changespatacongo2013-02-071-14/+14
* Rename _TCB to struct tcb_spatacongo2013-02-047-15/+15
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-282-6/+25
* Move stream data from TCB to task group structure.patacongo2013-01-261-23/+19
* Move file data from TCB to task grouppatacongo2013-01-261-5/+3
* Implement vfork() for the MIPS32 architecturepatacongo2013-01-152-2/+8
* Configre configs/ubw32/ostest to use kconfig-frontendspatacongo2013-01-141-2/+2
* Fixed ARM vfork; re-enabled vfork OS testpatacongo2013-01-071-1/+1
* Disable the vfork() OS test... it failspatacongo2013-01-071-3/+7
* Add ostest vfork test (does not work yet)patacongo2013-01-071-6/+39
* This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-072-24/+168
* Implement a simple vfork(). ARM only for nowpatacongo2013-01-071-0/+134
* A little more ELF loader logicpatacongo2012-10-251-0/+53
* Implementation of /dev/random using the STM32 Random Number Generator (RNG)patacongo2012-09-292-0/+12
* 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
* Remove executable property from source and make filespatacongo2012-09-131-0/+0
* Email address change in nuttx/patacongo2012-09-1315-15/+15
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-1/+5
* Straighten out LPC32 UART clocking (still some baud calculation issues)patacongo2012-07-071-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-2/+2
* Add hooks to support STM32 power managementpatacongo2012-03-142-0/+18
* 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-112-8/+14
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-15/+36
* Numerous cosmetic changes while debugging a telnet driver issuepatacongo2012-01-312-4/+4
* 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
* Fix stack alignment for EABI floating pointpatacongo2011-11-112-41/+107
* 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-122-28/+47
* Redesign of NXTEXT font cachepatacongo2011-07-091-1/+1
* ARM stack check logic; ARM no-console build fixes; Nucleus-2G updatespatacongo2011-07-093-0/+191
* 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
* Clean kernel-/user-mode module buildpatacongo2011-04-051-4/+3
* Add a stub that can be used when networking is enabled, but there is no ether...patacongo2011-03-112-2/+92
* First cut at x86 build environmentpatacongo2011-03-041-8/+8
* Special IDLE for STM32 will execut WFI to sleep until an interrupt occurspatacongo2011-02-271-11/+9
* Add support for the ISOTEL NetClamps VSN boardpatacongo2011-02-271-1/+7
* Separate waiting for a device and enumerating a devicepatacongo2010-12-212-8/+0
* Add start of USB host controllerpatacongo2010-12-152-2/+8
* Remove unused lpc17_usbinitialize()patacongo2010-09-031-2/+2