summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merged in upstream, took upstream UART driver without changes, needs re-evalu...Lorenz Meier2013-06-133-53/+203
* SAM4L GPIO port addressing fixes; SAM4L Xplained LED support; minor documenta...Gregory Nutt2013-06-051-7/+19
* Add a skeleton configuration that will eventually support the SAM4L Xplained ...Gregory Nutt2013-06-031-0/+2
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-302-2/+28
* Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. ...Gregory Nutt2013-05-252-3/+7
* Minor documentation updateGregory Nutt2013-05-242-1/+26
* Additional bug fixes and minor extensions to the STM32L-Disovery segment LCD ...Gregory Nutt2013-05-241-4/+4
* Documentation updateGregory Nutt2013-05-221-159/+267
* Add STM32L15X segment LCD register definitions; Updated documentatin and READ...Gregory Nutt2013-05-211-3/+4
* Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The NSH...Gregory Nutt2013-05-211-3/+66
* Documentation updatesGregory Nutt2013-05-071-16/+16
* Make Pirelli-DLP10 a true board configuration; Calypso no compiles without er...Gregory Nutt2013-05-051-0/+6
* Fixed to M25P driver from Ken Pettit plus some documentation updatesGregory Nutt2013-05-031-1/+10
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to...Gregory Nutt2013-05-031-0/+45
* Add an optional byte-oriented write method to the MTD interfaceGregory Nutt2013-05-011-1/+10
* Add support for the MikroElektronika Mikromedia for STM32F4 development board...Gregory Nutt2013-04-301-2/+5
* Prep for NuttX-6.27 releasenuttx-6.27Gregory Nutt2013-04-281-483/+495
* Remove up_assert_codeGregory Nutt2013-04-251-4/+2
* Updated .gitignore filesGregory Nutt2013-04-231-3/+3
* LPC17xx ADC: Configure all ADC pins in the set, not just one. From MKannanGregory Nutt2013-04-231-1/+1
* Documentation now expects autogenerated configuration variable documenation a...Gregory Nutt2013-04-224-7/+28
* kconfig2html: Add collapsable table of contentsGregory Nutt2013-04-221-1/+1
* Fix comments, references to the old SVN, and links to the old SVN. Replace w...Gregory Nutt2013-04-198-213/+213
* Update HTML files and clean up some Freedom KL25Z filesGregory Nutt2013-04-171-2/+26
* Updated to documentation and README filesGregory Nutt2013-04-111-6/+6
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+3
* Add support for CAN1 and CAN2 to zkit-arm-1769. From M. Kannanpatacongo2013-04-011-3/+24
* 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-211-51/+104
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-17/+64
* Prep for 6.26 releasenuttx-6.26patacongo2013-03-151-706/+477
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-12/+3
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-1/+1
* LPC1788 updates -- OS test configuration now workspatacongo2013-03-041-2/+23
* Add System Control register definitions for the LM4F120patacongo2013-03-031-5/+5
* Add a configuration to begin development of an LM4F120 LaunchPad portpatacongo2013-03-011-4/+21
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-271-1/+1
* The NuTiny-SDK-NUC120 basic port is complete and functionalpatacongo2013-02-271-3/+15
* Add port to Zilogic Systems ZKIT-ARM-1769 board (more coming)patacongo2013-02-262-6/+32
* Add NUC120 config FLASH definitions; documentation updatepatacongo2013-02-221-1/+5
* More files for the Cortex-M0/NUC120 portpatacongo2013-02-181-40/+71
* STM32 F4 patches from Petteri Aimonen (mostly USB)patacongo2013-02-151-63/+125
* Add a driver for the SST30VF NOR FLASH partspatacongo2013-02-111-9/+31
* Changed needed to fix issues with task_restart()patacongo2013-02-061-1/+1
* Misc clean-up and bugfixes related to multi-thread group signallingpatacongo2013-02-061-12/+47
* Rename _TCB to struct tcb_spatacongo2013-02-043-23/+23
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-9/+219
* Last minute 6.25 changenuttx-6.25patacongo2013-02-011-4/+4
* Prep for 6.25 releasepatacongo2013-02-011-402/+805
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-5/+5