Peter Barker
9bd19bc835
Tools: size_compare_branches.py: blacklist build of RADIX2HD bootloader
...
we don't have a hardware definition for this
2023-08-04 07:16:58 +10:00
Peter Barker
17343e2228
Tools: build_options.py: add SLCAN to build options
...
saves 4.1kB when disabled
2023-08-01 11:33:26 +10:00
Peter Barker
3784841eaa
Tools: extract_features.py: sort extracted features string into more useful order
...
when taking differences between output of this file it is more useful to sort the list regardless of compiled-in/compiled-out.
2023-08-01 07:08:19 +10:00
Randy Mackay
e0353666d4
Tools: custom build server supports viewpro mount
2023-07-18 21:02:02 +09:00
Willian Galvani
5013a1e979
Tools: don't fail if feature extraction failed (beta/stable version)
2023-07-15 09:59:28 +10:00
Peter Barker
e2e8bbabf1
Tools: don't fail if feature extraction failed
2023-07-12 20:48:19 +10:00
Max-001
44e565800f
Tools: added EFI mavlink to build options
2023-07-11 12:32:19 +10:00
Iampete1
0ee778cac1
Tools: Scripts: run_luacheck: allow passing extra arguments
2023-07-06 00:11:12 +01:00
Henry Wurzburg
6afb16d10f
Tools:add brake mode to build options
2023-06-28 15:59:22 +10:00
Randy Mackay
8adfd7e6ad
Tools: custom build server support for Xacti gimbal
2023-06-27 21:12:20 +10:00
Peter Barker
f7243c0ff5
Tools: add and use AP_SBUSOUTPUT_ENABLED
...
.... which will allow periphs to instantiate this if they really feel like it, and for it to be removed on smaller boards on the custom build server (and potentially on lower-specced boards.
2023-06-27 10:10:41 +10:00
Peter Barker
0cf53f5127
Tools: add option to disable relay and servorelay libraries
2023-06-20 09:36:39 +10:00
Peter Barker
2d51eae56e
Tools: build_options.py: add filesystem build options
2023-06-18 10:35:27 +10:00
Peter Barker
c0cf43d5b5
Tools: tidy solution_status_change.py
...
NFC, just a bit tidier
2023-06-15 19:25:12 +10:00
Peter Barker
a1726f9b92
Tools: allow CrashCatcher to be disabled via hwdef
2023-06-14 18:39:11 +10:00
Peter Barker
cf7b01d73a
Tools: add AP_SCRIPTING_ENABLED to custom build server
2023-06-09 16:10:52 +10:00
Peter Barker
0c9c01d903
Tools: size_compare_branches.py: correct exclude-board globbing
2023-06-09 08:41:27 +10:00
Peter Barker
a7e6bfc80a
Tools: size_compare_branches.py: blacklist build of Pixhawk1-bdshot
...
new board, no bootloader
2023-06-09 08:41:27 +10:00
Peter Barker
38693c0e5d
Tools: add --exclude-board=glob to size_compare_branches.py
2023-06-08 17:16:51 +10:00
Peter Barker
7ab625b969
Tools: correct detection of feature AP_FILESYSTEM_FORMAT_ENABLED
2023-06-08 08:55:26 +10:00
Peter Barker
440d00e8c8
Tools: add AP_BOOTLOADER_FLASHING_ENABLED to build options
2023-06-07 18:24:05 +10:00
Peter Barker
3b5779fa91
Tools: create define specifically for the developer feature for killing IMUs
2023-06-07 18:23:01 +10:00
Andrew Tridgell
ce11532800
Tools: make sdcard formatting a build option
2023-06-06 15:19:00 +10:00
Ryan Friedman
5803dd9b23
scripts: Only enable Werror in boards.py rather than build_ci.sh
...
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
2023-06-05 09:09:13 +10:00
Ryan Friedman
8d1937866b
Tools: Only enable -Werr for SITL when compiling with g++
...
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
2023-06-05 09:09:13 +10:00
Ryan Friedman
7b4d37ac43
Tools: Enable -Werr for SITL
...
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
2023-06-05 09:09:13 +10:00
Andrew Tridgell
4946ce5431
HAL_ChibiOS: revert recent USB changes
...
these are causing some boards to crash on startup. Tested with a
QiotekZealotH743 which doesn't get out of setup_usb_strings()
once we have debugged this we can re-add the functionality
2023-06-03 16:50:30 +10:00
Peter Barker
2489a2bec4
Tools: compile with debug symbols and provide path to sources
2023-06-01 11:36:02 +10:00
Peter Barker
d2af1f0fa1
Tools: size_compare_branches.py: correct branch name in elf_diff output
2023-06-01 11:36:02 +10:00
bugobliterator
b5f303e5e7
Tools: use HereProAP instead of HerePro
2023-05-31 18:40:17 +10:00
Nicholas Kruzan
5a67ff6479
Tools: new board: esp32s3devkit
2023-05-26 10:54:01 -07:00
Pierre Kancir
a47c97bb9f
Tools: continue on coverage test failure
2023-05-26 10:48:35 -07:00
Andrew Tridgell
c69f236dd3
Tools: added beta-4.3 to build list
2023-05-25 07:33:47 +10:00
Pierre Kancir
d01f9e3ec5
Tools: add typing and add option for examples on coverage
2023-05-24 17:56:58 +10:00
Pierre Kancir
dcb6b59962
Tools: remove build/linux/modules from coverage stats
2023-05-24 17:56:58 +10:00
Peter Barker
1359b43742
Tools: build_binaries.py: avoid exception while handling exception
...
From the build server:
File "./build_binaries.py", line 570, in get_exception_stacktrace
ret = "%s\n" % e
File "/usr/lib/python3.8/subprocess.py", line 113, in __str__
if self.returncode and self.returncode < 0:
2023-05-24 06:23:02 +10:00
Andrew Tridgell
59b24c304f
Tools: support beta-4.3 tags for doing new beta releases
...
temporary measure for new beta-4.3 for RCIN fix
2023-05-23 20:26:42 +10:00
Andrew Tridgell
5f469f2596
Tools: whitelist AP_PLANE_BLACKBOX_LOGGING
...
no signature we can use for this
2023-05-18 12:59:09 +10:00
Andrew Tridgell
e0cf5c5802
Tools: added AP_PLANE_BLACKBOX_LOGGING build option for custom build server
2023-05-18 12:59:09 +10:00
Pierre Kancir
c05175074a
Tools: enforce python3 on Tools
2023-05-18 07:54:10 +10:00
Peter Barker
0edf71e430
Tools: configure_all.py: copy bootloader hwdefs to different filename
2023-05-17 18:39:51 +10:00
Peter Barker
01c3e34eea
Tools: use chibios_hwdef lib to determine is-ap-periph
2023-05-17 18:39:51 +10:00
Peter Barker
e6a5afe5fe
Tools: build_options.py: add ST24, SUMD, PPMSum and IBus RC protocols
2023-05-17 18:27:19 +10:00
Henry Wurzburg
30d71e42df
Tools: move SITL on HW to Tools and simplify config
2023-05-16 21:11:36 +10:00
Peter Barker
b19035b9a7
autotest: integrate features.json generation to build_binaries.py
...
we have to run the extract_features.py that corresponds to the branch being built. We may say a feature is presnet when it isn't or vice-versa if we don't.
2023-05-16 09:53:11 +10:00
Peter Barker
0da4e3c9f3
Tools: add and use AP_RCPROTOCOL_ENABLED
2023-05-16 09:16:37 +10:00
Nicholas Kruzan
2df27560c0
Tools: size_compare_branches - add board esp32nick
2023-05-15 12:22:17 +10:00
Nicholas Kruzan
e807d2a34a
Tools: idf-v4.4 updates
...
update wifi drivers
nick: fix build warning
In file included from ../../libraries/AP_HAL_ESP32/WiFiUdpDriver.cpp:26:
../../modules/esp_idf/components/esp_event/include/esp_event_loop.h:2:2: warning: #warning "esp_event_loop.h is deprecated, please include esp_event.h instead" [-Wcpp]
#warning "esp_event_loop.h is deprecated, please include esp_event.h instead"
AP_HAL_ESP32: idf-v4.4 updates
AP_HAL_ESP32: sdkconfig updates
2023-05-15 10:27:25 +10:00
Peter Barker
baae2fd7b4
Tools: size_compare_branches.py: add option to hide lines with no binary changes
2023-05-14 18:26:07 +10:00
Peter Barker
2d862758e7
Tools: size_compare_branches: avoid elf_diff when not requested
2023-05-13 20:04:25 +10:00