summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/dm320
Commit message (Expand)AuthorAgeFilesLines
* Various issues/bugs detected by cppcheckGregory Nutt2014-11-241-0/+2
* 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/+14
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-312-7/+7
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-312-6/+6
* 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-10/+38
* 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-1/+1
* 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-135-32/+32
* 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
* configs/ntosd-dm320/nettest: Configuration converted to use the kconfig-front...Gregory Nutt2014-03-051-0/+16
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-102-5/+3
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-2/+2
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-101-1/+1
* 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-263-4/+4
* 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-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-093-20/+29
* 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
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-0/+4
* Email address change in nuttx/patacongo2012-09-1319-19/+19
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-131-5/+15
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-121-3/+3
* More configuration filespatacongo2012-04-111-0/+4
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo2012-02-231-5/+4
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-8/+8
* Move NX header files to include/nuttx/nxpatacongo2011-07-241-1/+1
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-062-4/+10
* Fix issues detected by CppCheck toolpatacongo2011-01-192-4/+4
* Create include/nuttx/usb directorypatacongo2010-12-141-4/+4
* Add skeleton for LPC17xx ethernet driverpatacongo2010-10-291-1/+1
* Fix page table size calculationpatacongo2010-08-311-3/+7
* page tables must be alignedpatacongo2010-08-312-4/+6
* Extend CodeSourcery & production OSD support to other configspatacongo2010-08-251-4/+0
* Add support for the Neuros production OSDpatacongo2010-08-251-17/+42
* Fix heap/page table overlap; Switch to 1Kb pagespatacongo2010-08-242-15/+15