summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled ↵Gregory Nutt2013-12-3017-220/+204
| | | | the NxConsole for now because there are issues with the kernel build.
* Move nuttx/configs/stm3240g-eval/src/up_cxxinitialize.c to ↵Gregory Nutt2013-12-2910-58/+120
| | | | apps/platform/stm3240g-eval/
* STM3240G-EVAL: Add kernel build mode support and an NxWM kernel mode ↵Gregory Nutt2013-12-2919-712/+3340
| | | | configuration
* Add nx_start() to simplify starting the NX server from within the RTOSGregory Nutt2013-12-2910-14/+308
|
* NxWidgets server initialization must be performed in the kernel when ↵Gregory Nutt2013-12-2910-176/+989
| | | | NxWdigets is built in kernel mode
* 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
|
* Fixes to get clean GCC 4.8.2 buildGregory Nutt2013-12-2610-4/+2311
|
* default buildroot path is build_arm, not build_arm_nofpuGregory Nutt2013-12-269-9/+9
|
* Add a configuration to build GCC 4.8.2Gregory Nutt2013-12-263-2/+144
|
* Add GCc 4.8.2 support for buildrootGregory Nutt2013-12-2621-16/+810
|
* STM32F107 OTG FS clock presecaler cannot be configurated after the USB clock ↵Gregory Nutt2013-12-264-12/+24
| | | | is enabled
* Add support for STM32F107 OTG FS (doesn't work) and update USB support for ↵Gregory Nutt2013-12-2610-32/+268
| | | | Viewtools STM32F107~
* F103VC, F105, and F107: Fix configuration and building of USB. ↵Gregory Nutt2013-12-2510-47/+56
| | | | configs/viewtools-stm32f107: Fix build for F103 and F107: F103 has USB device; F107 has OTGFS
* Viewtools netnsh configuration supports Telnet console; A framework for SD ↵Gregory Nutt2013-12-2510-38/+662
| | | | card and USB device support
* Viewtool STM32F107: Add a NSH configuration with network supportGregory Nutt2013-12-257-6/+1290
|
* 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
|
* Forget to set priority of TIM6 to high priorityGregory Nutt2013-12-221-21/+47
|
* Finish the high priority, nested interrupt handler test (does not work)Gregory Nutt2013-12-2210-36/+195
|
* Back out part of last change: Interrupt controller debug selection as ↵Gregory Nutt2013-12-221-8/+0
| | | | already there
* Add logic to configure interrupt controller debug; Fix high priority, nested ↵Gregory Nutt2013-12-2211-11/+289
| | | | interrupt build problems
* Initial framework for a test of high-pri, nested interrupts. Incomplete and ↵Gregory Nutt2013-12-2210-2/+1302
| | | | does not work
* viewtool configuration will not support boad with STM32F103VC mounted; ↵Gregory Nutt2013-12-2210-480/+1039
| | | | converted one stm3210e-eval configuration to use kconfig-frontends
* Finishes coding of ARMv7-M high priority nested interrupt logic. Still ↵Gregory Nutt2013-12-218-35/+351
| | | | undocumented; still not fully tested
* Beginning of high priority nested interrupt support for the ARMv7-M familyGregory Nutt2013-12-2116-57/+395
|
* Fix a typo that was cloned to several SAMA5 and MTD filesGregory Nutt2013-12-2121-21/+21
|
* Remove all configuration variable documentation from configs/README.txt and ↵Gregory Nutt2013-12-203-3979/+39
| | | | Docuemntation/NuttXPortingGuidle.html. The current NuttX configuration is documented in Kconfig files and in Documentation/NuttXSonfigVariables.html. The older configuration variable documentation is not being maintained and, hence, is a liability
* Cosmetic: Changlog and update to commentsGregory Nutt2013-12-207-7/+9
|
* Cosmetic spaces for tabsGregory Nutt2013-12-202-2/+2
|
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-20209-418/+836
|
* More separation of debug symbols and optimization selectionsGregory Nutt2013-12-2032-83/+141
|