summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80
Commit message (Expand)AuthorAgeFilesLines
...
* More trailing whilespace removalGregory Nutt2014-04-1346-194/+193
* Make sure that there is one space after forGregory Nutt2014-04-122-2/+2
* SAMA5: Add support for DBGU. Xplained board now uses DBGU for the serial con...Gregory Nutt2014-04-011-0/+1
* Add option to dump buffered USB trace data on an assertionGregory Nutt2014-03-201-3/+28
* onfigs/ez80f910200zco/nettest: Configuration converted to use the kconfig-fro...Gregory Nutt2014-03-033-6/+5
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-104-10/+4
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-2412-25/+25
* Various changes for a clean ZNEO ZDS-II buildGregory Nutt2013-12-191-3/+3
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-3/+3
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-264-4/+4
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-3/+3
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-17/+16
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-091-2/+3
* Remove up_assert_codeGregory Nutt2013-04-257-158/+111
* Adding missing registration of /dev/zero; Condition registration of /dev/null...Gregory Nutt2013-04-241-0/+8
* New Kconfig convention: Extra indentation in comments will render as HTML pr...Gregory Nutt2013-04-221-40/+40
* _exit() should not call atexit() or on_exit() functions; Rename task_deletecu...Gregory Nutt2013-04-181-1/+1
* Move LPC17xx IOCON register definitions from lpc17_gpio.h to lpc17_iocon.h; f...Gregory Nutt2013-04-042-10/+8
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-043-0/+31
* Corrections needed after further test of stack-based task argumentspatacongo2013-03-211-0/+6
* Copy siginfo_t to step before calling a user-space signal handlerpatacongo2013-03-211-1/+1
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-212-8/+138
* In the kernel build, allocate the stacks for kernel threads from the kernel h...patacongo2013-03-203-13/+59
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-203-45/+90
* Fix a typo that crept into lpc17_allocateheap.c in the recent kernel allocato...patacongo2013-03-111-16/+5
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-103-5/+5
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-093-11/+19
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-3/+4
* Add debug output when memory allocations failpatacongo2013-02-281-40/+70
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-273-3/+3
* Rename _TCB to struct tcb_spatacongo2013-02-0427-55/+55
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-287-7/+7
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-282-10/+35
* Move stream data from TCB to task group structure.patacongo2013-01-261-24/+20
* Move file data from TCB to task grouppatacongo2013-01-261-5/+4
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-4/+9
* Mostly costmetic updatespatacongo2012-12-236-72/+80
* Restructre address environment interfaces in preparation for incorporation in...patacongo2012-12-182-68/+208
* Add z180 system timerpatacongo2012-12-159-96/+326
* More z180 serial logicpatacongo2012-12-1414-126/+531
* Add framework for z180 SCC driverpatacongo2012-12-147-24/+1402
* Finsh Z80181/182 register bit definitionpatacongo2012-12-131-77/+394
* Add special register definitions needed for z80181 and z80182patacongo2012-12-132-114/+331
* Add z180 interrupt initialization logicpatacongo2012-12-125-61/+106
* Add z180 interrupt vectorspatacongo2012-12-127-253/+520
* Fix typo in z80-family Makefilespatacongo2012-12-122-2/+2
* Fix some early z180 compile errorspatacongo2012-12-116-23/+40
* configs/p112: Add a configuration for the Z180 P112 boardpatacongo2012-12-118-45/+165
* Add support for the Z180 MMU and generic hooks for processespatacongo2012-12-118-51/+896