px4dev
c3fe915b44
Checkpoint - moving things out of the NuttX configs/*/src directories
2012-10-23 23:51:12 -07:00
patacongo
d300539524
Move ld.script files from configuration directories to script/ directory
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5249 42af7a65-404d-4744-a932-0658087f49c3
2012-10-23 19:53:03 +00:00
px4dev
0afeeb5dd8
Move the PX4IO driver into the drivers folder.
2012-10-22 21:39:55 -07:00
Thomas Gubler
836c55e122
Merge branch 'master' into fw_control
2012-10-22 18:11:47 +02:00
px4dev
c9928c23f3
Remove the old rcS template
2012-10-21 18:22:18 -07:00
px4dev
5925d146bc
Move the tone_alarm driver out of the NuttX configs area and add it as an stm32-specific driver in the PX4 apps space.
...
Add a new tone_alarm command that can be used to start/stop alarm tones from the shell.
2012-10-21 17:51:21 -07:00
Thomas Gubler
5616f5c4b1
[work in progess] added pos control skeleton
2012-10-21 21:01:22 +02:00
patacongo
096397d49f
STM32 ADC driver fixes
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5247 42af7a65-404d-4744-a932-0658087f49c3
2012-10-21 16:53:38 +00:00
Thomas Gubler
6c8fb8177e
Started implementing fw controller according to controller layout of the ASL lecture
2012-10-21 18:45:24 +02:00
patacongo
6ea7967d8a
Kconfig changes to get a clean STM32 ADC example build
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5246 42af7a65-404d-4744-a932-0658087f49c3
2012-10-21 15:47:34 +00:00
patacongo
4796879663
Minor tweaks to memset
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5245 42af7a65-404d-4744-a932-0658087f49c3
2012-10-21 05:38:24 +00:00
patacongo
d24bf91574
Optimized memset() can be configured to do 64-bit stores
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5243 42af7a65-404d-4744-a932-0658087f49c3
2012-10-21 01:31:56 +00:00
patacongo
f16ae329fd
Add a versin of memset() optimized for speed
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5242 42af7a65-404d-4744-a932-0658087f49c3
2012-10-21 00:41:44 +00:00
patacongo
4de5307aa3
Update documentation for recently added configuration options
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5241 42af7a65-404d-4744-a932-0658087f49c3
2012-10-20 21:42:19 +00:00
patacongo
860e5f0524
The termios c_speed field cannot be 'const'
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5234 42af7a65-404d-4744-a932-0658087f49c3
2012-10-20 13:14:04 +00:00
px4dev
4f20d9a24b
Retire old test cases for drivers that have been removed.
2012-10-19 18:59:44 -07:00
px4dev
7f18fcd556
Clean out old drivers we're not using anymore.
2012-10-19 18:51:50 -07:00
px4dev
3292ea24a1
Switch to the standard 'verbose' build option. Use a better way of passing options to the linker that is closer to friendly with 'make export'.
2012-10-15 21:08:26 -07:00
px4dev
f9a8818d1e
Switch from -Os to -O3. This generates *much* faster code, although at a ~50% size penalty. We can afford the space.
2012-10-15 19:10:28 -07:00
patacongo
8345d911e0
Add a THTTPD configuration for the Shenzhou board (Darcy Gong)
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5233 42af7a65-404d-4744-a932-0658087f49c3
2012-10-13 15:12:44 +00:00
patacongo
a03e58b7ac
ADC support for the Shenzhou board from Darcy Gong
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5232 42af7a65-404d-4744-a932-0658087f49c3
2012-10-13 13:19:56 +00:00
px4dev
0ccaa1330b
Merge branch 'master' of file:///Users/Shared/NuttX
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5231 42af7a65-404d-4744-a932-0658087f49c3
2012-10-13 00:08:02 -07:00
patacongo
8de1d1d182
Update Olimex-LPC1766STK setenv.sh to make it faster to use CodeSourcery.
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5230 42af7a65-404d-4744-a932-0658087f49c3
2012-10-12 15:38:42 +00:00
patacongo
e62b420882
Another dtoa() fix from Mike Smith
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5229 42af7a65-404d-4744-a932-0658087f49c3
2012-10-11 13:42:14 +00:00
patacongo
ca71c149e2
Document problem with GCC 4.8.3 and the NXFLAT tools
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5228 42af7a65-404d-4744-a932-0658087f49c3
2012-10-10 19:58:57 +00:00
patacongo
ed4550ff48
Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ld
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5225 42af7a65-404d-4744-a932-0658087f49c3
2012-10-10 17:01:23 +00:00
patacongo
3d754095f9
Change the default path to the buildroot bin/ directory in all setenv.sh files
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5222 42af7a65-404d-4744-a932-0658087f49c3
2012-10-10 12:56:02 +00:00
px4dev
1e59a592a6
Split the parameter load/save commands out of the 'eeprom' command, since that's not really the obvious place for them. Add parameter printing functionality (though, it's a mess due to %f being busted)
...
Update the script examples to use the new command.
2012-10-09 22:45:36 -07:00
patacongo
e8a8129808
Fix a recurring, cloned typo
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5220 42af7a65-404d-4744-a932-0658087f49c3
2012-10-06 20:10:31 +00:00
patacongo
ee341514da
All Cortex-M Make.defs files updated to use buildroot EABI toolchain if BUILDROOT=y selected
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5219 42af7a65-404d-4744-a932-0658087f49c3
2012-10-06 18:09:05 +00:00
patacongo
79e092e362
Update all config README.txt files to show that they use the EABI buildroot toolchain
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5218 42af7a65-404d-4744-a932-0658087f49c3
2012-10-06 17:29:36 +00:00
patacongo
b9454627bc
More changes for buildroot EABI toolchain
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5215 42af7a65-404d-4744-a932-0658087f49c3
2012-10-06 00:20:49 +00:00
patacongo
535398581c
configs/shenzhou will now use the 4.6.3 buildroot EABI toolchain
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5214 42af7a65-404d-4744-a932-0658087f49c3
2012-10-05 23:43:05 +00:00
patacongo
1e36879126
Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools are not called abc-nuttx-elf instead of abc-elf
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5213 42af7a65-404d-4744-a932-0658087f49c3
2012-10-05 23:01:51 +00:00
patacongo
eb041b927a
Fix some W25 driver errors
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5212 42af7a65-404d-4744-a932-0658087f49c3
2012-10-04 18:42:28 +00:00
patacongo
44a18f5361
Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency; fleshed out a few more Kconfig files
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5211 42af7a65-404d-4744-a932-0658087f49c3
2012-10-04 17:36:07 +00:00
patacongo
b0eb4f3cce
Change order of includes in apps/Makefile; add clock frequencies to shenzhou, fire, and olimex-stm32 board.h files
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5210 42af7a65-404d-4744-a932-0658087f49c3
2012-10-04 15:07:06 +00:00
Lorenz Meier
607e902b88
Cleaned up / simplified position control, attacking pos control implementation next
2012-10-04 14:50:34 +02:00
px4dev
dfae108e6a
Go back to the FIFO scheduler for now, as we don't have time to shake out the RR scheduler changeover just yet.
...
Make the "default" scheduler a centralized definition so that changes are easier in future.
2012-10-03 23:13:20 -07:00
patacongo
e6656c077c
Delete the apps/vsn directory (moved commands to apps/system)
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5209 42af7a65-404d-4744-a932-0658087f49c3
2012-10-04 00:11:05 +00:00
Lorenz Meier
d75266f390
Reverted different UART assignment
2012-10-02 09:24:52 +02:00
Lorenz Meier
d3e7b5e0bf
Merge branch 'master' of https://github.com/tnaegeli/Firmware into task_spawn
2012-10-01 17:29:36 +02:00
tnaegeli
e42655e7c6
EKF
2012-10-01 17:21:59 +02:00
patacongo
96a334a758
Implementation of /dev/random using the STM32 Random Number Generator (RNG)
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5207 42af7a65-404d-4744-a932-0658087f49c3
2012-09-29 20:34:25 +00:00
patacongo
ccb682f332
Fix problem with ping that prevent ping from going outside local network (Darcy Gong)
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5204 42af7a65-404d-4744-a932-0658087f49c3
2012-09-29 14:13:04 +00:00
Lorenz Meier
1725069c18
Merge branch 'update_rate' of https://github.com/sjwilks/Firmware into ardrone
2012-09-29 12:46:20 +02:00
patacongo
4333422d5f
Put Shenzhou NxWM config on a diet
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5203 42af7a65-404d-4744-a932-0658087f49c3
2012-09-28 22:45:12 +00:00
patacongo
343817a6fd
Turn off LCD reading on Shenzhou board (needs some TLC before it will be usable)
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5202 42af7a65-404d-4744-a932-0658087f49c3
2012-09-28 19:24:46 +00:00
patacongo
f664e163e5
Fix STM32 SPI3 remap logic
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5200 42af7a65-404d-4744-a932-0658087f49c3
2012-09-27 20:15:24 +00:00
patacongo
7dc357a4e6
STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controller
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5199 42af7a65-404d-4744-a932-0658087f49c3
2012-09-27 19:26:18 +00:00
px4dev
62a4aa96b6
Merge branch 'master' of file:///Users/Shared/NuttX
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5197 42af7a65-404d-4744-a932-0658087f49c3
2012-09-27 00:18:03 -07:00
patacongo
ebdc6a36e8
Fixes mostly related to touchscreen on Shenzhou board (still does not work)
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5196 42af7a65-404d-4744-a932-0658087f49c3
2012-09-27 01:26:47 +00:00
patacongo
83f66b9e18
Shenzhou schematic is wrong: LCD WR signal is on PB14, not PD14
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5195 42af7a65-404d-4744-a932-0658087f49c3
2012-09-26 22:03:53 +00:00
patacongo
d7561fc092
Shenzhou board has an SSD1289 LCD, not ILI93xx
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5194 42af7a65-404d-4744-a932-0658087f49c3
2012-09-26 19:41:54 +00:00
patacongo
923da1b34b
Fixes for clean compilation of NxWidgets/NxWM with Kconfig and changes to build system; Fixes to Shenzhou NxWM configuration for clean build
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5193 42af7a65-404d-4744-a932-0658087f49c3
2012-09-26 14:36:28 +00:00
patacongo
2be7847efe
Hook in NxWidgets configuration logic; Add a untested ADS7843E touchscreen support for the Shenzhou board; Complete the Shenzhou NxWM configuration (also untested).
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5190 42af7a65-404d-4744-a932-0658087f49c3
2012-09-25 22:04:51 +00:00
patacongo
fd3df782b1
Add more LCD-related Kconfig logic; Create a Kconfig file for NxWidgets
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5189 42af7a65-404d-4744-a932-0658087f49c3
2012-09-25 21:15:02 +00:00
patacongo
734ea8dc16
Port STM3240G-EVAL ILI93xx driver to Shenzhou board
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5188 42af7a65-404d-4744-a932-0658087f49c3
2012-09-25 19:17:52 +00:00
patacongo
4c432c716a
Beginning of an Shenshou NxWM configuration
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5186 42af7a65-404d-4744-a932-0658087f49c3
2012-09-25 01:14:43 +00:00
patacongo
77d18d5205
Completes a bit-banging driver for the SSD1289 LCD on the Shenzhou board
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5185 42af7a65-404d-4744-a932-0658087f49c3
2012-09-24 23:27:25 +00:00
Simon Wilks
37163011fc
Use the update rate parameter provided and not the default.
2012-09-24 23:36:21 +02:00
patacongo
169c620845
Add framework for SSD1289 LCD on Shenzhou
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5184 42af7a65-404d-4744-a932-0658087f49c3
2012-09-24 19:37:56 +00:00
patacongo
cafa22293a
Corrections for SD card on Shenzhou board
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5183 42af7a65-404d-4744-a932-0658087f49c3
2012-09-24 18:57:38 +00:00
patacongo
e2b2cc3450
Fixes STM32F107 DMA issue
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5182 42af7a65-404d-4744-a932-0658087f49c3
2012-09-24 15:51:48 +00:00
patacongo
8da267c518
Shenzhou PHY address should be 0; make sure the F2/F4 bits are not set when using STM32 ethernet driver with F1
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5181 42af7a65-404d-4744-a932-0658087f49c3
2012-09-23 15:22:27 +00:00
patacongo
b58026b8f0
Add missing STM32 F1 pin remapping definitions
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5180 42af7a65-404d-4744-a932-0658087f49c3
2012-09-22 22:25:21 +00:00
patacongo
45da426c19
STM32 Ethernet, Slightly differ register layout for DM9161AEP PHY
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5177 42af7a65-404d-4744-a932-0658087f49c3
2012-09-22 19:19:56 +00:00
patacongo
5f7c2b3ead
Shenzhou board uses RMII PHY interface, not MII
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5176 42af7a65-404d-4744-a932-0658087f49c3
2012-09-22 16:48:44 +00:00
patacongo
fc8f6c972a
Make the Olimex stm32 p107 clock configuratin the standard for connectivity line devices
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5175 42af7a65-404d-4744-a932-0658087f49c3
2012-09-22 15:12:50 +00:00
patacongo
4f381f2185
Correct Shenzhou LED controls
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5174 42af7a65-404d-4744-a932-0658087f49c3
2012-09-22 14:06:47 +00:00
patacongo
4edf18b009
Add support for Fire STM32v3; sscanf fixes from Kate
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5168 42af7a65-404d-4744-a932-0658087f49c3
2012-09-21 17:32:30 +00:00
Lorenz Meier
eaa6d0d4f2
Merge pull request #30 from julianoes/gps_fix
...
some gps fixes (only tested without gps attached)
2012-09-20 15:35:21 -07:00
Julian Oes
df8bbb2d30
workaround in nuttx to allow for more than 6 arguments when starting an app (in my opinion needed)
2012-09-20 11:57:29 +02:00
px4dev
42f040ab66
Merge from upstream NuttX
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5166 42af7a65-404d-4744-a932-0658087f49c3
2012-09-19 23:29:14 -07:00
patacongo
efda9c5de5
Add support so that the W25 FLASH can be used with both the Shenzhou and Fire-stm32v2 boards
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5166 42af7a65-404d-4744-a932-0658087f49c3
2012-09-19 14:34:17 +00:00
Lorenz Meier
b0b72b11eb
Reworking control infrastructure for inner rate loop, preparing offboard interface
2012-09-18 18:28:49 +02:00
patacongo
a2256f3fd9
Refactor common make definitions to tools/Config.mk; Add verbosity option to build (Richard Cochran)
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5160 42af7a65-404d-4744-a932-0658087f49c3
2012-09-18 14:06:57 +00:00
tnaegeli
df03433034
g
...
Signed-off-by: tnaegeli <naegelit@student.ethz.ch>
2012-09-18 13:49:18 +02:00
patacongo
1550be3df3
Upate some pathes for the new NuttX repository
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5156 42af7a65-404d-4744-a932-0658087f49c3
2012-09-17 19:33:42 +00:00
patacongo
2981943392
Resync new repository with old repo r5166
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5154 42af7a65-404d-4744-a932-0658087f49c3
2012-09-17 18:35:37 +00:00
patacongo
57623d42eb
Resync new repository with old repo r5166
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5153 42af7a65-404d-4744-a932-0658087f49c3
2012-09-17 18:18:44 +00:00
px4dev
5a8dda3343
It's mostly harmless, so turn on the bootloader update tool.
2012-09-16 23:42:00 -07:00
px4dev
273b6cf085
Enable the low-priority work queue; we're going to want to use it.
...
Adjust to changes in the naming of UART4/UART5
2012-09-14 23:00:30 -07:00
px4dev
a3f21d9140
Merge branch 'NuttX/master'
2012-09-14 21:33:19 -07:00
patacongo
cfa24e37d6
Some ENC28J60-related fixes
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5154 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-14 21:48:07 +00:00
patacongo
7c82cf6924
Fix ENC28J60 chip enable issue
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5153 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-14 20:16:06 +00:00
patacongo
857d2a770b
Update all unit tests to conform to recent naming convention changes in NuttX
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5151 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-14 15:23:54 +00:00
patacongo
cc0c42dd31
Add XML RPC server plus NXWM build fixes from Max Holtzberg
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5150 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-14 14:07:21 +00:00
Lorenz Meier
5dd6cbcb13
Logging rate changes,
2012-09-14 10:24:49 +02:00
patacongo
ae33fc3ed0
Fixes for z80 compilation with SDCC toolchain. There are still a few header file and linker issues
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5149 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-13 22:04:47 +00:00
patacongo
0fb57027de
Changes needed for clean ez80 compile with ZDS toolchain
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5147 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-13 19:33:47 +00:00
patacongo
2aa4af7139
Remove executable property from source and make files
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5146 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-13 18:46:10 +00:00
patacongo
84cfa6fceb
Email address change in nuttx/
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5145 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-13 18:32:24 +00:00
patacongo
77888ea156
Email address change in apps/
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5143 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-13 16:58:49 +00:00
patacongo
093ccf2015
Add UDP discovery configuration for the STM3240G-EVAL (from Max Holtzberg)
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5138 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-12 20:14:46 +00:00
Lorenz Meier
cab1fed3e9
Commented defconfig changes
2012-09-12 17:26:40 +02:00
Lorenz Meier
fdd758df5c
Increased stack sizes, this fixes the board not booting with a ROMFS mount message
2012-09-12 17:26:02 +02:00
patacongo
eac15a4720
Fix MMC/SD support for Wildfire board; Granule allocator can now be used from intrrupt handler
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5134 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-12 15:18:56 +00:00
patacongo
1b7dad5a76
Misc STM32 wildfire and ENC28J60 driver updates
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5133 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-12 14:07:13 +00:00
patacongo
594b34a356
Update to granule allocator; Update to ENC28j60 driver
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5130 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-11 20:33:58 +00:00
patacongo
64c8e5c7c3
Updates/fixes related to ENC28J60, Kconfigs, and fire-stm32v2
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5128 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-11 16:50:16 +00:00
patacongo
c7a2544230
The M3 Wildfire port is code complete and ready for test
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5125 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-10 22:26:37 +00:00
Lorenz Meier
e440fc4027
Rewrote SD logging app, simpler, but effective. Pending testing
2012-09-10 23:04:31 +02:00
patacongo
835eef47bd
More M3 Wildfire logic; mmap-related bug fixes from Kate
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5124 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-10 20:00:04 +00:00
patacongo
2d556705e5
More logic for the MX3 Wildfire board
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5123 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-10 16:48:45 +00:00
patacongo
a183193473
More progress on the Wildfire STM32 port
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5121 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-09 21:48:25 +00:00
patacongo
47683c485c
Beginning of configuration for M3 Wildfire board
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5120 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-09 19:13:30 +00:00
patacongo
e2498c5e76
Minor update to Shenzhou README files
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5119 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-09 16:22:00 +00:00
patacongo
f57a93eaf6
Reconfigured Shenzhou to use JTAG. Misc Kconfig changes
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5118 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-09 15:43:18 +00:00
patacongo
6f6a2289e8
Kconfig: QEMU fixes
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5116 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-08 18:57:57 +00:00
patacongo
ab8c622bed
Changes to get a clean compile with the Kconfig Shenzhou board. Still some link issues
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5115 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-08 16:40:12 +00:00
patacongo
58686d844f
Shenzhou board is first to use ONLY Kconfig for configuration
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5114 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-08 13:56:21 +00:00
patacongo
5119467c0f
Remove several unused configuration values
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5113 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-08 04:29:48 +00:00
patacongo
8269f5320b
Kconfig: Standardize board LED and button configurations
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5112 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-08 03:31:46 +00:00
patacongo
ddefd95e28
More Shenzhou board logic
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5111 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-08 02:10:56 +00:00
patacongo
5ac18ce1ae
More support for the Shenzhou board
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5110 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-07 23:34:16 +00:00
patacongo
e41adbb552
More info for the Shenzhou board configuration
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5109 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-07 22:30:35 +00:00
patacongo
aee93b655a
Add basic directory structure for the Shenzhou STM32107 board (not much there yet)
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5108 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-07 19:29:21 +00:00
patacongo
704679d7b1
Removed delay after receiving in recvfrom(). This was killing network performance
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5107 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-07 16:51:53 +00:00
px4dev
e7b29c3eac
Fix receive DMA for the console device. Now maybe MAVLink will work better.
2012-09-07 02:35:58 -07:00
patacongo
e74b6c382c
Repairs needed after Kconfig changes for LPC31
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5105 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-06 22:25:51 +00:00
patacongo
941daa511e
Add LPC31 Kconfig
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5104 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-06 20:08:25 +00:00
patacongo
dcd68236b1
Update LPC43 Kconfig
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5103 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-06 15:38:53 +00:00
patacongo
97da506c0c
STM32 Kconfig looks good. STM32 external ram configuration changed.
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5100 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-05 23:02:43 +00:00
patacongo
d613e32e90
defconfig changes for LPC17xx Kconfig
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5098 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-05 20:27:07 +00:00
patacongo
ae148ef09e
Add configuration for the LM3S
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5095 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-05 17:50:53 +00:00
patacongo
77c753b32a
Add Kconfig settings for the LPC17xx
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5094 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-05 17:20:19 +00:00
patacongo
43d533da11
Kconfig changes + back out part of last check-in: The 2STOP setting must be integer 0/1, not boolean
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5086 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-04 15:28:56 +00:00
patacongo
a32f081a29
Changes to Kconfig and matching defconfig files
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5085 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-04 14:43:56 +00:00
patacongo
d593a95d5a
Add support for multiple work queues
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5081 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-04 00:54:09 +00:00
px4dev
49addf7663
Config updates to match recent NuttX merge
2012-09-02 14:09:26 -07:00
px4dev
6576edb47e
Merge with trunk NuttX
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5079 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-02 12:17:16 -07:00
patacongo
1349b00b41
Fix workqueue assertion; STM32 power management
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5079 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-02 13:37:28 +00:00
patacongo
b2db45bee3
Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c to create symbol tables from CSV files
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5075 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-01 15:33:33 +00:00
patacongo
d1764ac57e
Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5074 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-09-01 00:26:37 +00:00
patacongo
0eb58dfb72
The content for uIP web server demo is no longer canned, but is not built dynameically (Thanks to Max Holtzberg)
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5073 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-31 23:05:51 +00:00
Lorenz Meier
1cebdf6fb2
Merge branch 'master' of github.com:PX4/Firmware
2012-08-31 21:06:30 +02:00
Lorenz Meier
c28c65a814
Adding led app
2012-08-31 21:06:22 +02:00
px4dev
63485b91b2
Kick the BMA180 driver mostly into shape. Still not reading data correctly.
2012-08-30 22:33:20 -07:00
patacongo
b121fbbb00
Add configurable application entry point
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5070 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-30 20:13:50 +00:00
patacongo
6ab6c46f2f
Add USB host support for the STM3240G-EVAL board
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5069 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-30 18:18:47 +00:00
patacongo
ea82ad4344
Remove documentation from defconfig files so that they are more maintainable
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5068 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-30 15:44:02 +00:00
px4dev
d0898cb947
Something approximating a driver for the L3GD20
2012-08-29 22:55:15 -07:00
px4dev
55fe5088be
enable the bma180 and l3gd20 drivers
2012-08-29 21:40:49 -07:00
patacongo
0abce6171e
The USB host driver has been verified on the STM32F4Discovery
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5067 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-29 19:38:53 +00:00
patacongo
24a61a9c47
Add USB host support to the STM32F4Discovery board
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5066 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-29 17:41:43 +00:00
patacongo
8e68b6f0af
Ooops... forgot to add lib_perror.c to the Make.defs file
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5062 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-28 19:43:42 +00:00
patacongo
f53d3ecc71
Add perror()
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5061 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-28 19:01:14 +00:00
px4dev
30b670a6ee
Merge branch 'NuttX/master'
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5060 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-28 09:43:37 -07:00
patacongo
bbe3db55f2
Add some protection to the priority inheritance logic when sem_post() is called from an interrupt handler
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5060 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-28 14:40:12 +00:00
px4dev
0bc9cfd0f9
Adjust PPM input timing to deal with FrSky's fairly sloppy CPPM implementation
2012-08-27 21:19:27 -07:00
patacongo
064743fe72
Some STM32 USB OTG FS driver fixes
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5059 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-27 22:27:03 +00:00
patacongo
ba1adb705f
Dequote Kconfig strings that may be used as components of a path
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5057 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-27 14:07:17 +00:00
Lorenz Meier
58b51743f2
Merge branch 'master' of github.com:PX4/Firmware into px4dev_new_driver_wip
2012-08-27 07:25:05 +02:00
px4dev
4636d41390
Because kconfig can't do arithmetic.
2012-08-26 18:16:31 -07:00
px4dev
e352171029
Pull configurations into line with current NuttX layout.
2012-08-26 17:56:46 -07:00
px4dev
22b390a9eb
Play with kconfig a bit. Not ready for use yet.
2012-08-26 17:56:11 -07:00
px4dev
e214981d11
Merge branch 'NuttX/master'
...
Conflicts:
apps/netutils/thttpd/thttpd_cgi.c
nuttx/Documentation/NuttX.html
nuttx/arch/8051/src/Makefile
nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c
nuttx/arch/avr/Kconfig
nuttx/arch/avr/src/atmega/atmega_lowinit.c
nuttx/arch/mips/Kconfig
nuttx/arch/z80/src/Makefile.sdcc
nuttx/configs/amber/README.txt
nuttx/configs/amber/hello/defconfig
nuttx/configs/avr32dev1/README.txt
nuttx/configs/avr32dev1/nsh/defconfig
nuttx/configs/avr32dev1/ostest/defconfig
nuttx/configs/c5471evm/README.txt
nuttx/configs/c5471evm/httpd/defconfig
nuttx/configs/c5471evm/nettest/defconfig
nuttx/configs/c5471evm/nsh/defconfig
nuttx/configs/c5471evm/ostest/defconfig
nuttx/configs/compal_e88/nsh_highram/defconfig
nuttx/configs/compal_e99/nsh_compalram/defconfig
nuttx/configs/compal_e99/nsh_highram/defconfig
nuttx/configs/demo9s12ne64/README.txt
nuttx/configs/demo9s12ne64/ostest/defconfig
nuttx/configs/ea3131/nsh/defconfig
nuttx/configs/ea3131/ostest/defconfig
nuttx/configs/ea3131/pgnsh/defconfig
nuttx/configs/ea3131/usbserial/defconfig
nuttx/configs/ea3131/usbstorage/defconfig
nuttx/configs/ea3152/ostest/defconfig
nuttx/configs/eagle100/README.txt
nuttx/configs/eagle100/httpd/defconfig
nuttx/configs/eagle100/nettest/defconfig
nuttx/configs/eagle100/nsh/defconfig
nuttx/configs/eagle100/nxflat/defconfig
nuttx/configs/eagle100/ostest/defconfig
nuttx/configs/eagle100/thttpd/defconfig
nuttx/configs/ekk-lm3s9b96/README.txt
nuttx/configs/ekk-lm3s9b96/nsh/defconfig
nuttx/configs/ekk-lm3s9b96/ostest/defconfig
nuttx/configs/ez80f910200kitg/ostest/defconfig
nuttx/configs/ez80f910200zco/dhcpd/defconfig
nuttx/configs/ez80f910200zco/httpd/defconfig
nuttx/configs/ez80f910200zco/nettest/defconfig
nuttx/configs/ez80f910200zco/nsh/defconfig
nuttx/configs/ez80f910200zco/ostest/defconfig
nuttx/configs/ez80f910200zco/poll/defconfig
nuttx/configs/hymini-stm32v/README.txt
nuttx/configs/hymini-stm32v/buttons/defconfig
nuttx/configs/hymini-stm32v/nsh/defconfig
nuttx/configs/hymini-stm32v/nsh2/defconfig
nuttx/configs/hymini-stm32v/nx/defconfig
nuttx/configs/hymini-stm32v/nxlines/defconfig
nuttx/configs/hymini-stm32v/usbserial/defconfig
nuttx/configs/hymini-stm32v/usbstorage/defconfig
nuttx/configs/kwikstik-k40/README.txt
nuttx/configs/kwikstik-k40/ostest/defconfig
nuttx/configs/lincoln60/README.txt
nuttx/configs/lincoln60/nsh/defconfig
nuttx/configs/lincoln60/ostest/defconfig
nuttx/configs/lm3s6432-s2e/README.txt
nuttx/configs/lm3s6432-s2e/nsh/defconfig
nuttx/configs/lm3s6432-s2e/ostest/defconfig
nuttx/configs/lm3s6965-ek/README.txt
nuttx/configs/lm3s6965-ek/nsh/defconfig
nuttx/configs/lm3s6965-ek/nx/defconfig
nuttx/configs/lm3s6965-ek/ostest/defconfig
nuttx/configs/lm3s8962-ek/README.txt
nuttx/configs/lm3s8962-ek/nsh/defconfig
nuttx/configs/lm3s8962-ek/nx/defconfig
nuttx/configs/lm3s8962-ek/ostest/defconfig
nuttx/configs/lpc4330-xplorer/README.txt
nuttx/configs/lpc4330-xplorer/nsh/defconfig
nuttx/configs/lpc4330-xplorer/ostest/defconfig
nuttx/configs/lpcxpresso-lpc1768/README.txt
nuttx/configs/lpcxpresso-lpc1768/dhcpd/defconfig
nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
nuttx/configs/lpcxpresso-lpc1768/nx/defconfig
nuttx/configs/lpcxpresso-lpc1768/ostest/defconfig
nuttx/configs/lpcxpresso-lpc1768/thttpd/defconfig
nuttx/configs/lpcxpresso-lpc1768/usbstorage/defconfig
nuttx/configs/m68332evb/defconfig
nuttx/configs/mbed/README.txt
nuttx/configs/mbed/hidkbd/defconfig
nuttx/configs/mbed/nsh/defconfig
nuttx/configs/mcu123-lpc214x/README.txt
nuttx/configs/mcu123-lpc214x/composite/defconfig
nuttx/configs/mcu123-lpc214x/nsh/defconfig
nuttx/configs/mcu123-lpc214x/ostest/defconfig
nuttx/configs/mcu123-lpc214x/usbserial/defconfig
nuttx/configs/mcu123-lpc214x/usbstorage/defconfig
nuttx/configs/micropendous3/README.txt
nuttx/configs/micropendous3/hello/defconfig
nuttx/configs/mirtoo/README.txt
nuttx/configs/mirtoo/nsh/defconfig
nuttx/configs/mirtoo/nxffs/defconfig
nuttx/configs/mirtoo/ostest/defconfig
nuttx/configs/mx1ads/ostest/defconfig
nuttx/configs/ne64badge/README.txt
nuttx/configs/ne64badge/ostest/defconfig
nuttx/configs/ntosd-dm320/nettest/defconfig
nuttx/configs/ntosd-dm320/nsh/defconfig
nuttx/configs/ntosd-dm320/ostest/defconfig
nuttx/configs/ntosd-dm320/poll/defconfig
nuttx/configs/ntosd-dm320/thttpd/defconfig
nuttx/configs/ntosd-dm320/udp/defconfig
nuttx/configs/ntosd-dm320/uip/defconfig
nuttx/configs/nucleus2g/README.txt
nuttx/configs/nucleus2g/nsh/defconfig
nuttx/configs/nucleus2g/ostest/defconfig
nuttx/configs/nucleus2g/usbserial/defconfig
nuttx/configs/nucleus2g/usbstorage/defconfig
nuttx/configs/olimex-lpc1766stk/README.txt
nuttx/configs/olimex-lpc1766stk/ftpc/defconfig
nuttx/configs/olimex-lpc1766stk/hidkbd/defconfig
nuttx/configs/olimex-lpc1766stk/nettest/defconfig
nuttx/configs/olimex-lpc1766stk/nsh/defconfig
nuttx/configs/olimex-lpc1766stk/nx/defconfig
nuttx/configs/olimex-lpc1766stk/ostest/defconfig
nuttx/configs/olimex-lpc1766stk/slip-httpd/defconfig
nuttx/configs/olimex-lpc1766stk/thttpd/defconfig
nuttx/configs/olimex-lpc1766stk/usbserial/defconfig
nuttx/configs/olimex-lpc1766stk/usbstorage/defconfig
nuttx/configs/olimex-lpc1766stk/wlan/defconfig
nuttx/configs/olimex-lpc2378/nsh/defconfig
nuttx/configs/olimex-lpc2378/ostest/defconfig
nuttx/configs/olimex-stm32-p107/nsh/defconfig
nuttx/configs/olimex-stm32-p107/ostest/defconfig
nuttx/configs/olimex-strp711/nettest/defconfig
nuttx/configs/olimex-strp711/nsh/defconfig
nuttx/configs/olimex-strp711/ostest/defconfig
nuttx/configs/pcblogic-pic32mx/README.txt
nuttx/configs/pcblogic-pic32mx/nsh/defconfig
nuttx/configs/pcblogic-pic32mx/ostest/defconfig
nuttx/configs/pic32-starterkit/README.txt
nuttx/configs/pic32-starterkit/nsh/defconfig
nuttx/configs/pic32-starterkit/nsh2/defconfig
nuttx/configs/pic32-starterkit/ostest/defconfig
nuttx/configs/pic32mx7mmb/README.txt
nuttx/configs/pic32mx7mmb/nsh/defconfig
nuttx/configs/pic32mx7mmb/ostest/defconfig
nuttx/configs/pjrc-8051/defconfig
nuttx/configs/qemu-i486/nsh/defconfig
nuttx/configs/qemu-i486/ostest/defconfig
nuttx/configs/rgmp/arm/default/defconfig
nuttx/configs/rgmp/arm/nsh/defconfig
nuttx/configs/rgmp/x86/default/defconfig
nuttx/configs/rgmp/x86/nsh/defconfig
nuttx/configs/sam3u-ek/README.txt
nuttx/configs/sam3u-ek/knsh/defconfig
nuttx/configs/sam3u-ek/nsh/defconfig
nuttx/configs/sam3u-ek/nx/defconfig
nuttx/configs/sam3u-ek/ostest/defconfig
nuttx/configs/sam3u-ek/touchscreen/defconfig
nuttx/configs/sim/mount/defconfig
nuttx/configs/sim/nettest/defconfig
nuttx/configs/sim/nsh/defconfig
nuttx/configs/sim/nsh2/defconfig
nuttx/configs/sim/nx/defconfig
nuttx/configs/sim/nx11/defconfig
nuttx/configs/sim/nxffs/defconfig
nuttx/configs/sim/nxwm/defconfig
nuttx/configs/sim/ostest/defconfig
nuttx/configs/sim/pashello/defconfig
nuttx/configs/sim/touchscreen/defconfig
nuttx/configs/skp16c26/ostest/defconfig
nuttx/configs/stm3210e-eval/Kconfig
nuttx/configs/stm3210e-eval/README.txt
nuttx/configs/stm3210e-eval/RIDE/defconfig
nuttx/configs/stm3210e-eval/buttons/defconfig
nuttx/configs/stm3210e-eval/composite/defconfig
nuttx/configs/stm3210e-eval/nsh/defconfig
nuttx/configs/stm3210e-eval/nsh2/defconfig
nuttx/configs/stm3210e-eval/nx/defconfig
nuttx/configs/stm3210e-eval/nxconsole/defconfig
nuttx/configs/stm3210e-eval/nxlines/defconfig
nuttx/configs/stm3210e-eval/nxtext/defconfig
nuttx/configs/stm3210e-eval/ostest/defconfig
nuttx/configs/stm3210e-eval/pm/defconfig
nuttx/configs/stm3210e-eval/src/up_idle.c
nuttx/configs/stm3210e-eval/usbserial/defconfig
nuttx/configs/stm3210e-eval/usbstorage/defconfig
nuttx/configs/stm3220g-eval/Kconfig
nuttx/configs/stm3220g-eval/README.txt
nuttx/configs/stm3220g-eval/dhcpd/defconfig
nuttx/configs/stm3220g-eval/include/board.h
nuttx/configs/stm3220g-eval/nettest/defconfig
nuttx/configs/stm3220g-eval/nsh/defconfig
nuttx/configs/stm3220g-eval/nsh2/defconfig
nuttx/configs/stm3220g-eval/nxwm/defconfig
nuttx/configs/stm3220g-eval/ostest/defconfig
nuttx/configs/stm3220g-eval/src/Makefile
nuttx/configs/stm3220g-eval/src/stm3220g-internal.h
nuttx/configs/stm3220g-eval/src/up_boot.c
nuttx/configs/stm3220g-eval/src/up_nsh.c
nuttx/configs/stm3220g-eval/telnetd/defconfig
nuttx/configs/stm3240g-eval/Kconfig
nuttx/configs/stm3240g-eval/README.txt
nuttx/configs/stm3240g-eval/dhcpd/defconfig
nuttx/configs/stm3240g-eval/include/board.h
nuttx/configs/stm3240g-eval/nettest/defconfig
nuttx/configs/stm3240g-eval/nsh/defconfig
nuttx/configs/stm3240g-eval/nsh2/defconfig
nuttx/configs/stm3240g-eval/nxconsole/defconfig
nuttx/configs/stm3240g-eval/nxwm/defconfig
nuttx/configs/stm3240g-eval/ostest/defconfig
nuttx/configs/stm3240g-eval/telnetd/defconfig
nuttx/configs/stm32f4discovery/README.txt
nuttx/configs/stm32f4discovery/include/board.h
nuttx/configs/stm32f4discovery/nsh/defconfig
nuttx/configs/stm32f4discovery/nxlines/defconfig
nuttx/configs/stm32f4discovery/ostest/defconfig
nuttx/configs/stm32f4discovery/pm/defconfig
nuttx/configs/sure-pic32mx/README.txt
nuttx/configs/sure-pic32mx/nsh/defconfig
nuttx/configs/sure-pic32mx/ostest/defconfig
nuttx/configs/sure-pic32mx/usbnsh/defconfig
nuttx/configs/teensy/README.txt
nuttx/configs/teensy/hello/defconfig
nuttx/configs/teensy/nsh/defconfig
nuttx/configs/teensy/src/up_spi.c
nuttx/configs/teensy/usbstorage/defconfig
nuttx/configs/twr-k60n512/README.txt
nuttx/configs/twr-k60n512/nsh/defconfig
nuttx/configs/twr-k60n512/ostest/defconfig
nuttx/configs/ubw32/README.txt
nuttx/configs/ubw32/nsh/defconfig
nuttx/configs/ubw32/ostest/defconfig
nuttx/configs/us7032evb1/nsh/defconfig
nuttx/configs/us7032evb1/ostest/defconfig
nuttx/configs/vsn/README.txt
nuttx/configs/vsn/nsh/defconfig
nuttx/configs/xtrs/nsh/defconfig
nuttx/configs/xtrs/ostest/defconfig
nuttx/configs/xtrs/pashello/defconfig
nuttx/configs/z16f2800100zcog/ostest/defconfig
nuttx/configs/z16f2800100zcog/pashello/defconfig
nuttx/configs/z80sim/nsh/defconfig
nuttx/configs/z80sim/ostest/defconfig
nuttx/configs/z80sim/pashello/defconfig
nuttx/configs/z8encore000zco/ostest/defconfig
nuttx/configs/z8f64200100kit/ostest/defconfig
2012-08-26 16:26:39 -07:00
patacongo
fe493d8bb8
Fix some list handling associated with priority inheritance
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5053 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-26 21:35:14 +00:00
px4dev
60311a3778
We aren't using counting semaphores with multiple holders, and enabling this setting causes bad things to happen in some cases, so turn it off again.
2012-08-26 03:30:20 -07:00
px4dev
3df82e51b8
Defconfig tweak that might? be required.
2012-08-25 19:30:20 -07:00
Lorenz Meier
8eeba595ee
Improved param load / store text feedback, ported sensors app to new driver model, ready for merge and test
2012-08-25 19:16:12 +02:00
Lorenz Meier
a1b99a3f03
Kicked out mix_and_link, deleted old MPU driver, disabled (still needed for reference) old HMC and MS5611 drivers. Removed driver init from up_nsh.c. Reworked fixedwing_control to be closer to up-to-date api, still more clean up needed. Fixed a bug that limited the motor thrust for multirotor control
2012-08-24 11:40:42 +02:00
px4dev
bcee27c6cc
Turn off the stock AT24xx EEPROM driver; we are going to use our own.
2012-08-23 23:03:13 -07:00
patacongo
2ac3898301
Lots of defconfig changes for compatibility with the configuration tool
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5050 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-23 22:46:36 +00:00
Lorenz Meier
b378f7ecd9
Merge branch 'px4dev_new_param' of github.com:PX4/Firmware into px4dev_new_param
2012-08-23 07:44:38 +02:00
Lorenz Meier
72d9db9875
Merge branch 'master' of github.com:PX4/Firmware into px4dev_new_param
2012-08-23 07:44:24 +02:00
px4dev
92594ba76a
Hack bus reset support into the old-style hmc5883 driver.
2012-08-22 22:26:09 -07:00
px4dev
0f74d08960
I2C configuration options to support up_i2creset
2012-08-22 22:25:45 -07:00
px4dev
e0a9024b64
Add some simple interrupt latency tracking.
2012-08-22 16:56:52 -07:00
patacongo
b2fb8996ac
STM32 USB OTG FS host driver update (almost done)
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5046 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-22 18:13:04 +00:00
patacongo
9ab1bb8a53
PM update
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5045 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-22 12:27:05 +00:00
patacongo
451e17f183
Several more bug fixes for STM32 OTG FS host driver
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5044 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-21 20:14:42 +00:00
Lorenz Meier
3a9f34b233
Merge branch 'master' of github.com:PX4/Firmware into px4dev_new_param
2012-08-21 20:18:31 +02:00
px4dev
228fbb975a
New-style driver for the HMC5883 on I2C.
2012-08-21 01:09:03 -07:00
patacongo
f58b0085d7
Changes for good auto-configuration of Micropendous3 board
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5041 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-20 16:14:57 +00:00
patacongo
27bd0bbee4
Changes for clean STM32 USB host driver build
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5040 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-20 16:06:39 +00:00
patacongo
6211f4726e
CONFIG_DRAM_END configuration change from Richard Cochran
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5038 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-20 12:44:15 +00:00
patacongo
c3f866cc2c
Progress on STM32 OTG FS host driver
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5037 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-20 00:57:14 +00:00
Lorenz Meier
e28af802ce
Merge branch 'master' into px4dev_new_param
2012-08-19 17:08:48 +02:00
Lorenz Meier
9b239bc001
fixed typo, removed deamon example from default build
2012-08-19 16:43:51 +02:00
Lorenz Meier
86ed36579a
Updated ROMFS scrips, created new ardrone_interface to jointly use multirotor_att_control on all multirotors, including AR.Drone frames
2012-08-19 16:32:54 +02:00
Lorenz Meier
dae0b922f1
Added deamon example, reworked / merged multirotor attitude control. Ready for AR.Drone interface changes and integration tests
2012-08-19 15:52:59 +02:00
Lorenz Meier
85bc4f683a
Cleaned up position control (WIP), moved PID structs (should become classes) to systemlib, added deamon app example
2012-08-19 11:29:07 +02:00
px4dev
a86974e3e3
Hand over control of the onboard EEPROM to the NuttX I2C EEPROM driver and NXFFS.
2012-08-19 01:31:27 -07:00
px4dev
7b4b3f7bf7
Kill off the old EEPROM driver's support for the on-board parameter EEPROM.
2012-08-19 01:31:26 -07:00
px4dev
cd8a085e00
Support for a __param section in which we can put parameter things.
2012-08-19 01:31:26 -07:00
Lorenz Meier
dcf71d5f69
Merge branch 'master' of github.com:PX4/Firmware
2012-08-19 08:38:14 +02:00
Lorenz Meier
23ae096911
Added simple, but complete code example
2012-08-19 08:38:01 +02:00
px4dev
8477754411
Share the PX4IO protocol header, such as it is, between the two apps.
...
Stop using systemlib in the PX4IO firmware; it has expectations that can't reasonably be met.
2012-08-18 22:56:04 -07:00
patacongo
ba31404b97
Move duplicate LCD orieations settings from configs/*/Kconfig to drivers/lcd/Kconfig
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5036 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-18 22:57:17 +00:00
patacongo
e207f076c9
Auto-configuration updates from Richard Cochran
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5032 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-17 14:07:48 +00:00
Lorenz Meier
73286f3262
Minor tweaks and command parsing debugging
2012-08-16 20:57:38 +02:00
patacongo
5a8984c800
A little more STM32 USB host logic
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5029 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-15 22:13:50 +00:00
patacongo
dd681d7fff
Some repartitioning of STM32 functionality to better support a USB host driver
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5028 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-15 17:58:54 +00:00
px4dev
735f8ffa3d
Config tweaks to enable the new-style ms5611 driver.
2012-08-14 00:07:19 -07:00
px4dev
3c5bb3f57c
New-style driver for the MPU6000.
2012-08-13 23:51:24 -07:00
Lorenz Meier
a9d8a324bc
Indendation fixes
2012-08-13 22:12:38 +02:00
Lorenz Meier
1d029b01fe
First initial revision of ACC driver and gyro
2012-08-13 22:10:03 +02:00
patacongo
d5c4c4da8d
Fix bad AVR C++ include paths; remove stray typo from ctypes.h
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5024 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-13 14:02:06 +00:00
px4dev
24688ae7f9
Merge branch 'NuttX/master'
2012-08-11 12:03:04 -07:00
px4dev
6c4aadedf4
Switch back from max performance to size as the default optimization level. Individual modules can still override this if they need to.
2012-08-11 11:45:59 -07:00
patacongo
850df30e06
Drop STM32 F2/4 SDIO clock from 24 to 16 MHz. Seems to fix SD accesses on STM3240G-EVAL
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5020 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-10 22:42:46 +00:00
patacongo
35451abdd7
Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5018 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-10 17:07:02 +00:00
px4dev
67e0f8b179
Rework the mixer architecture based on discussions about arbitrary geometry mixing and plugins.
...
Now the mixer is a C++ library that can be fairly easily bolted into an output driver to provide mixing services.
Teach the FMU driver how to use it as an example. More testing is still required.
2012-08-10 00:30:40 -07:00
patacongo
ddaa72597b
STM32 CAN TX/RX pins reversed; inconsistent conditional compilation
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5017 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-08 23:23:15 +00:00
Lorenz Meier
7a912a3fe4
Minor but important fixes across system
2012-08-08 18:47:46 +02:00
Lorenz Meier
e9af999dc6
Introduced multirotor control
2012-08-07 23:15:04 +02:00
px4dev
cd3a49c3a2
This file is automatically generated and should not be checked in.
2012-08-05 16:31:31 -07:00
px4dev
c513f5ade8
Adjust some scaling factors for more precise PWM output.
2012-08-05 16:31:04 -07:00
px4dev
145a6c4c49
Work in progress; standard mixer API and utility
2012-08-05 14:13:33 -07:00
Lorenz Meier
96b348af9f
Minor fixes to HMC driver, mag calibration done
2012-08-05 22:51:31 +02:00
patacongo
fca1ea81db
I learned how to spell PSEUDO
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5010 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-05 17:44:11 +00:00
Lorenz Meier
139cd09176
Faster sensor bus resets on timeouts, massively reworked fixed wing app, tested
2012-08-05 15:56:24 +02:00
px4dev
8a365179ea
Fresh import of the PX4 firmware sources.
2012-08-04 15:12:36 -07:00
patacongo
606c031000
Improve capability to traverse inodes in the NuttX psuedo-filesystem; now returns statfs
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5005 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-03 22:04:14 +00:00
patacongo
fe26494ea8
STM32 PM update
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5003 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-03 15:15:28 +00:00
patacongo
7cf644f6a6
STM32 PM update
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5002 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-03 15:01:51 +00:00
patacongo
5c1574e66c
LPC43 update
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5001 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-03 14:57:30 +00:00
patacongo
a9ba8355fb
Fix syslog mutual exclusion and interrupt level logic
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4999 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-02 18:43:01 +00:00
patacongo
30e820d861
The initial SYLOG device logic was valiant but yet still not enough
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4998 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-02 17:09:25 +00:00
patacongo
6913926a96
Move RAMLOG driver to drivers/syslog; Add ability to output debug information to any character device or file
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4996 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-02 00:42:46 +00:00
patacongo
cb77f5961d
Add support for testing multiple ADC, PWM, and QE devices
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4993 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-30 16:51:43 +00:00
patacongo
a4f9a7805d
More board configurations updates
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4992 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-29 18:34:47 +00:00
patacongo
6c75c18bae
Review and update some board configurations
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4991 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-29 18:30:48 +00:00
patacongo
3f57f313a1
PM update; NSH extension to catch return values
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4987 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-28 15:18:26 +00:00
patacongo
0464a6d9be
PM update
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4986 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-27 23:31:10 +00:00
patacongo
25e9fa05c7
STM32F4Discovery configuration clean-up
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4985 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-27 21:08:56 +00:00
patacongo
cdc05213b8
Add support for PIC32MX1/2 ANSEL register; Mirtoo NXFFS configuration now uses the Pinquino toolchain by default:
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4984 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-27 17:25:35 +00:00
patacongo
30cabc02d4
PM updates (missed last night)
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4983 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-27 13:32:21 +00:00
patacongo
9b7cbb006a
PM update
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4982 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-27 00:14:38 +00:00
patacongo
6ea6b7d6b8
Add SSD1783 LCD driver for C155 phone
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4981 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-26 23:04:36 +00:00
patacongo
94b6f9e9cc
Mostly cosmetic updates
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4980 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-26 20:38:46 +00:00
patacongo
7e70b4bdf6
PGA11x driver belongs in analog/ not input/
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4978 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-25 18:58:45 +00:00
patacongo
cf48e3c73f
Add support for the TI PGA11x amplifier/multiplexer
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4977 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-25 18:41:10 +00:00
patacongo
ca8620083e
Add PM support for the STM32F4Discovery -- still a work in progress
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4976 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-25 13:35:36 +00:00
patacongo
d7280d4382
Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeed
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4975 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-24 22:56:36 +00:00
patacongo
393b2646c2
Remove BOTHER
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4972 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-24 15:10:21 +00:00
patacongo
464f8d822b
LP43xx SPIFI MTD driver update
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4971 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-23 20:08:56 +00:00
patacongo
1e15a6d1cf
Baud definitions (B9600 for example) are again encoded; Now supports the BOTHER settings which allows specifying the baud via c_ispeed and c_ospeed termios fields
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4970 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-23 15:37:13 +00:00
patacongo
fce36677c1
Loosen up termios interfaces to allow more flexible baud settings; remove AIX-like interfaces of last check-in
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4969 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-22 18:56:50 +00:00
patacongo
dfa161e3c2
Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modbus; Add new termios APIs
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4964 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-21 21:23:18 +00:00
patacongo
358240268d
Add FreeModBus to NuttX build system
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4962 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-21 15:33:53 +00:00
patacongo
11774cfb20
Add completed but untested support for RS-485 on the LPC43xx
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4959 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-20 18:32:16 +00:00
patacongo
3dd3e950cb
Add infrastructure to support RS-485 on the LPC43xx (logic still incomplete)
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4958 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-20 16:58:39 +00:00
patacongo
3f48ca481b
Fix some questionable MAC addresses
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4956 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-19 22:32:19 +00:00
patacongo
9dd0adc100
Update driver to work with and external SPIFI library (vs. ROM)
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4952 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-18 21:04:15 +00:00
patacongo
bc3cb304a0
Create an MTD driver for SPIFI
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4951 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-18 18:38:49 +00:00
patacongo
36009cb960
Drop SPIFI frequency.. spifi_init no longer reports errors
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4950 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-17 22:03:50 +00:00
patacongo
2224c2734a
Add logic to initialize the LPC43xx SPIFI device
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4949 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-17 20:02:57 +00:00
patacongo
0f1567878c
Header file clean-up
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4948 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-17 03:58:11 +00:00
patacongo
e5455995a6
STM32: Add logic to attach the RTC alarm EXTI interrupt
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4947 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-17 00:22:48 +00:00
patacongo
919354a96a
Fix LPC43xx clocking bugs; LPC43xx now runs at 204MHz
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4946 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-16 21:25:29 +00:00
patacongo
6cffd422b8
Fix an error in LPC43xx clock configuratin that can cause fail to boot
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4945 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-16 19:16:57 +00:00
patacongo
1faee63c00
PM update
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4941 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-14 19:38:14 +00:00
patacongo
4ea9aa3ff1
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4940 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-14 19:30:31 +00:00
patacongo
876ffbd29f
Calibrate lpc4330-xplorer delay loops
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4939 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-13 16:28:49 +00:00
patacongo
397386eb8a
Implement basic SPIFI block driver for the LPC43xx (doesn't work)
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4938 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-13 16:03:13 +00:00
patacongo
91e5d3ac52
Prep for release 6.20
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4937 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-12 17:57:31 +00:00
patacongo
4b6da20666
Get the STM3220G-EVAL nsh2 configuration to compile
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4936 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-12 16:11:43 +00:00
patacongo
6b84965af5
STM32: remove pm_unregister buttons. Initialize PM buttons only once
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4935 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-12 14:12:18 +00:00
patacongo
06ba1fbc62
Make PM button logic configurable
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4934 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-12 12:38:11 +00:00
patacongo
d2be14e291
PM: Needs to set newstate to NORMAL when awakening from stop mode
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4933 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-11 23:26:27 +00:00
patacongo
4f1e53b492
PM update
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4932 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-11 23:21:16 +00:00
patacongo
a4426d194e
LPC43 Need to use fractional dividers to get the low-level UART BAUD correct
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4931 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-11 20:58:47 +00:00
patacongo
e78472258f
Add an NSH configuration for the LPC43xx
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4930 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-11 18:52:59 +00:00
patacongo
530aad2321
LP43xx... disable debug traps on hardfaults
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4929 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-11 15:56:12 +00:00
patacongo
5080f4069e
Kconfig update
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4927 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-10 22:27:51 +00:00
patacongo
ee57207deb
LPC43xx fix: Logic was disabling XTAL, not enabling it
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4924 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-10 16:10:38 +00:00
patacongo
f756e3a738
More updated LPC4300 scripts and README files
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4923 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-09 20:55:31 +00:00
patacongo
b3b69f16eb
Update to LPC4330 scripts and README
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4922 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-09 18:12:22 +00:00
patacongo
862e934f6b
Update3 LPC4330 README files
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4921 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-09 13:15:44 +00:00
patacongo
28947f6f72
Add support to the LPC4330-Xplorer port for the Code Red toolchain
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4920 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-08 22:28:39 +00:00
patacongo
266f29b3a1
Add a generic GCC stdarg.h header file
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4919 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-08 14:50:43 +00:00
patacongo
02b7f86536
Finishes LPC43xx uart bard configuration; LPC43 is ready to begin testing
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4918 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-07 17:36:31 +00:00
patacongo
341cdd5c22
Straighten out LPC32 UART clocking (still some baud calculation issues)
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4917 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-07 15:29:13 +00:00
patacongo
114f377d60
Add LPC43 GPIO configurtion logic
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4912 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-06 14:50:43 +00:00
patacongo
e7556608da
Add LPC43 clock initialization logic
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4910 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-05 22:38:12 +00:00
patacongo
66f63ed1f3
STM32 PM update
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4908 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-04 23:19:59 +00:00
patacongo
cc30d1b9de
Fix a optimization related problem in the LM3S
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4907 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-04 22:11:31 +00:00
patacongo
f9520e4ffa
More LPC43xx logic
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4906 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-04 22:03:00 +00:00
patacongo
8cea749617
Progress of LPC43xx build environment
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4904 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-04 17:59:16 +00:00
patacongo
3e4887e660
Clean up LPC43 USART vs UART naming
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4903 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-04 14:19:49 +00:00
patacongo
8b886b98d9
LMS3 and PM update
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4902 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-04 00:06:25 +00:00
patacongo
05b3e348f4
Add LPC32xx CAN header file; Add configuration for the NXP LP4330-Xplorer board
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4901 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-03 22:42:27 +00:00
patacongo
47cdee5e4a
LM3S9B96 update
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4899 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-07-02 23:32:08 +00:00
patacongo
5e020c2e52
PM Update; add configs//ekk-lm3s9b96
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4888 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-30 00:53:54 +00:00
patacongo
143b35eab7
Add a configuration for the Micromint Lincoln60 LPC1769 board
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4886 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-29 19:35:28 +00:00
patacongo
1b0a8ced06
Adding LPC43xx header files
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4881 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-28 15:53:52 +00:00
patacongo
314a7cbabc
ST3210E-EVAL: Add power management configuration
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4880 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-28 01:13:02 +00:00
patacongo
5a86af642e
ST3210E-EVAL: Add power management configuration; move all linker scripts to common files
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4879 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-28 00:48:00 +00:00
patacongo
0e3afd21b0
The SST25 driver now works with SST25 (at least using the slow write mode)
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4875 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-27 15:35:35 +00:00
patacongo
1a1acf6b7c
Mirtoo README.txt and SST25 comments update
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4874 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-27 00:03:05 +00:00
patacongo
9be225d32d
Add logic to un-protect blocks to the SST25 driver
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4873 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-26 23:23:08 +00:00
patacongo
b96e5cf7f7
Mirtoo: Switch to SPI mode 1
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4872 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-26 18:58:52 +00:00
patacongo
4ba6eec999
Add NXFFS configuration for Mirtoo
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4871 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-26 17:13:16 +00:00
patacongo
7ec3df6877
Add a driver for SST 25 FLASH
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4868 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-25 21:21:08 +00:00
patacongo
1301f3da90
Add support for the Penguino mips-elf toolchain for PIC32
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4866 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-23 16:41:32 +00:00
patacongo
22c2af3274
Add a Mirtoo NSH configuration; move all Mirtoo linker scripts to a common directory
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4865 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-22 21:28:15 +00:00
patacongo
268286b979
Add support for the microchipOpen toolchain
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4864 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-22 18:58:24 +00:00
patacongo
cc329b27ce
Enable LEDs on Mirtoo board
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4863 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-22 18:35:25 +00:00
patacongo
bafac89166
Mirtoo update
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4862 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-22 12:57:26 +00:00
patacongo
98cd413b88
Change Mirtoo default UART to UART1; updates so that Mirtoo can be built on Linux
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4861 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-22 12:42:01 +00:00
patacongo
2d1f373177
Mirtoo update
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4860 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-21 20:44:55 +00:00
patacongo
feda593289
RGMP NSH configuration fixes; Move strerror strings to FLASH
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4859 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-21 17:01:49 +00:00
patacongo
c1c60ad207
More updates for PIC32 MX1/2 device configuration bits
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4857 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-20 22:29:32 +00:00
patacongo
a5f5b07158
Set Mirtoo clock configuration
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4856 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-20 20:27:00 +00:00
patacongo
524b08c3fc
Updates to support the Mirtoo internal clocking
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4855 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-20 19:29:20 +00:00
patacongo
a81c274be8
PIC32MX1/2 pin selection logic; Mirtoo LEDs, SPI2, and UART2 configuration
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4853 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-20 17:37:20 +00:00
patacongo
048a62dba9
Add a configuration to support the Mirtoo module
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4852 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-20 00:04:56 +00:00
patacongo
3611ea2855
STM32 power management update
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4848 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-18 14:45:34 +00:00
patacongo
a27028feab
NFS just finished a major weight reduction program
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4838 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-14 00:47:42 +00:00
patacongo
84feda595c
Fix a divide-by-zero error in the trapezoid drawing logic
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4807 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-06 18:07:49 +00:00
patacongo
b2365bb867
PIC32MX7 MMB touchscreen driver update
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4806 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-06 16:10:45 +00:00
patacongo
4c222bcab1
Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabled
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4805 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-06 01:44:57 +00:00
patacongo
930b5b836c
Add an ADC-based touchscreen driver for the PIC32MX7 MMB board
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4804 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-05 19:45:01 +00:00
patacongo
7da38c9dad
The PIC32MX7 MMB's mio832qt2 LCD is functional
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4803 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-04 20:36:18 +00:00
patacongo
48f2d672f0
Add support for the MIO283QT2 LCD
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4802 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-04 18:45:48 +00:00
patacongo
2d80d4285e
PIC32 USB mass storage device works; USB and MSC are now enabled by default in the PIC32MX7 MMB configuration
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4801 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-03 20:05:44 +00:00
patacongo
df97ce92a4
SD on Sure board should work in SPI mode2 as well
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4800 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-03 17:49:11 +00:00
patacongo
ad5395c160
SD card now works on the PIC32MX7 MMB board
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4799 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-03 16:09:59 +00:00
patacongo
385b362b66
Correct naming of PIC32MX7MMB SPI initialization function
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4798 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-02 21:11:36 +00:00
patacongo
dc1b82ed5d
Add SD card support to the PIC32MX7 MMB board; Add regiser level debug instrumentatin for the PIC32 SPI driver
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4797 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-02 17:57:39 +00:00
patacongo
e02ce9e19d
Fix PHY address search; NFS update
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4796 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-01 23:12:17 +00:00
patacongo
1f961d132d
Add an NSH configuration for the Mikroelektronika PIC32MX7 MMB board
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4795 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-01 20:20:08 +00:00
patacongo
f9cff8fcc2
Fix device configuration... now Mikroelektronika PIC32MX7 MMB board works.
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4794 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-01 19:07:17 +00:00
patacongo
ec313115e0
In 16-bit address mode, FSMC_A16 corresponds to address bit 17
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4789 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-30 21:15:21 +00:00
patacongo
eb4f77ce2b
Fix error in NxWM makefile that creapt in with recent check-ins
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4787 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-30 16:52:56 +00:00
patacongo
0d0e60676a
Need to enable USB reset interrupt
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4784 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-29 22:20:52 +00:00
patacongo
5a87fd158b
A little more cleanup after the big STMPE11->811 name change
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4783 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-29 01:43:51 +00:00
patacongo
5e0db56108
Massive naming fix: STMPE11->STMPE811
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4782 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-29 00:54:22 +00:00
patacongo
e6456b5d95
More STM3220G-EVAL fixes; Add NxWM configuration for the STM3220G-EVAL
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4780 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-28 22:17:36 +00:00
patacongo
2957b15317
Bring STM3220G-EVAL board configurations to same level as STM3240G-EVAL
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4779 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-28 19:48:26 +00:00
patacongo
5da1320789
Update all STM32 F2 files so that they are the same as the corresponding F4 files
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4778 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-28 18:10:41 +00:00
patacongo
4bba15ad81
SSD1289 fixes
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4776 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-28 13:17:22 +00:00
patacongo
516a0a7adb
Add support for the USB trace cability in NSH when a USB console is used
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4774 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-26 18:05:26 +00:00
patacongo
7b37a5a7ba
remove a warning
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4773 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-26 02:34:34 +00:00
patacongo
983e72ea39
Fix packet size calculation in CDC/ACM and PL2303 USB serial drivers
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4771 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-25 22:10:40 +00:00
patacongo
e7f5bd322f
Fix conditional compilation in STM32 quadrature encoder
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4770 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-25 13:27:21 +00:00
patacongo
e856796371
Add STM32F4Discovery support for an SSD1289-based LCD
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4769 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-24 21:31:24 +00:00
patacongo
5315932882
Add generic SSD1289 LCD driver
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4768 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-24 15:45:46 +00:00
patacongo
8fc98459c3
Various improvements to NxWM hex calculator display
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4767 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-23 12:53:57 +00:00
patacongo
55c75c6ba0
Update STM3240G-EVAL defconfig to support NxConsole keyboard input; increase spacing of icons on the start window
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4765 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-23 01:19:18 +00:00
patacongo
6563cc60d3
Hack for font background when we cannot read from the LCD; Candidate fix for ILI9325 LCD
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4763 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-22 23:49:15 +00:00
patacongo
232ce4e980
Prep for 6.18 release
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4751 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-19 15:26:38 +00:00
patacongo
2acf00c2cd
Final refactoring and implementation of delayed window deletion logic. Works worse now, but the changes are important and need to be checked in now
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4747 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-18 23:08:34 +00:00
patacongo
b231fb795e
NxWM: Add IApplicationFactory so that we can create multiple instances of applications; And, as a result of that, re-vamp entire threading model. this is now buggier than it was before
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4742 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-16 22:43:40 +00:00
patacongo
519ab1856f
Fix several compiler errors that occur when CONFIG_SCHED_ONEXIT is enabled; on_exit is now used in NxWM::NxConsole to close the window with the NSH session exits
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4738 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-15 00:45:14 +00:00
patacongo
383e7a0c97
Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wrong application
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4737 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-14 21:57:38 +00:00
patacongo
47125132ad
Calypso update from Denis Carkiki. Adds UWire driver and support for external memory in NuttX heap
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4733 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-14 00:22:31 +00:00