Gregory Nutt
|
82a34806c1
|
Remove some OS test configurations. These don't have much value after the initial bring-up (and are certainly not worth converting to kconfig-frontends tools).
|
2014-02-28 16:34:02 -06:00 |
|
Gregory Nutt
|
0072c028f6
|
configs/stm3240g-eval/nsh: Configuration converted to use the kconfig-frontends tools
|
2014-02-28 16:28:28 -06:00 |
|
Gregory Nutt
|
378e4f9dd6
|
Set CONFIG_DEFAULT_SMALL=y in the defconfig for all smaller MCUs so that if they are reconfigured, they will pick up the most conservative options for all new settings
|
2014-02-28 14:32:44 -06:00 |
|
Gregory Nutt
|
c30769dc64
|
Remove Ken's personal directory as the default path to the CodeSourcery toolchain
|
2014-02-28 10:01:01 -06:00 |
|
Gregory Nutt
|
c3b73474ab
|
Refresh the STM32F4Discover/cxxtext configuration
|
2014-02-28 10:00:25 -06:00 |
|
Gregory Nutt
|
de80fe2e04
|
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
|
87a9831fd7
|
Refresh a Viewtool STM32F107 configuration
|
2014-02-27 17:24:48 -06:00 |
|
Gregory Nutt
|
6e80662550
|
networking: Fix one place where the reference count was not being zeroed. This is really a cosmetic fix UNLESS CONFIG_DEBUG_NET is enabled, then it causes assertions
|
2014-02-25 16:41:11 -06:00 |
|
Gregory Nutt
|
8267e53b12
|
SAM3/4: Fix some build errors that crept in with the SAM4E support
|
2014-02-25 12:41:38 -06:00 |
|
Gregory Nutt
|
d45a8ce4bc
|
SAM4E: Update SAM3/4 TC and DMAC register definition header files
|
2014-02-25 10:56:23 -06:00 |
|
Gregory Nutt
|
22001e3c1f
|
Add logic to meaure and calculate the CPU load percentage. From David Alessio
|
2014-02-22 15:20:12 -06:00 |
|
Gregory Nutt
|
3ca1a665e4
|
SAM4E: USART/USART header files and drivers updated to support the SAM4E
|
2014-02-22 13:46:23 -06:00 |
|
Gregory Nutt
|
f1ae3f4c76
|
Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't know where the apps/ dir will be be until install time
|
2014-02-21 15:35:53 -06:00 |
|
Gregory Nutt
|
4343550a23
|
STM3220G-EVAL: NSH configuration changed to use kconfig-frontends tools by Alan Carvalho de Assis
|
2014-02-21 15:06:36 -06:00 |
|
Gregory Nutt
|
95dda8aa1d
|
SAM4E: Add support for PIO and peripheral clocks
|
2014-02-21 12:34:04 -06:00 |
|
Gregory Nutt
|
fc490f3ff8
|
Fix some errors that crept into the conversion of an Olimex-LPC1766STK configuration
|
2014-02-21 11:30:12 -06:00 |
|
Gregory Nutt
|
f10a4d4a53
|
SAM4E: Add vector definition header files
|
2014-02-21 08:46:16 -06:00 |
|
Gregory Nutt
|
0968c7c21a
|
Olimex LPC1766STK: FTPC configure changed to use the kconfig-fronteds tools by Alan Carvalho de Assis
|
2014-02-20 15:34:59 -06:00 |
|
Gregory Nutt
|
7a83c06d62
|
SAMD20: Some progress debugging SPI. Currently hangs
|
2014-02-20 15:20:42 -06:00 |
|
Gregory Nutt
|
d3a6ad82b4
|
SAMD20: Changes for clean build of SPI driver and SAMD20 Xplained Pro board with the I/O1 module installed
|
2014-02-20 11:27:59 -06:00 |
|
Gregory Nutt
|
51b484adb8
|
SAMD20: SPI driver is code-complete, but untested
|
2014-02-20 09:59:54 -06:00 |
|
Gregory Nutt
|
759724e815
|
Spark configuration updated from David Sidrane
|
2014-02-19 18:57:21 -06:00 |
|
Gregory Nutt
|
e0bc1c31d2
|
SAMD20: Add a framework for an SPI driver
|
2014-02-19 16:52:12 -06:00 |
|
Gregory Nutt
|
32ff91057f
|
SAMD20: Move some common SERCOM logic to a separate file where it can be shared
|
2014-02-19 14:47:04 -06:00 |
|
Gregory Nutt
|
0ce4f4da6a
|
Updated README
|
2014-02-18 17:59:24 -06:00 |
|
Gregory Nutt
|
1ce1444443
|
All mbed configurations have been converted to used the kconfig-frontends tools (unverifeid)
|
2014-02-18 16:50:09 -06:00 |
|
Gregory Nutt
|
30a8c7855d
|
Documentation update
|
2014-02-18 16:19:14 -06:00 |
|
Gregory Nutt
|
8c457fd28e
|
stm3240g-eval/webserver configuration converted to use the kconfig-frontends tools by Alan Carvalho de Assis
|
2014-02-18 14:36:32 -06:00 |
|
Gregory Nutt
|
e7e5ba15c3
|
Spark board configurations updated by David Sidrane
|
2014-02-18 13:50:12 -06:00 |
|
Gregory Nutt
|
660fa05897
|
Refresh a defconfig file; updated a README
|
2014-02-18 12:33:00 -06:00 |
|
Gregory Nutt
|
6c35737dbd
|
STM32F429 Discovery: All src/ files renamed to make consistent with current naming conventions
|
2014-02-18 12:24:21 -06:00 |
|
Gregory Nutt
|
298b061b5c
|
STM32F429 Discovery: Add support for FPU in OS test
|
2014-02-18 12:04:19 -06:00 |
|
Gregory Nutt
|
0b5b6591f9
|
sched/task_terminate always return an error because return value was not being set correctory. From Gosha
|
2014-02-18 11:50:32 -06:00 |
|
Gregory Nutt
|
28b9efad9b
|
SAMD20: Increase FLASH waitstates to 2
|
2014-02-18 10:37:42 -06:00 |
|
Gregory Nutt
|
7ffd6500e0
|
Mostly cosmetic clean-up of comments
|
2014-02-17 19:22:53 -06:00 |
|
Gregory Nutt
|
5da9337810
|
SAMD20: Fix BAUD calculation. Now comes up okay about 20% of the time
|
2014-02-17 18:09:17 -06:00 |
|
Gregory Nutt
|
76f80b74ae
|
SAMD20: Fix some confusion what which pins are on which connectors
|
2014-02-17 14:52:14 -06:00 |
|
Gregory Nutt
|
aa3d338c0f
|
SAMD20: Now runs, but no serial output
|
2014-02-17 14:21:22 -06:00 |
|
Gregory Nutt
|
77fff39077
|
SAMD20: Initial debug changes to get clocking
|
2014-02-17 11:36:52 -06:00 |
|
Gregory Nutt
|
970af98429
|
SAMD20: Misc changes for a clean build with debug enabled
|
2014-02-17 08:14:19 -06:00 |
|
Gregory Nutt
|
387dc15a06
|
SAMD20: Move serial console back to SERCOM4
|
2014-02-16 13:34:04 -06:00 |
|
Gregory Nutt
|
1243cd7b73
|
Update Compal_E88 configurations to use kconfig-frontends. From Alan Carvalho de Assis
|
2014-02-16 12:00:32 -06:00 |
|
Gregory Nutt
|
91273ad52f
|
SAMD20: Completes low-level USART logic
|
2014-02-16 09:42:29 -06:00 |
|
Gregory Nutt
|
cd1bb58d5c
|
Remove the unusable m68332evb configuration
|
2014-02-16 07:54:23 -06:00 |
|
Gregory Nutt
|
ff0b4036d4
|
Remove some garbage files
|
2014-02-15 16:12:43 -06:00 |
|
Gregory Nutt
|
c0bb17c27c
|
SAMD20: A little more USART logic
|
2014-02-15 15:58:48 -06:00 |
|
Gregory Nutt
|
69fd301151
|
SAMD20: Beginning of SERCOM UART configuration logic
|
2014-02-15 14:22:56 -06:00 |
|
Gregory Nutt
|
542e6e7bae
|
SAMD20: Finishes basic clock configuration logic
|
2014-02-15 10:18:05 -06:00 |
|
Gregory Nutt
|
a08d8d870e
|
SAM D20: More clock configuration logic (still incomplete)
|
2014-02-14 16:46:21 -06:00 |
|
Gregory Nutt
|
e2f09ab482
|
SAM D20: Put fuse related definition in a separate header file so make license statement cleaner
|
2014-02-14 14:33:34 -06:00 |
|
Gregory Nutt
|
50e674a395
|
SAM D20: A little more clock configuration logic (still incomplete)
|
2014-02-14 13:38:56 -06:00 |
|
Gregory Nutt
|
2f2e98002f
|
SAMD20: Add NVMCTRL register definition header file. Also empty framework for clock configuration
|
2014-02-14 11:03:22 -06:00 |
|
Gregory Nutt
|
bcac812308
|
SAMD20: Fixes to SRAM size, No. memory regions, and beginning of clocking logic
|
2014-02-13 19:09:58 -06:00 |
|
Gregory Nutt
|
4a2ee9b3d6
|
Add SAMD20 pin configuration definitions
|
2014-02-13 10:56:15 -06:00 |
|
Gregory Nutt
|
f0c1cedab7
|
Minimal changes to get a clean compilation of the SAMD20 Xplained configuration. Still a lot of missing logic
|
2014-02-13 09:14:03 -06:00 |
|
Gregory Nutt
|
a0cb3588a5
|
Fix-up some SAMD20 SERCOM conditionals
|
2014-02-12 18:29:23 -06:00 |
|
Gregory Nutt
|
9b5d5aef78
|
Add initial support for the Atmel SAMD20 Xplained Pro board
|
2014-02-12 17:50:58 -06:00 |
|
Gregory Nutt
|
23ac55e302
|
Add configuration for the SAMD20 Xplained Pro board. Initial check a low-effor, unverified clone of thoe SAM4L Xplained Pro board configuration
|
2014-02-12 17:21:28 -06:00 |
|
Gregory Nutt
|
e82bec827b
|
Fix typo cloned to many files: SAM32 vs SAM34
|
2014-02-12 13:00:24 -06:00 |
|
Gregory Nutt
|
1d6c14e742
|
Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced
|
2014-02-10 18:08:49 -06:00 |
|
Gregory Nutt
|
959d79be17
|
Update comments in file headers
|
2014-02-10 13:58:08 -06:00 |
|
Gregory Nutt
|
3129b1c507
|
Updated README file
|
2014-02-10 12:37:40 -06:00 |
|
Gregory Nutt
|
527dcacb64
|
Support for the MIO283QT9A LCD from Toby Duckworth
|
2014-02-10 12:26:08 -06:00 |
|
Gregory Nutt
|
a9f5fdd35d
|
HID mouse can now support some while mice. Problems with Microsoft mice
|
2014-02-10 11:53:37 -06:00 |
|
Gregory Nutt
|
8b988d77b0
|
Add a mouse interface that is similar to the touchscreen interface except that it can handle multple buttons and continuously reports positional data so that it can control a cursor
|
2014-02-10 10:14:22 -06:00 |
|
Gregory Nutt
|
ded32fca06
|
The USB HID mouse driver is now functional. There are some usage issues as described in the top-level TODO list
|
2014-02-09 17:40:23 -06:00 |
|
Gregory Nutt
|
d39603808d
|
LP1766-STK: Add a configuration to test the USB HID mouse
|
2014-02-09 16:00:57 -06:00 |
|
Gregory Nutt
|
12befe10ed
|
Rename Olimex LPC1766-STK files to conform with current naming standards
|
2014-02-09 15:57:02 -06:00 |
|
Gregory Nutt
|
b58bac3909
|
Rename Olimex LPC1766-STK files to conform with current naming standards
|
2014-02-09 15:56:20 -06:00 |
|
Gregory Nutt
|
4e5d89dd3c
|
Add support for a USB HID mouse. Untested on initial check-in
|
2014-02-09 13:49:31 -06:00 |
|
Gregory Nutt
|
a5f2c6bd1c
|
More changes to restore the native Windows build
|
2014-02-07 10:14:11 -06:00 |
|
Gregory Nutt
|
b73604a455
|
Update README with configuration warning
|
2014-02-04 08:42:42 -06:00 |
|
Gregory Nutt
|
3de471e675
|
STM32F4 Discovery: Rename most everything in the board source directory to conform with the ever evolving naming standard
|
2014-02-03 17:19:30 -06:00 |
|
Gregory Nutt
|
8b3934ded8
|
SAMA5: Oops. Upper case in include does not match lower case of filename.
|
2014-01-30 07:40:10 -06:00 |
|
Gregory Nutt
|
f084b6b8ef
|
SAMA5: Fix logic for running with data in SDRAM
|
2014-01-29 07:49:23 -06:00 |
|
Gregory Nutt
|
374594ded3
|
SAMA5: Add a missing endif in a Make.defs that recently added; Several other cosmetic changes
|
2014-01-28 18:59:11 -06:00 |
|
Gregory Nutt
|
6eee32c91d
|
SAMA5: Mostly cosmetic
|
2014-01-28 15:54:03 -06:00 |
|
Gregory Nutt
|
f8134ec5fd
|
SAMA5: More variables-in-SDRAM stuff
|
2014-01-28 15:05:19 -06:00 |
|
Gregory Nutt
|
79ea83d421
|
Add support for .data and .bss in SDRAM
|
2014-01-28 14:35:03 -06:00 |
|
Gregory Nutt
|
65382b9085
|
Add option to indicatet that data is retained in SDRAM
|
2014-01-28 10:42:49 -06:00 |
|
Gregory Nutt
|
a473d8fb21
|
A test of kconfig-fontends 3.12.0
|
2014-01-27 14:25:01 -06:00 |
|
Gregory Nutt
|
0757a30d5d
|
Remove EFM32 from build system
|
2014-01-27 10:41:06 -06:00 |
|
Gregory Nutt
|
203bda74cc
|
Remove support for EFM32. Not ready to be fielded
|
2014-01-27 08:03:39 -06:00 |
|
Gregory Nutt
|
42a86a9cba
|
rename up_led*() functions to board_led_*()
|
2014-01-24 14:28:49 -06:00 |
|
Gregory Nutt
|
f797601f19
|
Rename up_irqbutton() to board_button_irq()
|
2014-01-24 14:04:07 -06:00 |
|
Gregory Nutt
|
f4d84ecd7e
|
Rename up_buttons() to board_buttons()
|
2014-01-24 13:59:24 -06:00 |
|
Gregory Nutt
|
e5bfdcf36c
|
Rename up_buttoninit to board_button_intialize
|
2014-01-24 13:50:23 -06:00 |
|
Gregory Nutt
|
ff35d0f11a
|
Add a patch to work around the bug in the ZDS-II 5.0.1 toolchain
|
2014-01-24 11:58:30 -06:00 |
|
Gregory Nutt
|
ec4e0d3384
|
ZNEO: Verify that currrent code still works on the ZiLOG board
|
2014-01-24 09:28:52 -06:00 |
|
Gregory Nutt
|
efbf03ad76
|
The optimization level can now be selected as part of the configuration
|
2014-01-24 07:45:35 -06:00 |
|
Gregory Nutt
|
8d33ee6ebf
|
Should enable external bus after configuring it
|
2014-01-23 17:41:29 -06:00 |
|
Gregory Nutt
|
0540e4a9e7
|
16z: Fix option bits; adjust system clock frequency
|
2014-01-23 12:06:57 -06:00 |
|
Gregory Nutt
|
fd2dc48a74
|
configs/efm32-dk3650: Support for Energy Micro's development kit for the Leopard Gecko MCU. From Richard Cochran
|
2014-01-23 08:19:34 -06:00 |
|
Gregory Nutt
|
62c052f16a
|
configs/viewtool-stm32f107/netnsh: Increase the number of pre-allocated watchdog timers.
|
2014-01-22 17:14:10 -06:00 |
|
Gregory Nutt
|
ad1cad842e
|
16Z: Some early bring-up fixes
|
2014-01-22 13:46:42 -06:00 |
|
Gregory Nutt
|
dac7ffc41b
|
configs/16z: Add support for 16z board
|
2014-01-22 11:50:37 -06:00 |
|
Gregory Nutt
|
2fa97a056d
|
configs/olimex-stm32-p107: Failes to build is SPI3 for UEXT is not remapped
|
2014-01-21 10:01:51 -06:00 |
|
Gregory Nutt
|
58562d0dec
|
Refresh the Olimex LPC1766STK NSH configuration
|
2014-01-20 17:02:22 -06:00 |
|
Gregory Nutt
|
97146e7ab1
|
Update paths to more recent CodeSourcery toolchain
|
2014-01-20 16:59:13 -06:00 |
|
Gregory Nutt
|
731b4c499b
|
X86: Add a configuration option to select the -m32 compiler option when needed
|
2014-01-18 07:38:50 -06:00 |
|
Gregory Nutt
|
d178d58c09
|
Some fixes for typos in recent changes to Kconfig files
|
2014-01-16 16:37:23 -06:00 |
|
Gregory Nutt
|
6748b03858
|
You can again specify the default board sub-directory when CONFIG_ARCH_BOARD_CUSTOM is used
|
2014-01-16 10:42:54 -06:00 |
|
Gregory Nutt
|
e591ad49e5
|
Back out last change to configs/Kconfig. It has some bad side-effects
|
2014-01-16 10:13:20 -06:00 |
|
Gregory Nutt
|
dc9d0abb47
|
You can now specify or override the default board sub-directory. This is only useful when CONFIG_ARCH_BOARD_CUSTOM is used and the default board sub-directory is not available
|
2014-01-16 09:43:09 -06:00 |
|
Gregory Nutt
|
219e9613de
|
Fix for clean px4fmu build
|
2014-01-15 12:50:52 -06:00 |
|
Gregory Nutt
|
b517ccdb99
|
Misc changes from Richard Cochran
|
2014-01-15 11:05:15 -06:00 |
|
Gregory Nutt
|
e591430e25
|
Changes to get PX4 config to build. Also some warning removal
|
2014-01-14 13:30:22 -06:00 |
|
Gregory Nutt
|
2d3151edeb
|
One too many PX4 files added
|
2014-01-13 13:56:50 -06:00 |
|
Gregory Nutt
|
ac8ace08f1
|
Change how TCP read-ahead is selected to better integrate with TCP write buffering
|
2014-01-13 13:55:51 -06:00 |
|
Gregory Nutt
|
bebedbdd9c
|
PX4FMU V2 configuration. Still not integrated with the system configuration or build
|
2014-01-13 12:38:01 -06:00 |
|
Gregory Nutt
|
562487aa15
|
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
|
284bb89dd0
|
Add support for the STM32VL-Discovery board. Contributed by Alan Carvalho de Assis
|
2014-01-12 17:59:38 -06:00 |
|
Gregory Nutt
|
a739284f21
|
Enable new NSH features by default in the sim/nsh configuration
|
2014-01-11 14:28:10 -06:00 |
|
Gregory Nutt
|
ad1a6a9264
|
A10: Serial clock is OSC24M. From Alan Carvalho de Assis
|
2014-01-10 15:32:42 -06:00 |
|
Gregory Nutt
|
6880d8fd53
|
NSH: Separate command line parsing from command execution. Add support for multiple, semicolone separated commands on each line
|
2014-01-10 15:23:26 -06:00 |
|
Gregory Nutt
|
c694797c2a
|
Vietool STM32F103: LCD updates (still does not work)
|
2014-01-09 13:14:53 -06:00 |
|
Gregory Nutt
|
4d8bbe350c
|
Add support for the XPT2046 touchscreen controller on the Viewtool LCD module
|
2014-01-09 10:57:17 -06:00 |
|
Gregory Nutt
|
a36da96c3c
|
Add pcDuino patch needed for booting. Update README to explain why
|
2013-12-08 10:56:37 -06:00 |
|
Gregory Nutt
|
bbf42e7360
|
Viewtools STM32F103: Add SSD1289 LCD support
|
2014-01-05 14:14:59 -06:00 |
|
Gregory Nutt
|
5a608d8256
|
Olimex STM32 P107: Add native Windows build support. From Max Holtzberg
|
2014-01-04 09:11:20 -06:00 |
|
Gregory Nutt
|
dbc562de04
|
README and other cosmetic updates
|
2014-01-04 08:38:05 -06:00 |
|
Gregory Nutt
|
e98abc51ff
|
ZNEO: Fix lost serial interrupt bug
|
2014-01-02 10:03:08 -06:00 |
|
Gregory Nutt
|
49a5c9a3c5
|
Cosmetic: Updates to TODO anre README text
|
2014-01-02 07:53:27 -06:00 |
|
Gregory Nutt
|
150ec1f19c
|
Add Z16F NSH configuration
|
2014-01-01 12:40:18 -06:00 |
|
Gregory Nutt
|
fd362f3f01
|
Make sure that the Z16F build still builds and runs
|
2014-01-01 10:29:44 -06:00 |
|
Gregory Nutt
|
6d48d1dbc5
|
sim/mount: Converted to use kconfig-frontends tools
|
2014-01-01 08:52:58 -06:00 |
|
Gregory Nutt
|
4e577a2756
|
The user-mode work queue was not being started
|
2013-12-31 12:48:11 -06:00 |
|
Gregory Nutt
|
bd0ad373e4
|
STM3240G-EVAL knxwm: Work around CodeSourcery library bug by switching to buildroot
|
2013-12-31 10:55:46 -06:00 |
|
Gregory Nutt
|
9945fa0c47
|
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
|
628839fdf8
|
Looks like an error all all kernel build linker scripts
|
2013-12-30 17:57:20 -06:00 |
|
Gregory Nutt
|
a874f0ae99
|
NX: Use a consistent allocator in all configurations
|
2013-12-30 12:42:18 -06:00 |
|
Gregory Nutt
|
0d964c56be
|
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
|
3323df9a62
|
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
|
cb18e4fc71
|
Move nuttx/configs/stm3240g-eval/src/up_cxxinitialize.c to apps/platform/stm3240g-eval/
|
2013-12-29 15:02:51 -06:00 |
|
Gregory Nutt
|
a463c71ac3
|
STM3240G-EVAL: Add kernel build mode support and an NxWM kernel mode configuration
|
2013-12-29 13:15:08 -06:00 |
|
Gregory Nutt
|
d487d27b41
|
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
|
c51659a8df
|
Fix cloned typo in user space definition
|
2013-12-27 10:31:37 -06:00 |
|
Gregory Nutt
|
5885483831
|
default buildroot path is build_arm, not build_arm_nofpu
|
2013-12-26 10:01:14 -06:00 |
|
Gregory Nutt
|
25fedb0618
|
Add GCc 4.8.2 support for buildroot
|
2013-12-26 13:24:06 -06:00 |
|
Gregory Nutt
|
345d5b2654
|
STM32F107 OTG FS clock presecaler cannot be configurated after the USB clock is enabled
|
2013-12-26 10:45:21 -06:00 |
|
Gregory Nutt
|
f4d13c4acb
|
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
|
6a04f59a9d
|
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
|
8d0e4b407a
|
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
|
4a25bc236b
|
Viewtool STM32F107: Add a NSH configuration with network support
|
2013-12-25 12:14:24 -06:00 |
|
Gregory Nutt
|
d3462d4f0b
|
Add support for Sharp Memory LCD on the Maple board
|
2013-12-23 16:47:31 -06:00 |
|
Gregory Nutt
|
3905b78169
|
Improved debug output in the high pri, nested interrupt test
|
2013-12-23 14:16:30 -06:00 |
|
Gregory Nutt
|
e61721fdb1
|
Disable CONFIG_ARCH_INT_DISABLEALL: It does not work in its current form
|
2013-12-23 14:15:11 -06:00 |
|
Gregory Nutt
|
e826adb703
|
Fixes a few more high priority, nested interrupt logic
|
2013-12-23 11:13:56 -06:00 |
|
Gregory Nutt
|
866149dcc2
|
Forget to set priority of TIM6 to high priority
|
2013-12-22 15:08:09 -06:00 |
|
Gregory Nutt
|
9e05222190
|
Finish the high priority, nested interrupt handler test (does not work)
|
2013-12-22 13:23:57 -06:00 |
|
Gregory Nutt
|
0ae4c28f26
|
Add logic to configure interrupt controller debug; Fix high priority, nested interrupt build problems
|
2013-12-22 11:16:29 -06:00 |
|
Gregory Nutt
|
d632de4e6e
|
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
|
7a29ce4a03
|
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
|
6fdf68e661
|
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
|
15477425a4
|
Cosmetic spaces for tabs
|
2013-12-20 13:31:00 -06:00 |
|
Gregory Nutt
|
91052a1029
|
Finishes separation of debug symbols and optimization selections
|
2013-12-20 13:23:42 -06:00 |
|
Gregory Nutt
|
c4dc52978a
|
More separation of debug symbols and optimization selections
|
2013-12-20 12:36:02 -06:00 |
|
Gregory Nutt
|
e4035088f2
|
More separation of debug symbols and optimization selections
|
2013-12-20 11:57:08 -06:00 |
|
Gregory Nutt
|
8be24a9c50
|
Beginning separation of debug symbols and optimization selections
|
2013-12-20 11:43:02 -06:00 |
|
Gregory Nutt
|
5cbfde94ab
|
Disable debug by default in all Spark configurations
|
2013-11-20 09:08:25 -06:00 |
|
Gregory Nutt
|
492635ced8
|
Kconfigs: Interrupt prioritization should not be automatically selected
|
2013-12-20 08:42:54 -06:00 |
|
Gregory Nutt
|
8b9c7f0ffc
|
Various changes for a clean ZNEO ZDS-II build
|
2013-12-19 10:01:52 -06:00 |
|
Gregory Nutt
|
23bf996b70
|
A10: Fix DDR mapping
|
2013-12-17 09:22:27 -06:00 |
|
Gregory Nutt
|
b9104ca444
|
Updated README
|
2013-12-16 17:04:48 -06:00 |
|
Gregory Nutt
|
1dc4cedd1d
|
Update README
|
2013-11-16 13:00:49 -06:00 |
|
Gregory Nutt
|
95c12d08e6
|
Cosmetic changes to comments and README files
|
2013-12-16 13:48:20 -06:00 |
|
Gregory Nutt
|
658ec8193e
|
Trivial updates to comments and README files
|
2013-12-16 11:13:55 -06:00 |
|
Gregory Nutt
|
0ab1ea1693
|
Back port some A10 changes into the SAMA5 memory map definitions
|
2013-12-16 09:21:55 -06:00 |
|
Gregory Nutt
|
f80d82d14f
|
A10 serial driver (still needs some work). From Alan Carvalho de Assis
|
2013-12-13 16:41:44 -06:00 |
|
Gregory Nutt
|
c0e8a124a1
|
Eliminate some warnings in the pcDuino A10 build
|
2013-12-13 13:09:45 -06:00 |
|
Gregory Nutt
|
635a3cb3fa
|
A10: Timer interrupt handler
|
2013-12-13 12:42:26 -06:00 |
|
Gregory Nutt
|
7ca6fc2a44
|
configs/Kconfig: Typo fix from Ken Pettit
|
2013-12-12 09:25:31 -06:00 |
|
Gregory Nutt
|
89b8a312ab
|
STM32F429I-Discovery: Andd procfs MTD partition names
|
2013-12-12 09:23:54 -06:00 |
|
Gregory Nutt
|
5ef670082d
|
pcDuino: update RAM start address and size
|
2013-12-11 17:14:13 -06:00 |
|
Gregory Nutt
|
60f7e06c2d
|
A10/pcDuino/Linux build fixes
|
2013-12-11 17:05:08 -06:00 |
|
Gregory Nutt
|
37106095df
|
A10+pcDuino: PIO support, LED and button support
|
2013-12-11 13:23:40 -06:00 |
|
Gregory Nutt
|
ccb40177c1
|
A10 PIO register definition header file
|
2013-12-10 15:53:32 -06:00 |
|
Gregory Nutt
|
77cf855260
|
A little more SAMA5/OV2640 logic
|
2013-12-10 11:12:22 -06:00 |
|
Gregory Nutt
|
4b01f0fdab
|
Move ramdisk.h to include/nutt/fs/ramdisk.h
|
2013-12-10 09:42:58 -06:00 |
|
Gregory Nutt
|
859c8de642
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
Gregory Nutt
|
373d0317fb
|
Move include/nuttx/fb.h to include/nuttx/video/fb.h
|
2013-12-10 09:23:54 -06:00 |
|
Gregory Nutt
|
5761d57f5f
|
More OV2640 initialization logic
|
2013-12-10 09:10:39 -06:00 |
|
Gregory Nutt
|
5809637722
|
pcDuino debug port is on UART0
|
2013-12-10 08:24:26 -06:00 |
|
Gregory Nutt
|
f9bf993348
|
A10 peripheral selection logic
|
2013-12-09 15:24:54 -06:00 |
|
Gregory Nutt
|
d2914c6811
|
A little SAMA5 camera stuff
|
2013-12-09 14:20:11 -06:00 |
|
Gregory Nutt
|
41b2989549
|
Add OV2640 camera support to test the SAMA5 ISI peripheral
|
2013-12-09 10:51:22 -06:00 |
|
Gregory Nutt
|
b3216c317a
|
pcDuino: More changes to get the code fragments that are in place building successfully
|
2013-12-07 16:44:23 -06:00 |
|
Gregory Nutt
|
2f8a32a109
|
Add board support infrastructure for the pcDuino board. There is not much there on the initial checkin
|
2013-12-07 14:25:35 -06:00 |
|
Gregory Nutt
|
45f46b4815
|
Minor updates to comments and README files
|
2013-12-07 07:00:48 -06:00 |
|
Gregory Nutt
|
d5e7644e23
|
SAMA5 NAND: bugfixes
|
2013-12-06 11:34:29 -06:00 |
|
Gregory Nutt
|
994a49f8b8
|
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
|
2013-12-05 10:37:55 -06:00 |
|
Gregory Nutt
|
da2a5873bd
|
Cosmetic updates to comments and READMEs
|
2013-12-04 16:41:45 -06:00 |
|
Gregory Nutt
|
e7b4658117
|
SAMA5 NAND: Fix some PMECC setup logic
|
2013-12-04 11:56:56 -06:00 |
|
Gregory Nutt
|
7711a66347
|
Add drivers/mtd/README.txt
|
2013-12-04 07:46:10 -06:00 |
|
Gregory Nutt
|
ddcc133368
|
SAMA5 NAND: Updated README and configuration logic
|
2013-12-03 14:32:59 -06:00 |
|
Gregory Nutt
|
cafee7bc49
|
Updated README
|
2013-12-03 13:26:09 -06:00 |
|
Gregory Nutt
|
534def7212
|
Condition out most of the recent NXFFS changes for NAND. NXFFS will never be able to support NAND
|
2013-12-03 13:11:11 -06:00 |
|
Gregory Nutt
|
5a1350b475
|
SAMA5 NAND: Only CS3 can have NAND
|
2013-12-03 06:59:22 -06:00 |
|
Gregory Nutt
|
46287d55d0
|
SAMA5D3x-EK: Cosmetic improvements to the NOR boot printfs; updated README
|
2013-12-02 17:22:55 -06:00 |
|
Gregory Nutt
|
1b016dde80
|
NXFFS: When dumping the MTD content, don't abort on a read error. For NAND, the read error probably just means that an uncorrectable ECC was encountered
|
2013-12-01 20:17:09 -06:00 |
|
Gregory Nutt
|
4418c9664d
|
SAMA5 NAND: Basic NAND access now work (software ECC and no DMA)
|
2013-12-01 18:21:41 -06:00 |
|
Gregory Nutt
|
778a5f2b27
|
ViewTool STM32F107: Basic NSH checks out okay
|
2013-12-01 10:05:40 -06:00 |
|
Gregory Nutt
|
9ef6e0ce17
|
Costmet updates, naming, debug output, README file
|
2013-12-01 07:39:20 -06:00 |
|
Gregory Nutt
|
b35bc21fb9
|
ViewTool STM32F107: Add support for on-board LEDs and buttons
|
2013-11-30 14:15:15 -06:00 |
|
Gregory Nutt
|
6b18d2d376
|
Basic board support for the ViewTool STM32F103/F107 board
|
2013-11-30 12:14:15 -06:00 |
|
Gregory Nutt
|
9752335ed9
|
More changes for a clean ez80 KITG build
|
2013-11-29 16:12:59 -06:00 |
|
Gregory Nutt
|
0a11d8767f
|
Make naming consistent for USB host initialiation functions
|
2013-11-29 14:31:44 -06:00 |
|
Gregory Nutt
|
e9252b8806
|
LPC31 EHCI: Verified that driver works with keyboard (low-speed, interrupt endpoints)
|
2013-11-29 14:31:42 -06:00 |
|
Gregory Nutt
|
059c161797
|
examples/hidkbd now expects an architecture-specific USB HOST initialization function
|
2013-11-29 14:31:40 -06:00 |
|
Gregory Nutt
|
3b5689da2b
|
examples/hidkbd now expects an architecture-specific USB HOST initialization function
|
2013-11-29 14:31:38 -06:00 |
|
Gregory Nutt
|
f4b4683c81
|
examples/hidkbd no expects an architecture-specific USB HOST initialization function
|
2013-11-29 14:31:34 -06:00 |
|
Gregory Nutt
|
91517ead98
|
Changes for ZDS-II ez80 build
|
2013-11-28 17:47:03 -06:00 |
|
Gregory Nutt
|
946e927609
|
STM32F429I-Discovery: Add support for external SST25 FLASH. From Ken Pettit
|
2013-11-28 08:21:15 -06:00 |
|
Gregory Nutt
|
3b7626236d
|
LPC31 EHCI: Seems to work after re-ordering some initialization logic
|
2013-11-27 13:14:23 -06:00 |
|
Gregory Nutt
|
b55565ae50
|
SAMA5 NAND: A few bug fixes for integration. Still lots more to do
|
2013-11-27 11:04:40 -06:00 |
|
Gregory Nutt
|
10f097ed1e
|
SAMA5 NAND: Fix some DMA related issues
|
2013-11-27 07:37:42 -06:00 |
|
Gregory Nutt
|
b7a3597f87
|
SAMA5D3x-EK NAND: Integrate SAMA5 NAND support into SAMA5D3x-EK board support
|
2013-11-25 12:10:24 -06:00 |
|
Gregory Nutt
|
395b7bff67
|
Cosmetic changes
|
2013-11-22 13:36:07 -06:00 |
|
Gregory Nutt
|
bf51126235
|
LPC3131 EHCI: More fixes
|
2013-11-21 16:39:49 -06:00 |
|
Gregory Nutt
|
a6093ec53b
|
LPC-H3131: SDRAM comments updated
|
2013-11-21 14:47:37 -06:00 |
|
Gregory Nutt
|
f537edbe36
|
LPC-H3131: SDRAM timing update. Still does not work
|
2013-11-21 14:46:49 -06:00 |
|
Gregory Nutt
|
d7f11a8656
|
LPC-H3131 SDRAM: Fix some build issues
|
2013-11-21 12:45:42 -06:00 |
|
Gregory Nutt
|
5724e04fff
|
LPC-H3131: SDRAM support (untested)
|
2013-11-21 06:37:50 -06:00 |
|
Gregory Nutt
|
4a1b016f44
|
Olimex LPC-H3131: Some restructuring of intialization logic
|
2013-11-20 17:01:34 -06:00 |
|
Gregory Nutt
|
0a0537ebb7
|
lpc31 ECHI. Early debug changes
|
2013-11-20 16:24:10 -06:00 |
|
Gregory Nutt
|
04aa1e5384
|
Olimex LPC-H3131: Drop loops-per-second by a factor of 4. Why is the H3131 only 25% as fast as the EA3131 at the same clocking?
|
2013-11-19 15:54:23 -06:00 |
|
Gregory Nutt
|
4c2b07c388
|
Olimex LPC_H3131: Add GPIO support for LEDs and for USB host power enable and overcurrent detection.
|
2013-11-19 15:52:10 -06:00 |
|
Gregory Nutt
|
06330220ef
|
Updated README
|
2013-11-18 19:07:49 -06:00 |
|
Gregory Nutt
|
d078398f2b
|
Add .gitignore files; update a README
|
2013-11-18 15:38:04 -06:00 |
|
Gregory Nutt
|
04c764b496
|
Add support for the Olimex LPC-H3131 board
|
2013-11-18 14:51:38 -06:00 |
|
Gregory Nutt
|
3a26c6cc81
|
Further NAND development
|
2013-11-16 11:46:35 -06:00 |
|
Gregory Nutt
|
8563b45558
|
EA3131: Framework for USB host support
|
2013-11-15 15:56:24 -06:00 |
|
Gregory Nutt
|
9cca0778b2
|
Add support for ONFI compatible NAND devices (NAND logic still incomplete)
|
2013-11-15 14:11:21 -06:00 |
|
Gregory Nutt
|
0ed5172656
|
Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.h
|
2013-11-15 11:22:23 -06:00 |
|
Gregory Nutt
|
708c6d78dd
|
SAMA5 NAND: Basic support for access to NAND FLASH
|
2013-11-15 09:30:05 -06:00 |
|
Gregory Nutt
|
f07134e959
|
LPC31: Configuration and build support for a forthcoming USB host driver; configs/ea3131/nsh converted to use kconfig-frontend tools
|
2013-11-14 15:33:43 -06:00 |
|
Gregory Nutt
|
efa1e2f41e
|
STM32 CAN: Options for TSEG1 and TSEG2 quanta missing from Kconfig file
|
2013-11-14 08:29:36 -06:00 |
|
Gregory Nutt
|
f01ef89483
|
README update
|
2013-11-12 17:15:27 -06:00 |
|
Gregory Nutt
|
c75f576fef
|
SAMA5D3x-EK updated README
|
2013-11-12 17:00:37 -06:00 |
|
Gregory Nutt
|
deea97de32
|
SAMA5D3x-EK Kconfig: There is no 'else'
|
2013-11-12 10:20:33 -06:00 |
|
Gregory Nutt
|
a544acfce4
|
Updated SAMA5D3x-EK README file
|
2013-11-11 16:17:13 -06:00 |
|
Gregory Nutt
|
572dec84ae
|
SAMA5D3x-EK: Add support for the apps/examples/i2schar test
|
2013-11-11 15:17:37 -06:00 |
|
Gregory Nutt
|
81e76b96d5
|
Freedom KL25Z: Add PWM support. From Alan Carvalho de Assis
|
2013-11-10 10:39:03 -06:00 |
|
Gregory Nutt
|
8ab882f49b
|
STM32F429I-Discovery: Add support for the usbnsh and usbmsc configurations using the OTG HS peripheral in FS mode. From Ken Pettit.
|
2013-11-10 07:30:34 -06:00 |
|
Gregory Nutt
|
e5cc111359
|
SAMA5D3x-EK README: Add description of WM8904 CODEC
|
2013-11-10 07:16:43 -06:00 |
|
Gregory Nutt
|
a726401449
|
Updated Spark README from David Sidrane
|
2013-11-08 16:38:16 -06:00 |
|
Gregory Nutt
|
ef2ed83ca9
|
Spark: move CDC/ACM .inf Windows driver files into the spark/scripts directory
|
2013-11-08 16:25:44 -06:00 |
|
Gregory Nutt
|
3147fda00a
|
Add an apps/examples/usbserial configuration for the Spark. From David Sidrane
|
2013-11-07 18:31:08 -06:00 |
|
Gregory Nutt
|
4c0398d3a2
|
Add CDC/ACM serial driver for the Spark composite configuration
|
2013-11-07 17:39:13 -06:00 |
|
Gregory Nutt
|
14ca86741c
|
Add support for the STM32F429I-Discovery board from Ken Pettit
|
2013-11-07 16:55:45 -06:00 |
|