summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Update READMEsGregory Nutt2014-01-031-17/+37
* Add FAR to a couple of functions. The Z16F cares about such thingsGregory Nutt2014-01-025-8/+6
* ZNEO: Fix lost serial interrupt bugGregory Nutt2014-01-024-43/+8
* STM32: Single wire UART support from Thomas GrublerGregory Nutt2014-01-022-0/+15
* Cosmetic: Updates to TODO anre README textGregory Nutt2014-01-023-15/+42
* Add Z16F NSH configurationGregory Nutt2014-01-0115-41/+1486
* Make sure that the Z16F build still builds and runsGregory Nutt2014-01-018-45/+460
* sim/mount: Converted to use kconfig-frontends toolsGregory Nutt2014-01-014-203/+510
* The user-mode work queue was not being startedGregory Nutt2013-12-314-24/+20
* STM3240G-EVAL knxwm: Work around CodeSourcery library bug by switching to bu...Gregory Nutt2013-12-315-8/+19
* STM3240G-EVAL: Kernel mode board initialization can't run on the IDLE thread;...Gregory Nutt2013-12-314-46/+140
* Looks like an error all all kernel build linker scriptsGregory Nutt2013-12-307-13/+15
* NX server needs to be on a kernel thread for the kernel buildGregory Nutt2013-12-306-31/+128
* Fix some minor kernel mose NxWM build issuesGregory Nutt2013-12-303-14/+7
* NX: Use a consistent allocator in all configurationsGregory Nutt2013-12-3013-28/+40
* NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts ...Gregory Nutt2013-12-308-95/+92
* NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled th...Gregory Nutt2013-12-3010-169/+123
* Move nuttx/configs/stm3240g-eval/src/up_cxxinitialize.c to apps/platform/stm...Gregory Nutt2013-12-295-173/+26
* STM3240G-EVAL: Add kernel build mode support and an NxWM kernel mode configu...Gregory Nutt2013-12-2918-708/+3336
* Add nx_start() to simplify starting the NX server from within the RTOSGregory Nutt2013-12-296-6/+300
* NxWidgets server initialization must be performed in the kernel when NxWdiget...Gregory Nutt2013-12-296-156/+910
* Move more files from graphics/nxmu to libnx/nxmuGregory Nutt2013-12-299-35/+34
* Minor clean-up of typing from last commitGregory Nutt2013-12-298-23/+21
* Add sem_timedwait to syscallsGregory Nutt2013-12-286-11/+21
* Move graphics/nxtk to libnx/nxtkGregory Nutt2013-12-2855-326/+531
* Move graphics/nxfonts to libnx/nxfontsGregory Nutt2013-12-2829-190/+212
* Move the NX components out of libc and into its own library, libnxGregory Nutt2013-12-2876-94/+632
* Decoupling NX user interfaces to support NX kernel build (phase 5)Gregory Nutt2013-12-2717-444/+50
* Decoupling NX user interfaces to support NX kernel build (phase 4)Gregory Nutt2013-12-2724-109/+129
* Decoupling NX user interfaces to support NX kernel build (phase 3)Gregory Nutt2013-12-2729-24/+71
* Decoupling NX user interfaces to support NX kernel build (phase 2)Gregory Nutt2013-12-2720-225/+304
* Decoupling NX user interfaces to support NX kernel build (phase 1)Gregory Nutt2013-12-2724-668/+909
* Fix naming of STM32 F3 SPI2 MOSI and MISO pins. From Brian WebbGregory Nutt2013-12-272-2/+4
* Fix cloned typo in user space definitionGregory Nutt2013-12-274-8/+8
* default buildroot path is build_arm, not build_arm_nofpuGregory Nutt2013-12-269-9/+9
* Add GCc 4.8.2 support for buildrootGregory Nutt2013-12-262-1/+7
* STM32F107 OTG FS clock presecaler cannot be configurated after the USB clock ...Gregory Nutt2013-12-264-12/+24
* Add support for STM32F107 OTG FS (doesn't work) and update USB support for Vi...Gregory Nutt2013-12-2610-32/+268
* F103VC, F105, and F107: Fix configuration and building of USB. configs/view...Gregory Nutt2013-12-2510-47/+56
* Viewtools netnsh configuration supports Telnet console; A framework for SD ca...Gregory Nutt2013-12-2510-38/+662
* Viewtool STM32F107: Add a NSH configuration with network supportGregory Nutt2013-12-256-5/+1287
* Add support for Sharp Memory LCD on the Maple boardGregory Nutt2013-12-2314-99/+1923
* Support for Sharp Memory LCD. From LibraeGregory Nutt2013-12-235-1/+970
* Fix a duplicate label introduce in recent commitGregory Nutt2013-12-235-40/+50
* Improved debug output in the high pri, nested interrupt testGregory Nutt2013-12-232-32/+29
* Disable CONFIG_ARCH_INT_DISABLEALL: It does not work in its current formGregory Nutt2013-12-233-2/+13
* Need to protect state on stack to do nested interrupt handlingGregory Nutt2013-12-237-71/+120
* Fixes a few more high priority, nested interrupt logicGregory Nutt2013-12-2335-298/+141
* Several fixes related to Cortex-M RAM vectorsGregory Nutt2013-12-224-12/+19
* Fix some missing parameters in macrosGregory Nutt2013-12-225-6/+8