px4dev
|
d5da457e29
|
Fix PX4IO to run C++ static ctors
|
12 years ago |
Lorenz Meier
|
9e2076b4e4
|
Cleared last differences, ready for testing
|
12 years ago |
Lorenz Meier
|
8b8330a015
|
Reverted nuttx merge, back to master
|
12 years ago |
px4dev
|
3c865c7261
|
Build the mixer library for PX4IO as well
|
12 years ago |
px4dev
|
2a8ef50df4
|
A driver and shell command for the BlinkM I2C LED controller.
|
12 years ago |
px4dev
|
3e036e26c9
|
Disable the flow control signals for USART2/3, since we use them for other things.
|
12 years ago |
px4dev
|
7f22811afb
|
Fix <termios.h> for c++ use (cannot mark speed const)
|
12 years ago |
Lorenz Meier
|
d16d66f990
|
Enabled UART3, added JTAG make target for IO, removed potentially problematic usleep
|
12 years ago |
px4dev
|
e153476950
|
Config changes for PX4IO:
- enable USART3 for S.bus
- reduce the scheduling tick to 1ms
- disable RR scheduling
- reduce stdio buffer sizes (not used)
|
12 years ago |
px4dev
|
8c0c979655
|
Better sizing for PX4IO serial buffers.
|
12 years ago |
Lorenz Meier
|
cc1e0ef235
|
Removed old fixed wing control process
|
12 years ago |
Lorenz Meier
|
f88feceab6
|
Hotfix: Number of files pre process was causing uorb topics not to be published in MAVLink
|
12 years ago |
Lorenz Meier
|
4d6fb3a037
|
Added delay test to measure comm delays with a led / scope
|
12 years ago |
px4dev
|
1f2ad5029a
|
Improved termios support for the STM32 UART driver. Also add a little more termios processing to the generic serial layer. Implement FIONREAD.
|
12 years ago |
px4dev
|
adb04f632f
|
Local changes to match upstream changes.
|
12 years ago |
patacongo
|
1cb21ddcd1
|
A few more Windows native build fixes for eZ80
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5383 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
00f711cdf1
|
Move some PHY initialization logic for Darcy
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5382 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
cbf2eea7f0
|
A few more fixes for ez80 Windows Native build (still not enough)
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5381 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
27ec2129d7
|
/configs/stm32f4discovery/winbuild and configs/cloudctrl upated to use Mike's Toolchain.defs; Fix error introduced into tools/configure.sh
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5380 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
057c41d277
|
Big refactoring of toolchain definitions by Mike Smith
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5379 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
62432f165f
|
configs/cloudctrl and tools/prebuild.py from Darcy Gong
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5378 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
b665308a87
|
Update for ez80 Windows native build (still does not work)
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5377 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
90b0f6d2bc
|
Implement pause()
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5376 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
bd050bdf6b
|
Convert configs/ez80f910200kitg/RCS/ostest to use the newer mconf-based configuration
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5375 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
8c84369263
|
Change how UARTs are enabled for i.MX, M16C, and ez80 to make them compatible with other chips
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5374 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
f552862bb5
|
Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
2754c39e6e
|
0001-RS-485-support-for-STM32-serial-driver.patch from Freddi Chopin
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5371 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
7a68d93999
|
Fix typo introduced into many Makefiles with last changes
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5370 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
a98248b591
|
Fix typol in Config.mk that would effect non-Windows builds
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5369 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
Lorenz Meier
|
d006a3fe2d
|
Added onboard, receive-only MAVLink app for onboard UART networks
|
12 years ago |
patacongo
|
e7b122cc62
|
Finishes all Makefile file changes for Windows native clean
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5368 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
d4dca58d93
|
Most of the changes needed to support Windows native clean; distclean is has a problem
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5367 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
cc099195b8
|
Patches 7-9 from Petteri Aimonen
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5366 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
0ac67b46fb
|
Patches 4-6 from Petteri Aimonen
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5364 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
8b823f6bee
|
Mostly cosmetic build changes
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5362 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
da3dd04ea5
|
Changes from Mike
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5361 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
e24f408972
|
Mirtoo differences from Konstantin; File system fix from Lorenz Meier
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5360 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
afda776368
|
Fix various build-related typos
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5358 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
98c0270ede
|
More changes for Mike
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5357 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
2581506dfb
|
Move some (hopefully) un-necessary quotes in Makefiles for Mike
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
Lorenz Meier
|
1306008467
|
Fixed NuttX issue causing an assertion to trigger on unlinking / opening files
|
12 years ago |
Lorenz Meier
|
f803540415
|
Added preflight_check app which checks core system sensors, so far only mag
|
12 years ago |
patacongo
|
5bba2c1508
|
Simple window natives OS test build now works; Probabaly more to do for other configs; clean targets still have problems
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5355 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
2afceac487
|
Qencoder fixes from Ryan Sundberg
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5354 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
21f348544f
|
Kconfig updates from Freddie Chopin
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5353 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
7213ccf4de
|
More native build fixes -- still problems in apps/ directory
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5352 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
Lorenz Meier
|
47bf438661
|
Fixed ADC shutdown issue
|
12 years ago |
patacongo
|
372c7ce012
|
mkdeps.c: Oops MinGW does not have WEXITSTATUS; Now all of NuttX on native Windows WITH dependencies (still some link time problems).
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5350 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
693a7083ae
|
mkdeps.c: Fix some strtok logic; fix some system() return value check
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5349 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
patacongo
|
2e8ca5cb32
|
This is the new, top-level, redirecting Makefile
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5348 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |