summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16
Commit message (Expand)AuthorAgeFilesLines
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-084-50/+64
* The 'make export' target needs to bundle up the user C startup file (crt0), n...Gregory Nutt2014-09-041-4/+5
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-012-1/+3
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-2/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-293-51/+3
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-087-7/+2
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-089-9/+9
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-081-4/+5
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-082-2/+2
* 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-064-5/+9
* Make sure that all references to up_prioritize_irq() are conditioned on CONFI...Gregory Nutt2014-05-201-1/+2
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* Fix spelling, only one t in exitingGregory Nutt2014-04-271-1/+1
* Minor/cosmetic changesGregory Nutt2014-04-271-5/+5
* Zneo: ESPI needs to configure GPIO for ESPIGregory Nutt2014-04-261-1/+17
* Zneo: Misc minor updates from debuggingGregory Nutt2014-04-261-1/+1
* Zneo: Fix UART1 buffer setupGregory Nutt2014-04-261-4/+6
* ZNeo Serial: Need to configure UART1 alternate functionGregory Nutt2014-04-263-138/+174
* Zneo Serial: Fix cut'n'paste error in some conditional configurationGregory Nutt2014-04-261-5/+8
* ZNeo: Calculation of timer reload and prescaler was wrongGregory Nutt2014-04-252-468/+566
* Updates to ZNeo configurations + misc cosmetic changes to commentsGregory Nutt2014-04-251-1/+3
* 16z: Reduce size of stacksGregory Nutt2014-04-251-6/+6
* Minor and cosmetic changes from initial 16z (v2) bringupGregory Nutt2014-04-241-429/+429
* ZNEO: Add ESPI driverGregory Nutt2014-04-244-13/+1031
* More trailing whilespace removalGregory Nutt2014-04-1317-30/+30
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-1/+1
* Add option to dump buffered USB trace data on an assertionGregory Nutt2014-03-201-3/+29
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-3/+1
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-249-20/+20
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-241-4/+4
* Should enable external bus after configuring itGregory Nutt2014-01-231-74/+80
* 16z: Fix option bits; adjust system clock frequencyGregory Nutt2014-01-233-32/+22
* 16Z: Some early bring-up fixesGregory Nutt2014-01-222-62/+89
* configs/16z: Add support for 16z boardGregory Nutt2014-01-224-57/+179
* ZNEO: Fix lost serial interrupt bugGregory Nutt2014-01-021-0/+7
* Add Z16F NSH configurationGregory Nutt2014-01-012-23/+25
* Kconfigs: Interrupt prioritization should not be automatically selectedGregory Nutt2013-12-201-4/+4
* Various changes for a clean ZNEO ZDS-II buildGregory Nutt2013-12-195-14/+139
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-3/+3
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-6/+5
* Remove up_assert_codeGregory Nutt2013-04-257-160/+119
* Adding missing registration of /dev/zero; Condition registration of /dev/null...Gregory Nutt2013-04-241-0/+8
* _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-041-5/+5
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+11
* Corrections needed after further test of stack-based task argumentspatacongo2013-03-211-3/+10
* 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-213-16/+144