summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/dm320
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add mapping for the page tablepatacongo2010-08-211-1/+1
* Paging updatepatacongo2010-08-191-5/+3
* Fixes for recent header file reorganizationpatacongo2009-12-281-0/+1
* Fixes for changes to header filespatacongo2009-12-287-1/+22
* Fix circular header file dependencypatacongo2009-12-281-0/+3
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1618-317/+289
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-252-2/+2
* Make sure all ARM targets still compilepatacongo2009-05-193-7/+13
* Fix errors that have crept into DM320 buildpatacongo2009-04-192-7/+6
* more i.MX logicpatacongo2009-04-181-2/+2
* Add interrupt decode logic for i.MXpatacongo2009-04-131-4/+6
* Add system timer logicpatacongo2009-04-121-23/+24
* Basic UART/console functionalitypatacongo2009-04-112-10/+8
* Standardize framebuffer APIspatacongo2008-11-281-33/+34
* Added nxglib.hpatacongo2008-11-261-1/+2
* Add DM320 framebuffer driverpatacongo2008-11-263-1/+1556
* Need to restart write queue after stalled endpoint resumedpatacongo2008-10-281-3/+7
* Fix read failures when OUT req size > maxpacketpatacongo2008-10-271-23/+18
* Correct error in end-of-request handlingpatacongo2008-10-271-6/+6
* Fix to handle requests larger than maxpacketpatacongo2008-10-251-3/+6
* Last option in configure; ep address in ep structpatacongo2008-10-091-26/+46
* Update commentspatacongo2008-10-081-0/+5
* test and integration updatespatacongo2008-10-071-57/+80
* Add DM320 USB device side driverpatacongo2008-10-077-2/+2674
* Preparing USB environmentpatacongo2008-09-281-0/+1