summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80
Commit message (Expand)AuthorAgeFilesLines
* Add up_addrenv_coherent which will be called before address environment switchesGregory Nutt2014-08-261-0/+23
* Rename up_addrenv_assign() to up_addrenv_clone() and generalize its arguments...Gregory Nutt2014-08-261-15/+15
* Misc changed to get the SAMA5 ELF configuration with address environments wor...Gregory Nutt2014-08-251-7/+8
* addrenv interface changes: up_addrenv_create() may need to create .text and ....Gregory Nutt2014-08-241-14/+50
* Add addrenv.h; First cut at Cortex-A address environment structures; Add conf...Gregory Nutt2014-08-242-4/+4
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-245-150/+10
* A few fixes for compilation errors due to recent address environment fixesGregory Nutt2014-08-221-2/+1
* An address environment is the property of a task group, not of a threadGregory Nutt2014-08-223-133/+85
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-3/+3
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-0813-13/+2
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-0815-15/+15
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-081-4/+5
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-084-4/+4
* 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-068-29/+39
* Cosmetic changes to commentsGregory Nutt2014-07-291-1/+1
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-3/+4
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: More renamingGregory Nutt2014-07-041-3/+3
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-011-6/+6
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-301-4/+4
* Rename uip_input to devif_inputGregory Nutt2014-06-301-1/+1
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-272-15/+15
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-251-1/+1
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-301-5/+5
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-083-0/+9
* Fix spelling, only one t in exitingGregory Nutt2014-04-271-1/+1
* Removing more trailing whitespaceGregory Nutt2014-04-131-1/+1
* 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