aboutsummaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* Suppress annoying C++ ABI portability warningspx4dev2013-01-101-1/+2
| | | This suppresses an otherwise not useful warning when mixing C++ and va_list
* Remove more redundant CMSIS pieces from here.px4dev2013-01-071-8/+8
|
* Fix fallout from removing the spurious CMSISpx4dev2013-01-061-5/+0
|
* Merge commit '23e8d0b4675e1101a5dd38fa48f96ec3c13ca68b' into local/mathlibpx4dev2013-01-061-0/+1
|\ | | | | | | Fix the controllib test_params build.
| * Added kalman_demo. This is an attitude/position EKF example.jgoppert2013-01-061-3/+2
| |
| * Added control library to build.jgoppert2013-01-061-0/+3
| |
* | Merge James's controllib bits into a separate library module.px4dev2013-01-061-3/+5
| | | | | | | | Add a top-level mathlib header to avoid having to dig around for specific headers.
* | Move the math library pieces out of systemlib into mathlibpx4dev2013-01-061-0/+1
| |
* | Merge commit '4f3b17f53b120cd54112097f4217a90863013c1f' into local/mathlibpx4dev2013-01-062-8/+16
|\|
| * Added math library to build.jgoppert2013-01-062-8/+16
| |
* | Integrate the interesting parts of the CMSIS 3.01 (r3p1) DSP librarypx4dev2013-01-061-0/+3
|/
* Merged latest masterLorenz Meier2013-01-0611-16/+134
|\
| * Merge commit '375d3c14d742248b434c080527886a95ea1d563f'px4dev2013-01-061-9/+9
| |\
| | * increase the UART buffer sizes to 256Andrew Tridgell2013-01-061-9/+9
| | | | | | | | | | | | | | | | | | | | | The most critical one is the GPS serial port receive buffer size, which needs to be at least 128 to support the UBLOX protocol, but it seems a good idea for people running a FMU without a IO board to increase the UART buffer sizes generally
| * | Merge commit '920608bf3671662f94b4939ffdaf6fde2b08edff'px4dev2013-01-066-3/+103
| |\|
| | * added vdprintf() library functionAndrew Tridgell2013-01-055-1/+99
| | |
| | * serial: fixed up FIONREAD and FIONWRITEAndrew Tridgell2013-01-031-4/+12
| | | | | | | | | | | | the device ioctl returns -ENOTTY when it hasn't handled the command
| | * Add FIONWRITE to allow applications to sniff the amount of writable space on ↵px4dev2013-01-032-0/+25
| | | | | | | | | | | | a descriptor. Implement this for serial devices only.
| * | Merge commit '890b1ac0689984cb6bc4638cc2aa8ec869d14f91'px4dev2013-01-061-2/+6
| |\|
| | * build: cope better with absolute pathsAndrew Tridgell2013-01-021-2/+6
| | |
| * | Merge branch 'master' into #111-px4io-integrated-mixingpx4dev2013-01-062-2/+41
| |\ \ | | | | | | | | | | | | Fix a botched merge for #106 at the same time.
| * | | Fix PX4IO to run C++ static ctorspx4dev2012-12-292-1/+10
| | | |
| * | | Build the mixer library for PX4IO as wellpx4dev2012-12-272-1/+6
| | |/ | |/|
* | | Merge branch 'master' of github.com:PX4/Firmware into ↵Lorenz Meier2013-01-062-2/+41
|\ \ \ | | |/ | |/| | | | px4io-adc-integration-battery-msg
| * | Fix the handling of FIONREAD/FIONWRITE; thanks Tridge.px4dev2013-01-041-3/+17
| | |
| * | Add FIONWRITE to allow applications to sniff the amount of writable space on ↵px4dev2013-01-032-0/+25
| |/ | | | | | | a descriptor. Implement this for serial devices only.
* / kill off the NuttX ADC driver config; we're not going to use itpx4dev2012-12-313-23/+5
|/
* Merge pull request #90 from PX4/#89-BlinkM-driverpx4dev2012-12-011-0/+1
|\ | | | | BlinkM driver
| * A driver and shell command for the BlinkM I2C LED controller.px4dev2012-12-011-0/+1
| |
* | Merge pull request #75 from PX4/delay_testpx4dev2012-12-011-1/+1
|\ \ | | | | | | Added delay test to measure comm delays with a led / scope
| * | Added delay test to measure comm delays with a led / scopeLorenz Meier2012-11-271-1/+1
| | |
* | | Merge branch 'sbus' of https://github.com/PX4/Firmware into ↵px4dev2012-12-015-147/+385
|\ \ \ | | | | | | | | | | | | #61-px4io-spektrum-decoder
| * \ \ Merge remote-tracking branch 'origin/#61-px4io-spektrum-decoder' into sbusLorenz Meier2012-11-301-4/+6
| |\ \ \
| * | | | Enabled UART3, added JTAG make target for IO, removed potentially ↵Lorenz Meier2012-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | problematic usleep
| * | | | Merge branch '#69-stm32-termios' of github.com:PX4/Firmware into sbusLorenz Meier2012-11-295-147/+385
| |\ \ \ \
| | * | | | Improved termios support for the STM32 UART driver. Also add a little more ↵px4dev2012-11-245-147/+385
| | | |/ / | | |/| | | | | | | | | | | | termios processing to the generic serial layer. Implement FIONREAD.
* | | | | Disable the flow control signals for USART2/3, since we use them for other ↵px4dev2012-11-301-0/+12
| | | | | | | | | | | | | | | | | | | | things.
* | | | | Fix <termios.h> for c++ use (cannot mark speed const)px4dev2012-11-301-1/+1
| |_|/ / |/| | |
* | | | Config changes for PX4IO:px4dev2012-11-301-5/+7
|/ / / | | | | | | | | | | | | | | | | | | - enable USART3 for S.bus - reduce the scheduling tick to 1ms - disable RR scheduling - reduce stdio buffer sizes (not used)
* | / Better sizing for PX4IO serial buffers.px4dev2012-11-291-5/+5
| |/ |/|
* | Hotfix: Number of files pre process was causing uorb topics not to be ↵Lorenz Meier2012-11-271-1/+1
|/ | | | published in MAVLink
* Added onboard, receive-only MAVLink app for onboard UART networksLorenz Meier2012-11-181-0/+1
|
* Fixed NuttX issue causing an assertion to trigger on unlinking / opening filesLorenz Meier2012-11-151-0/+1
|
* Added preflight_check app which checks core system sensors, so far only magLorenz Meier2012-11-151-0/+1
|
* Fixed ADC shutdown issueLorenz Meier2012-11-141-5/+2
|
* merge origin/masterThomas Gubler2012-11-101-0/+1
|\
| * Added hil command to emulate PWM outputsLorenz Meier2012-11-101-0/+1
| |
* | Merge branch 'master' of https://github.com/PX4/Firmware into fw_controlThomas Gubler2012-11-0521-2558/+20
|\|
| * Add prototypical support for Spektrum satellite remotes to PX4IO.px4dev2012-11-051-2/+4
| |
| * Checkpoint; messages from FMU now make it to IO intact; fix HRT init timing, ↵px4dev2012-11-031-1/+1
| | | | | | | | process more bytes from the serial port, add some simple packet counting.