summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/dm320
AgeCommit message (Expand)AuthorFilesLines
2015-02-27arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2-5/+4
2015-02-09Big, very risky change: Remove all occurrences of up_maskack_irq() that disa...Gregory Nutt3-31/+12
2015-01-24Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt1-4/+0
2015-01-24Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK bu...Gregory Nutt1-0/+4
2014-11-24Various issues/bugs detected by cppcheckGregory Nutt1-0/+2
2014-10-08Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt1-1/+1
2014-09-01There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt1-12/+14
2014-08-31Rename kmalloc to kmm_malloc for consistencyGregory Nutt2-7/+7
2014-08-31Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2-6/+6
2014-08-29Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt1-1/+1
2014-08-28Fix an error introduced into ALL implmentations of interrupt dispatch logicGregory Nutt1-1/+1
2014-08-28ARM: Move address environment switch from the task switchers to the interrupt...Gregory Nutt1-10/+38
2014-08-08Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt3-3/+0
2014-08-08Move clock functions from sched/ to sched/clockGregory Nutt1-1/+1
2014-08-07Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt1-1/+1
2014-08-06Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2-9/+13
2014-05-08Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt1-0/+3
2014-04-13More trailing whilespace removalGregory Nutt5-32/+32
2014-04-12Make sure that there is one space after forGregory Nutt1-1/+1
2014-03-23All ARM Make.defs files should build up_checkstack.c if DEBUG_STACK is enabledGregory Nutt1-1/+5
2014-03-05configs/ntosd-dm320/nettest: Configuration converted to use the kconfig-front...Gregory Nutt1-0/+16
2014-02-10Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2-5/+3
2014-01-24rename up_led*() functions to board_led_*()Gregory Nutt2-2/+2
2013-12-10Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt1-1/+1
2013-07-26Correct an error in Cortex-A5 intermediate MMU mappingGregory Nutt1-0/+1
2013-07-26Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt3-4/+4
2013-07-23Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt1-1/+1
2013-04-25Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless CO...Gregory Nutt1-1/+3
2013-04-25Remove up_assert_codeGregory Nutt2-2/+2
2013-03-14Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo1-2/+2
2013-03-09More changes for a kernel-mode allocator (more to be done)patacongo3-20/+29
2013-02-27Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo1-1/+1
2013-01-28Add syslog.h; rename lib_rawprintf() to syslog()patacongo1-1/+1
2013-01-07This initial vfork() check-in was a little pollyanna-ishpatacongo1-2/+2
2013-01-07Implement a simple vfork(). ARM only for nowpatacongo1-3/+3
2012-10-26ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo1-0/+4
2012-09-13Email address change in nuttx/patacongo19-19/+19
2012-09-13USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo1-5/+15
2012-09-09Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo1-0/+2
2012-04-12Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo1-3/+3
2012-04-11More configuration filespatacongo1-0/+4
2012-03-21Move serial header files to include/nuttx/serialpatacongo1-1/+1
2012-02-23Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo1-5/+4
2012-02-11Add logic so that a RAM log can be used in place of a console devicepatacongo2-8/+8
2011-07-24Move NX header files to include/nuttx/nxpatacongo1-1/+1
2011-04-06current_regs should be volatile; add support for nested interrupts; enable in...patacongo2-4/+10
2011-01-19Fix issues detected by CppCheck toolpatacongo2-4/+4
2010-12-14Create include/nuttx/usb directorypatacongo1-4/+4
2010-10-29Add skeleton for LPC17xx ethernet driverpatacongo1-1/+1
2010-08-31Fix page table size calculationpatacongo1-3/+7