summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/imx
Commit message (Expand)AuthorAgeFilesLines
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-081-1/+1
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-12/+12
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* Fix an error introduced into ALL implmentations of interrupt dispatch logicGregory Nutt2014-08-281-1/+1
* ARM: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-281-9/+37
* 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
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-2/+2
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-9/+13
* 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-1318-52/+52
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* All ARM Make.defs files should build up_checkstack.c if DEBUG_STACK is enabledGregory Nutt2014-03-231-1/+5
* onfigs/mx1ads/ostest: Configuration converted to use the kconfig-frontends toolsGregory Nutt2014-03-064-21/+47
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-102-2/+4
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-2/+2
* Correct an error in Cortex-A5 intermediate MMU mappingGregory Nutt2013-07-261-0/+1
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-262-6/+6
* Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt2013-07-231-1/+1
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-3/+3
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-091-3/+6
* 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-2/+2
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-2/+2
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-3/+8
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-4/+4
* 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-3/+3
* Change how UARTs are enabled for i.MX, M16C, and ez80 to make them compatible...patacongo2012-11-202-34/+51
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-0/+4
* Remove executable property from source and make filespatacongo2012-09-1310-0/+0
* Email address change in nuttx/patacongo2012-09-1322-1653/+1653
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
* STM32 Kconfig looks good. STM32 external ram configuration changed.patacongo2012-09-051-2/+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-8/+8
* Fixes to get clean i.MXADS buildpatacongo2011-04-262-14/+14
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-062-5/+10
* Fix issues detected by CppCheck toolpatacongo2011-01-191-1/+1
* Add cmddata method to the SPI interfacepatacongo2010-12-035-11/+21
* Paging updatepatacongo2010-08-191-1/+1
* In progress changes for OLED display workpatacongo2010-05-151-2/+37
* Fixes for recent header file reorganizationpatacongo2009-12-289-2/+24
* Fix circular header file dependencypatacongo2009-12-281-0/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1610-200/+213
* Extend SPI interface to better handle multiple devices on same SPI buspatacongo2009-10-201-0/+1
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1