Gregory Nutt
|
6a8a62c0c1
|
STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip naming a little more consistent
|
2014-05-07 12:54:27 -06:00 |
|
Gregory Nutt
|
f924601fc1
|
The alternate console device CONFIG_NSH_CONDEV must not be defined unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
|
2014-05-05 08:52:02 -06:00 |
|
Gregory Nutt
|
e21212f2b4
|
Undefine IRQPRIO in all configurations it should not be set
|
2014-04-16 08:29:39 -06:00 |
|
Gregory Nutt
|
f8024cf409
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
|
Gregory Nutt
|
3e085ec0af
|
Long needed clean up of DNS resolver for coding style and naming conventions
|
2014-04-11 12:25:32 -06:00 |
|
Gregory Nutt
|
bd8a0aec21
|
Refresh several defconfig files to (1) bring them up-to-date, and (2) to confirm that no bugs were introduced in recent massive Kconfig file changes
|
2014-03-06 16:02:18 -06:00 |
|
Gregory Nutt
|
596bdc73df
|
Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig file
|
2014-03-06 12:23:26 -06:00 |
|
Gregory Nutt
|
05d676ffc6
|
Make network buffering sizes consistent in all configurations
|
2014-03-03 12:24:43 -06:00 |
|
Gregory Nutt
|
47ca6ef4d4
|
configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured
|
2014-02-28 07:45:51 -06:00 |
|
Gregory Nutt
|
07a0cc4233
|
Refresh a Viewtool STM32F107 configuration
|
2014-02-27 17:24:48 -06:00 |
|
Gregory Nutt
|
2f837ccd2a
|
rename up_led*() functions to board_led_*()
|
2014-01-24 14:28:49 -06:00 |
|
Gregory Nutt
|
1d5b2d3d3e
|
Rename up_irqbutton() to board_button_irq()
|
2014-01-24 14:04:07 -06:00 |
|
Gregory Nutt
|
1ac245b9c6
|
Rename up_buttons() to board_buttons()
|
2014-01-24 13:59:24 -06:00 |
|
Gregory Nutt
|
b0c0df84f6
|
Rename up_buttoninit to board_button_intialize
|
2014-01-24 13:50:23 -06:00 |
|
Gregory Nutt
|
f3f5378acc
|
The optimization level can now be selected as part of the configuration
|
2014-01-24 07:45:35 -06:00 |
|
Gregory Nutt
|
5bbe3a4992
|
configs/viewtool-stm32f107/netnsh: Increase the number of pre-allocated watchdog timers.
|
2014-01-22 17:14:10 -06:00 |
|
Gregory Nutt
|
94fb69459b
|
Some fixes for typos in recent changes to Kconfig files
|
2014-01-16 16:37:23 -06:00 |
|
Gregory Nutt
|
7eef2f9410
|
Change how TCP read-ahead is selected to better integrate with TCP write buffering
|
2014-01-13 13:55:51 -06:00 |
|
Gregory Nutt
|
cbb5e4889b
|
Add support for the SO_LINGER socket option. Based on logic from Jason Jiang. Utestested on initial commit
|
2014-01-13 11:58:45 -06:00 |
|
Gregory Nutt
|
75390a49a4
|
Vietool STM32F103: LCD updates (still does not work)
|
2014-01-09 13:14:53 -06:00 |
|
Gregory Nutt
|
37f0db6e0c
|
Add support for the XPT2046 touchscreen controller on the Viewtool LCD module
|
2014-01-09 10:57:17 -06:00 |
|
Gregory Nutt
|
458465c8ed
|
Viewtools STM32F103: Add SSD1289 LCD support
|
2014-01-05 14:14:59 -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
|
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
|
cbf86ac01f
|
Finishes separation of debug symbols and optimization selections
|
2013-12-20 13:23:42 -06:00 |
|
Gregory Nutt
|
360a451268
|
ViewTool STM32F107: Basic NSH checks out okay
|
2013-12-01 10:05:40 -06:00 |
|
Gregory Nutt
|
5978e04411
|
ViewTool STM32F107: Add support for on-board LEDs and buttons
|
2013-11-30 14:15:15 -06:00 |
|
Gregory Nutt
|
22fb787c86
|
Basic board support for the ViewTool STM32F103/F107 board
|
2013-11-30 12:14:15 -06:00 |
|