1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-12 19:10:32 +03:00
Commit graph

30 commits

Author SHA1 Message Date
Petr Ledvina
892da2d46e
Add betaflight/config as submodule (#14158) 2025-01-17 05:14:43 +11:00
Dmytro
7b39d3d296
Rename make folder to get rid of build error. (#12880)
When trying to build firmware with current directory in PATH environment
it scans for make command and generates "Permission denied" error in
case if current directory in PATH precedes /usr/bin/ directory.In my
case it was caused by incorrect pyenv init script.

Rename make folder to avoid errors like this.
2023-06-14 21:48:55 +02:00
J Blackman
6e05967840
Config handling updated to using repository for hydration (#12714)
* Modification to allow src/config to be a repo within a repo.

* Moving config files to own repository, and including using make.

* Removing all old config files.

* Correct CI errors.

* Playing with pulling the configuration files from the API

* Attempt to get past github actions issue

* Adding additional assistance when configs not hydrated

* Move the workflow to support hydration before outputing target list.

* Correction for revision targets

* Requires additional config hydration

* Better messaging on what to do:

- when you have a local config.h for a new target, ignore hydration of target list if you are building the target config in question.
- when you are doing any activity that does not require hydration, e.g. printing out help or installing arm_sdk etc.

* Anything suffixed with clean should be allowed through

* Adjusting to simply use a copy of the repository. Noting we will need to decide whether or not to include MFTR name in the config directory or not.
2023-05-10 11:12:07 +02:00
J Blackman
dac1512b30
Update .gitignore (#12294) 2023-02-06 05:11:34 +01:00
blckmn
b6b76d1b88 Adding board scratch space.
- Including ability to define custom defaults as char[] that is baked into the build
- removed unnecessary size of custom defaults header parsing (defines provided by build process or in board.h for devs).
2022-10-30 17:43:43 +11:00
blckmn
fdad0180cc Adjusting .gitignore for automated build scratch space. 2022-08-05 16:15:02 +10:00
Dominic Clifton
5b47d29581 Add support/ozone to .gitignore 2019-07-10 19:18:47 +02:00
Dominic Clifton
93ab67199a Add support/support to .gitignore
Note: Eclipse requires an in-project directory to save launch configurations in.
2019-07-10 19:17:27 +02:00
Michael Keller
6b8d403060 Added 'eeprom.bin' (SITL EEPROM image) to '.gitignore'. 2018-12-06 13:32:55 +13:00
George Gougoudis
3884d9383c Fix IMU mutex lock 2018-01-21 05:58:24 +02:00
Spencer Owen
1769471da8 Adds vagrant file to gitignore file 2017-09-08 09:37:33 -06:00
J Blackman
c168c1b228 Update .gitignore 2017-07-03 09:59:00 +10:00
blckmn
b40d82ee7e Git Ignore updates 2017-07-01 17:04:33 +10:00
mikeller
4e82a4aa10 Added VS Code / CLion metadata to .gitignore. 2017-05-31 00:03:14 +12:00
borisbstyle
98e76146e8 Add missing timer header F3 2017-03-03 01:38:42 +01:00
Bas Delfos
aa1ae88ddf Gitignore .idea folder 2016-12-08 21:08:58 +01:00
Martin Budden
dcd87aa01a Fixed spurious CR/LF in gitignore 2016-10-23 16:13:47 +01:00
blckmn
021e073dd9 Added mcu.mak and mcu.mak.old to .gitignore for VisualGDB developers 2016-10-23 12:02:39 +11:00
nathan
351a921bfb use the toolchain on the path before asking to download a new one 2016-09-13 20:14:55 -07:00
nathan
c50e48736f include the make arm_sdk_install target, for easy building 2016-09-02 19:56:15 -07:00
Brian Balogh
e9731ea5e6 Cleanup temp files and add them to .gitignore 2016-03-10 15:42:32 -05:00
borisbstyle
b2a5b2bb93 New Binary structure 2015-10-29 16:06:29 +01:00
borisbstyle
b02a884c0c Betaflight Recognition 2015-09-02 00:30:44 +02:00
Dominic Clifton
d7ee09c666 Update .gitignore to exclude generated files. 2015-01-12 10:51:43 +00:00
Dominic Clifton
98f5bdd986 Updating .gitignore to ensure no OSX temporary files gets accidentally committed again. 2014-10-02 00:39:14 +01:00
Dominic Clifton
badd0d589f Updating git ignore list to ignore some common files. 2014-04-08 01:20:44 +01:00
dongie
05a61e9cda more ignores added 2013-11-02 22:48:44 +09:00
dongie
77d455f82b more shit to ignore 2013-11-02 08:55:27 +09:00
dongie
b65c45eb7c adding more stuff to ignore 2013-11-02 08:34:30 +09:00
timecop@gmail.com
04eb65c883 [PATCH 2/4] gitignore
git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@331 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
2013-05-29 00:08:38 +00:00