summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/str71x
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-1/+1
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-081-2/+2
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-13/+15
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-083-3/+0
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-9/+14
* Make sure that all references to up_prioritize_irq() are conditioned on CONFI...Gregory Nutt2014-05-203-0/+7
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* More trailing whilespace removalGregory Nutt2014-04-135-8/+8
* All ARM Make.defs files should build up_checkstack.c if DEBUG_STACK is enabledGregory Nutt2014-03-231-1/+5
* configs/olimex-strp711/nettest: Converted to use kconfig-frontends toolsGregory Nutt2014-03-031-0/+204
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-0/+2
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-5/+5
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-052-2/+2
* Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt2013-07-231-1/+1
* Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless CO...Gregory Nutt2013-04-251-1/+3
* Remove up_assert_codeGregory Nutt2013-04-252-3/+3
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-6/+6
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-271-1/+1
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-1/+1
* This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-071-2/+2
* Implement a simple vfork(). ARM only for nowpatacongo2013-01-071-7/+8
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-0/+4
* Remove executable property from source and make filespatacongo2012-09-131-0/+0
* Email address change in nuttx/patacongo2012-09-1327-2580/+2580
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
* More configuration filespatacongo2012-04-111-0/+4
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-9/+9
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-062-6/+11
* More debug fixespatacongo2010-05-031-3/+3
* XTI interrupt enable/disable logicpatacongo2010-05-033-21/+154
* Fix pending interrupt clear logicpatacongo2010-05-021-8/+14
* Add XTI supportpatacongo2010-05-024-1/+266
* Fixes for recent header file reorganizationpatacongo2009-12-281-0/+2
* Fixes for recent header file reorganizationpatacongo2009-12-285-6/+7
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1626-133/+137
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* misc updatespatacongo2009-06-101-1/+6
* Backout cool but useless lost interrupt logicpatacongo2009-06-091-159/+38
* USB updatespatacongo2009-06-092-86/+72
* Back out lost interrupt kludgepatacongo2009-06-081-3/+11
* Move board specific files from examples/nsh to board source directoriespatacongo2009-06-082-12/+12
* Drastic measures to work around missed interrupts -- must be a better waypatacongo2009-06-071-37/+168
* More STR7x serial changespatacongo2009-06-062-10/+30
* More UART GPIO pin/interrupt fixespatacongo2009-06-064-8/+12
* Add logic to avoid spurious interruptspatacongo2009-06-061-0/+8
* Fix UART pin configurationpatacongo2009-06-065-19/+29
* back out assertionpatacongo2009-06-061-7/+0
* Need to set UART interrupt prioritypatacongo2009-06-066-18/+52