timman2er
b38afdb7db
Fix building guide (rebase because weird things happened
2018-09-02 02:54:46 +02:00
timman2er
30daff9643
fix name of software in development.md
2018-08-30 22:37:20 +02:00
Tim Eckel
290cfebd99
Markdown fixes and added style examples
2018-08-28 10:30:55 -04:00
Neil B
97b787fb72
Cleaned up markdown
...
Added markdown code bash tags and removed whitespace
2018-05-03 20:27:11 -07:00
ileou
31b3959221
Update Building in Ubuntu.md ( #5408 )
...
Adjust the ARM_SDK_DIR variable in TOOLS.MK file with the "gcc-arm-none-eabi-xxx" version.
2018-03-15 02:14:33 +13:00
mikeller
6de40c49fc
Moved board docs into their own folder. Also fixed file permissions.
2018-01-18 17:55:38 +13:00
Phil Hord
579f6e1de8
Fix markdown links to filenames with spaces
...
Markdown links cannot have actual spaces in the filename. Use URL-encoded
spaces (%20) instead.
robo-fixed using:
sed -i -e 's/\(]([^ )]*\) \([^"]\)/\1%20\2/g' **/*.md
If you don't use zhell, you may need to customize the ** part of that command.
2018-01-08 12:19:35 +13:00
Hydra
eb800966d9
CF - restore docs folder from master_v1.x
2018-01-08 12:19:35 +13:00
borisbstyle
c8e7850c3d
Betaflight Cleanup targets / docs
2016-02-10 23:09:22 +01:00
borisbstyle
05dec6c21e
Revert "Remove OpenPilot bootloader support."
...
This reverts commit 0150abf1bc
.
Conflicts:
src/main/target/CC3D/target.h
2015-10-15 09:59:29 +02:00
Dominic Clifton
0150abf1bc
Remove OpenPilot bootloader support.
...
This can be added back at a later date if required if enough code-size
savings can be found, for instance, the removal of the CLI.
2015-10-12 20:44:51 +01:00
Nicholas Sherlock
79aabff225
Add Blackbox internal log format specification
2015-09-27 20:03:52 +13:00
Dominic Clifton
6a24295525
Merge pull request #1241 from opsidao/patch-1
...
Update tests invocation in Development.md
2015-09-10 02:14:18 +01:00
David Bieber
6fb181b600
Fix spelling of go to in docs/development/Development.md
2015-09-07 23:15:46 -07:00
David Bieber
5f18ad6d48
Fix spelling of declaration in docs/development/Development.md
2015-09-07 23:13:36 -07:00
Juan González
d48a6d5e32
Fix little typo
2015-08-21 17:27:32 +02:00
Juan González
d857f33490
Update tests invocation in Development.md
2015-08-21 13:05:22 +02:00
Dominic Clifton
f0b0cbd83a
Update OSX building instructions to cover GCC 4.9.2.
2015-08-20 18:34:15 +01:00
Chris Mavrakis
616724271c
Renamed build docs script reference, removed extraneous sudo, fixed minor format flaw in build_docs.sh.
2015-08-03 13:54:51 +02:00
Paul Rogalinski
9c58764dd5
updated travis documentation
2015-07-01 22:50:43 +02:00
Dominic Clifton
26779df76e
Adding links to images for the CJMCU J-Link debugger
2015-06-26 11:23:15 +01:00
Dominic Clifton
fe913480ab
Updating hardware debugging development docs.
2015-06-26 11:20:48 +01:00
Dominic Clifton
25fe9f73df
Adding note about GCC version for unit tests in the Developer docs.
2015-05-29 19:53:21 +01:00
Dominic Clifton
41d737e29a
Merge pull request #869 from SteveAmor/remove_tricopter_yaw_gyro_smoothing
...
Remove tricopter yaw gyro smoothing from imuUpdate
2015-05-29 15:39:02 +01:00
Steveis
6448b4b3d7
Replaced gyroData with gyroADC as they both contain the same value
2015-05-17 07:14:42 +01:00
Steveis
9dff3e2ce1
Git command to update your fork
2015-05-11 16:23:47 +01:00
Steveis
4f4f678f88
Consolidated developement info into Development.md
2015-05-05 20:15:37 +01:00
Dominic Clifton
4c02b6ef9e
Merge pull request #778 from JohnieBraaf/master
...
Move wiki pages to docs folder
2015-04-22 23:59:07 +02:00
Jonas Harnesk
ca1a1903f9
Removing the git references on request from Hydra
2015-04-22 13:15:08 +02:00
Jonas Harnesk
f955c3aad0
In order to make a CC3D.bin you need to add OPBL=yes.
2015-04-20 14:03:44 +02:00
Jan Staal
a5c8c40751
Removed reference to wiki added video
...
changed reference to new .md file
2015-04-15 22:40:34 +00:00
Jan Staal
fd260d064a
Move Building in Eclipse page
...
Taken from wiki https://github.com/cleanflight/cleanflight/wiki/Building-with-Eclipse
2015-04-15 22:30:12 +00:00
Jan Staal
e9e4f4b525
Moved Hardware Debugging file
...
Taken from wiki https://github.com/cleanflight/cleanflight/wiki/Debugging-in-Eclipse
2015-04-15 22:27:28 +00:00
pulsar
e6006232c8
using css overrides to restrict wide content resizing the pdf canvas
...
css overrides to restrict wide content resizing the pdf canvas
pdf manual building using ruby1.9, ci integration, cosmetics.
fixed typo
debugging travis build env
upload script bugfixes, fighting ruby env
fighting ruby env
fighting ruby env
fighting ruby env
2015-04-03 18:05:48 +02:00
Paul Rogalinski
7899d3c38e
support for build artifact upload to a remote server
2015-04-01 16:04:30 +02:00
Dominic Clifton
1bac2830aa
Merge pull request #642 from ledvinap/doc-pid-internals
...
Augment/improve PID Internals
2015-03-30 11:37:08 +01:00
Dominic Clifton
497929816a
Merge pull request #652 from sherlockflight/docs
...
Add building instructions for Mac OS X
2015-03-22 21:25:27 +00:00
Dominic Clifton
1ca00bdb9e
Adding developer docs regarding configuration storage.
2015-03-22 09:41:37 +00:00
Nicholas Sherlock
23908f9dd4
Add building instructions for Mac OS X
2015-03-21 19:12:47 +13:00
Petr Ledvina
e15322868e
Augment/improve PID Internals
2015-03-18 19:51:25 +01:00
Dominic Clifton
1fbc9087a0
Merge pull request #478 from JohnieBraaf/patch-1
...
Update Hardware Debugging.md
2015-02-20 13:42:33 +00:00
Petr Ledvina
8edce9062f
fix typo
2015-02-09 08:30:30 +01:00
Petr Ledvina
03900bab40
formating
2015-02-07 17:16:14 +01:00
Petr Ledvina
8e6946da5a
Starting PID internals documentation
2015-02-07 16:58:50 +01:00
JohnieBraaf
c28d2f4377
Update Hardware Debugging.md
...
Added reference to detailed guide in the wiki, and visual studio IDE setup
2015-02-05 01:52:47 +01:00
Dominic Clifton
2af075fa1d
Merge pull request #373 from rosek86/patch-1
...
Update Building in Windows.md
2015-01-18 23:35:07 +01:00
Krzysztof Rosiński
cb84394348
Update Development.md
2015-01-18 00:08:34 +01:00
rosek86
ce3c0a5834
Update Building in Windows.md
...
typo
2015-01-17 23:51:00 +01:00
Dominic Clifton
138fd963a7
Removing known issues and todo list, the issue tracker is now used
...
instead.
2015-01-15 10:38:48 +00:00
Pim van Pelt
c12e1fe087
Various tests/build for 4.8 on SPARKY, tested by AKfreak, add attributions
2015-01-12 23:00:09 +01:00