summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add stpcpy()Gregory Nutt2014-01-094-42/+57
|
* NSH: Code expects CONFIG_NSH_DRIPADDR and CONFIG_NSH_NETMASK even if DHCPC ↵Gregory Nutt2014-01-091-2/+2
| | | | is necessary. For now, just removed the dependency on DHCPC in the Kconfig file, but more thought is needed.
* Vietool STM32F103: LCD updates (still does not work)Gregory Nutt2014-01-094-29/+82
|
* Add support for the XPT2046 touchscreen controller on the Viewtool LCD moduleGregory Nutt2014-01-098-40/+447
|
* NSH Configuration: Refactor networking and netutils dependenciesGregory Nutt2014-01-095-4/+11
|
* Still recovering from recent NX reorganization. Reported by Steve Redler IVGregory Nutt2014-01-089-6/+15
|
* Fix STM32F103VE SPI3 definitions; Fix bug introduced in recent NX ↵Gregory Nutt2014-01-084-2/+12
| | | | reorganization. From Steve Redler IV
* Minor fixes to lib_fgets() typingGregory Nutt2014-01-085-5/+15
|
* Add lib_libfgets() to better support the small differences between gets(), ↵Gregory Nutt2014-01-087-242/+297
| | | | gets_s(), and fgets()
* Fix some of the SIZE_MAX definitions updated in a recent commitGregory Nutt2014-01-083-18/+24
|
* Add a quick'n'dirty implementation of C11 threads.hGregory Nutt2014-01-072-0/+318
|
* Add x qualifier to fopen to support exlusive openGregory Nutt2014-01-072-40/+57
|
* Add type rsize_t and function gets_s()Gregory Nutt2014-01-076-20/+173
|
* Add pcDuino patch needed for booting. Update README to explain whyGregory Nutt2013-12-083-7/+200
|
* Cosmetic spaces to tabs changeGregory Nutt2013-12-081-1/+1
|
* A10: Fix serial TX interruptsGregory Nutt2013-12-081-2/+2
|
* A10: Correct handling of the serial busy interruptGregory Nutt2013-12-082-1/+14
|
* Add more nops after enabling MMU for Cortex-A8Gregory Nutt2014-01-073-17/+10
|
* A10: Handle UART BUSY interrupt; Back out change to mkconfig.c -- it causes ↵Gregory Nutt2013-12-073-2/+12
| | | | problems for assembly
* mkconfig: Cast RAM size to unsigned to avoid complains about integer ↵Gregory Nutt2014-01-062-2/+5
| | | | overflow in calculatino of CONFIG_RAM_END
* A10: Add missing interrupt handling logic for UART4-7 and remove bogus flow ↵Gregory Nutt2014-01-062-63/+111
| | | | control logic
* A10: Fix error in IRQ dispatch; vector table seems to be offset by 64 bytes?Gregory Nutt2013-12-074-3/+7
|
* SVC is the preferred mnemonic vs. SWI for cortex AGregory Nutt2014-01-053-15/+15
|
* Oops. Mnemonic changed from SWI to SVC in cortex AGregory Nutt2014-01-051-14/+14
|
* Add ARMv7-A syscall.h header fileGregory Nutt2014-01-053-1/+247
|
* Viewtools STM32F103: Add SSD1289 LCD supportGregory Nutt2014-01-056-46/+809
|
* Makefile.win: Native windows build fixes from Max HoltzbergGregory Nutt2014-01-042-13/+19
|
* Olimex STM32 P107: Add native Windows build support. From Max HoltzbergGregory Nutt2014-01-042-1/+14
|
* nuttx/tools: Fixes for some Windows native build issues from Max HoltzbergGregory Nutt2014-01-043-12/+22
|
* apps/builtin: Native Windows build fixes from Max HoltzbergGregory Nutt2014-01-042-3/+5
|
* README and other cosmetic updatesGregory Nutt2014-01-043-2/+110
|
* Update READMEsGregory Nutt2014-01-032-17/+72
|
* 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-0116-42/+1487
|
* 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-017-204/+557
|
* The user-mode work queue was not being startedGregory Nutt2013-12-315-25/+20
|
* STM3240G-EVAL knxwm: Work around CodeSourcery library bug by switching to ↵Gregory Nutt2013-12-315-8/+19
| | | | buildroot
* STM3240G-EVAL: Kernel mode board initialization can't run on the IDLE ↵Gregory Nutt2013-12-314-46/+140
| | | | thread; needs its on initialization kernel thread
* 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-3013-95/+135
| | | | to initialize the touchscreen from NxWM in the kernel build
* 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