Gregory Nutt
|
458465c8ed
|
Viewtools STM32F103: Add SSD1289 LCD support
|
2014-01-05 14:14:59 -06:00 |
|
Gregory Nutt
|
f9189ae64e
|
Olimex STM32 P107: Add native Windows build support. From Max Holtzberg
|
2014-01-04 09:11:20 -06:00 |
|
Gregory Nutt
|
84596e8473
|
README and other cosmetic updates
|
2014-01-04 08:38:05 -06:00 |
|
Gregory Nutt
|
c49b0b09d9
|
ZNEO: Fix lost serial interrupt bug
|
2014-01-02 10:03:08 -06:00 |
|
Gregory Nutt
|
707922432c
|
Cosmetic: Updates to TODO anre README text
|
2014-01-02 07:53:27 -06:00 |
|
Gregory Nutt
|
5a8517b849
|
Add Z16F NSH configuration
|
2014-01-01 12:40:18 -06:00 |
|
Gregory Nutt
|
1da566f27b
|
Make sure that the Z16F build still builds and runs
|
2014-01-01 10:29:44 -06:00 |
|
Gregory Nutt
|
892784538d
|
sim/mount: Converted to use kconfig-frontends tools
|
2014-01-01 08:52:58 -06:00 |
|
Gregory Nutt
|
a1f8bd0f58
|
The user-mode work queue was not being started
|
2013-12-31 12:48:11 -06:00 |
|
Gregory Nutt
|
bca90d1c28
|
STM3240G-EVAL knxwm: Work around CodeSourcery library bug by switching to buildroot
|
2013-12-31 10:55:46 -06:00 |
|
Gregory Nutt
|
118c4b1d67
|
STM3240G-EVAL: Kernel mode board initialization can't run on the IDLE thread; needs its on initialization kernel thread
|
2013-12-31 07:59:56 -06:00 |
|
Gregory Nutt
|
9e416c2363
|
Looks like an error all all kernel build linker scripts
|
2013-12-30 17:57:20 -06:00 |
|
Gregory Nutt
|
f51f85db37
|
NX: Use a consistent allocator in all configurations
|
2013-12-30 12:42:18 -06:00 |
|
Gregory Nutt
|
4c3b605c19
|
NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts to initialize the touchscreen from NxWM in the kernel build
|
2013-12-30 12:39:23 -06:00 |
|
Gregory Nutt
|
cea31ebf68
|
NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled the NxConsole for now because there are issues with the kernel build.
|
2013-12-30 10:04:34 -06:00 |
|
Gregory Nutt
|
b2a68d8b17
|
Move nuttx/configs/stm3240g-eval/src/up_cxxinitialize.c to apps/platform/stm3240g-eval/
|
2013-12-29 15:02:51 -06:00 |
|
Gregory Nutt
|
804e80d0cb
|
STM3240G-EVAL: Add kernel build mode support and an NxWM kernel mode configuration
|
2013-12-29 13:15:08 -06:00 |
|
Gregory Nutt
|
6eb5386b6f
|
NxWidgets server initialization must be performed in the kernel when NxWdigets is built in kernel mode
|
2013-12-29 09:46:57 -06:00 |
|
Gregory Nutt
|
79d1ad4bc2
|
Fix cloned typo in user space definition
|
2013-12-27 10:31:37 -06:00 |
|
Gregory Nutt
|
c8d9de660c
|
default buildroot path is build_arm, not build_arm_nofpu
|
2013-12-26 10:01:14 -06:00 |
|
Gregory Nutt
|
73aa375b87
|
Add GCc 4.8.2 support for buildroot
|
2013-12-26 13:24:06 -06:00 |
|
Gregory Nutt
|
bee251006b
|
STM32F107 OTG FS clock presecaler cannot be configurated after the USB clock is enabled
|
2013-12-26 10:45:21 -06:00 |
|
Gregory Nutt
|
4922f71703
|
Add support for STM32F107 OTG FS (doesn't work) and update USB support for Viewtools STM32F107~
|
2013-12-26 09:22:37 -06:00 |
|
Gregory Nutt
|
e963a4d862
|
F103VC, F105, and F107: Fix configuration and building of USB. configs/viewtools-stm32f107: Fix build for F103 and F107: F103 has USB device; F107 has OTGFS
|
2013-12-25 18:34:15 -06:00 |
|
Gregory Nutt
|
091e5fdf66
|
Viewtools netnsh configuration supports Telnet console; A framework for SD card and USB device support
|
2013-12-25 14:51:56 -06:00 |
|
Gregory Nutt
|
53bc0bce00
|
Viewtool STM32F107: Add a NSH configuration with network support
|
2013-12-25 12:14:24 -06:00 |
|
Gregory Nutt
|
0d6a046e67
|
Add support for Sharp Memory LCD on the Maple board
|
2013-12-23 16:47:31 -06:00 |
|
Gregory Nutt
|
560ae31a99
|
Improved debug output in the high pri, nested interrupt test
|
2013-12-23 14:16:30 -06:00 |
|
Gregory Nutt
|
5c28d5a15b
|
Disable CONFIG_ARCH_INT_DISABLEALL: It does not work in its current form
|
2013-12-23 14:15:11 -06:00 |
|
Gregory Nutt
|
d41bfe4d5b
|
Fixes a few more high priority, nested interrupt logic
|
2013-12-23 11:13:56 -06:00 |
|
Gregory Nutt
|
bb6ba0b46b
|
Forget to set priority of TIM6 to high priority
|
2013-12-22 15:08:09 -06:00 |
|
Gregory Nutt
|
483a4d8d2b
|
Finish the high priority, nested interrupt handler test (does not work)
|
2013-12-22 13:23:57 -06:00 |
|
Gregory Nutt
|
facf988cb2
|
Add logic to configure interrupt controller debug; Fix high priority, nested interrupt build problems
|
2013-12-22 11:16:29 -06:00 |
|
Gregory Nutt
|
540ab63aa6
|
Initial framework for a test of high-pri, nested interrupts. Incomplete and does not work
|
2013-12-22 10:12:26 -06:00 |
|
Gregory Nutt
|
b718fd007c
|
viewtool configuration will not support boad with STM32F103VC mounted; converted one stm3210e-eval configuration to use kconfig-frontends
|
2013-12-22 08:51:36 -06:00 |
|
Gregory Nutt
|
461a8b4433
|
Remove all configuration variable documentation from configs/README.txt and 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
|
2013-12-20 18:25:36 -06:00 |
|
Gregory Nutt
|
385e1fcfb1
|
Cosmetic spaces for tabs
|
2013-12-20 13:31:00 -06:00 |
|
Gregory Nutt
|
cbf86ac01f
|
Finishes separation of debug symbols and optimization selections
|
2013-12-20 13:23:42 -06:00 |
|
Gregory Nutt
|
a4e72dec0e
|
More separation of debug symbols and optimization selections
|
2013-12-20 12:36:02 -06:00 |
|
Gregory Nutt
|
434dab59dc
|
More separation of debug symbols and optimization selections
|
2013-12-20 11:57:08 -06:00 |
|
Gregory Nutt
|
a58f1bcbec
|
Beginning separation of debug symbols and optimization selections
|
2013-12-20 11:43:02 -06:00 |
|
Gregory Nutt
|
a861d081b6
|
Disable debug by default in all Spark configurations
|
2013-11-20 09:08:25 -06:00 |
|
Gregory Nutt
|
67b5785d58
|
Kconfigs: Interrupt prioritization should not be automatically selected
|
2013-12-20 08:42:54 -06:00 |
|
Gregory Nutt
|
a00e2987c4
|
Various changes for a clean ZNEO ZDS-II build
|
2013-12-19 10:01:52 -06:00 |
|
Gregory Nutt
|
d46dd5f8e2
|
A10: Fix DDR mapping
|
2013-12-17 09:22:27 -06:00 |
|
Gregory Nutt
|
3a37972cb9
|
Updated README
|
2013-12-16 17:04:48 -06:00 |
|
Gregory Nutt
|
0187a60dc0
|
Update README
|
2013-11-16 13:00:49 -06:00 |
|
Gregory Nutt
|
1771b69b62
|
Cosmetic changes to comments and README files
|
2013-12-16 13:48:20 -06:00 |
|
Gregory Nutt
|
cbe5751c3b
|
Trivial updates to comments and README files
|
2013-12-16 11:13:55 -06:00 |
|
Gregory Nutt
|
93914d8686
|
Back port some A10 changes into the SAMA5 memory map definitions
|
2013-12-16 09:21:55 -06:00 |
|