Raphael Coeffic
703bb6c20e
Fixed several disabled LUA lcd methods
2021-05-30 11:15:21 +02:00
Raphael Coeffic
54a7ef68e0
Fixed starting scripts from "Tools" page
2021-05-30 08:10:02 +02:00
Raphael Coeffic
df79e10be5
Finish enabling builds for T18
2021-05-29 23:29:29 +02:00
Raphael Coeffic
b79c459b8c
Fix fetching LUA tool name
...
Resolves #60
2021-05-29 23:02:05 +02:00
olliw42
4c4764d828
combo box for pwr off delay ( #55 )
...
* combo box for pwr off delay
* put STR into untranslated, change max to 4s
2021-05-29 17:34:16 +02:00
Raphael Coeffic
9582337d96
Cleanup and unit test fixing
2021-05-29 17:24:52 +02:00
Raphael Coeffic
c958c91fdf
Use correct size computation method
...
See https://levelup.gitconnected.com/how-to-properly-calculate-text-size-in-pil-images-17a2cc6f51fd
and https://stackoverflow.com/a/46220683/9263761
2021-05-29 17:24:52 +02:00
Risto
c998e754d8
Changed to GNU Arm Toolchain v10 2020-q4
2021-05-29 14:03:52 +02:00
Risto
3a01639f5f
Fixes HardFault on boardOff() with forced power supply
...
Fixes power-off HardFault during hw-debugging at the end of boardOff(), when power supply to MCU is forced (developer boards, w/o cutting power with pwrOff() ).
2021-05-29 13:40:05 +02:00
Peter
8940b01de6
Don't rebuild test or build firmware on doc change ( #110 )
...
Markdown docs are not part of the firmware, so don't run tests or rebuild because of changes to them.
Co-authored-by: Raphael Coeffic <raphaelcoeffic@users.noreply.github.com>
2021-05-29 13:39:34 +02:00
Raphael Coeffic
351173a509
Various fixes around flashing bootloader
2021-05-29 13:34:25 +02:00
Raphael Coeffic
8e57090d66
Use real bootloader size when flashing
2021-05-29 13:34:25 +02:00
Raphael Coeffic
954758c770
Allow flashing a bootloader which does not end on 1KB boundary or is shorter than the maximum size
...
Resolves #75
2021-05-29 13:34:25 +02:00
Raphael Coeffic
f5bc9f2124
Added missing include
2021-05-29 13:31:50 +02:00
Raphael Coeffic
49d654a07d
Fix linker script
2021-05-29 13:31:50 +02:00
Raphael Coeffic
26bb790d89
Fix shutdown with LUA widgets used
2021-05-29 13:31:50 +02:00
Raphael Coeffic
836733618c
Place main and tasks stacks in CCM
2021-05-29 13:31:50 +02:00
Raphael Coeffic
c1979338ab
Fixed compiler warning (gcc 10)
2021-05-29 13:31:50 +02:00
Raphael Coeffic
0eb2d0914c
Use the bin allocator only on targets without SDRAM
...
The bin allocator causes random alignment issues on these targets
2021-05-29 13:31:50 +02:00
Raphael Coeffic
08fd8a331d
Move data section to SRAM
2021-05-29 13:31:50 +02:00
Raphael Coeffic
15fad12b34
Fix compiler "deprecated" warnings
2021-05-29 13:31:50 +02:00
Raphael Coeffic
abb399e654
Fixed alignement
2021-05-29 13:31:50 +02:00
Raphael Coeffic
d8410348c3
Move bin_allocator structs to SDRAM
...
this frees lots of space for the stack on colorlcd targets
2021-05-29 13:31:50 +02:00
Raphael Coeffic
b7ddc25531
Revert "Disable NANO for good"
...
This reverts commit 88f8e1ceaf
.
2021-05-29 13:31:50 +02:00
Raphael Coeffic
f4a6b3411f
Revert "Disable NANO for everything but taranis targets"
...
This reverts commit 67760354b8
.
2021-05-29 13:31:50 +02:00
rotorman
78327063fb
Added stdio.h to be able to compile with GNU Arm Toolchain v10 2020-q4 without errors.
2021-05-29 07:39:12 +02:00
Tom Hensel
8d86907120
compose and use "dynamic" names for the assets to be released; sync "actions.yml" with "nightly.yaml"; formatting ( #100 )
2021-05-28 10:26:38 +02:00
Raphael Coeffic
67760354b8
Disable NANO for everything but taranis targets
2021-05-28 10:09:43 +02:00
Raphael Coeffic
240caa6f34
Adds T18 to the supported targets
2021-05-28 09:55:58 +02:00
Raphael Coeffic
88f8e1ceaf
Disable NANO for good
...
Causing lots of troubles with probably stack overflow on start.
2021-05-28 09:52:30 +02:00
Raphael Coeffic
199afb8efa
Fixed T18 support
2021-05-28 09:40:46 +02:00
Risto
564dda3412
Improved the flow
2021-05-27 22:30:56 +02:00
Raphael Coeffic
e903a88f24
Fix focus order after layout choice
...
Resolves #76
2021-05-27 07:50:33 +02:00
Raphael Coeffic
cd8c7e07f7
Fixed pasting custom function
2021-05-27 07:20:08 +02:00
Raphael Coeffic
a7aefb7788
Fixed pasting logical switch
2021-05-27 07:13:17 +02:00
Raphael Coeffic
dee7a3ea6b
Colorlcd: New curves default to "y=x"
2021-05-27 07:03:24 +02:00
gretel
f58317f74e
compose and use "dynamic" names for the assets to be released; sync "actions.yml" with "nightly.yaml"; formatting
2021-05-27 00:32:13 +02:00
Raphael Coeffic
447d7bde22
Fix screenshot function on color lcd
...
Resolves #93
2021-05-26 23:45:05 +02:00
Raphael Coeffic
3d9b01745e
Fix compiling for slider-less radios
2021-05-26 23:23:04 +02:00
Raphael Coeffic
41826f2160
Fix editing slider names
...
previously it would edit the pot names instead
2021-05-26 23:23:04 +02:00
Raphael Coeffic
d70ac14832
Display analog names properly
...
Resolves #91
2021-05-26 23:23:04 +02:00
Raphael Coeffic
5960d0aac2
Moved MPM failsafe check to the UI task
...
Resolves #87
2021-05-26 23:21:34 +02:00
rotorman
03efcdf22c
SD card version warning
2021-05-26 23:09:19 +02:00
Raphael Coeffic
afd0a4541b
Enable DEBUG over serial in bootloader
2021-05-26 16:08:51 +02:00
Raphael Coeffic
038b8364f6
Fix backlight issue when storage is erased
...
and crash on PWR button press while a full-screen dialog is displayed.
2021-05-26 16:08:12 +02:00
Raphael Coeffic
945fc9510a
Properly reload color UI on USB mass-storage
...
Resolves #79
2021-05-25 08:32:59 +02:00
Raphael Coeffic
e7204a149a
Run nightly release only on schedule
2021-05-25 07:27:46 +02:00
Raphael Coeffic
e5b8f999cd
Remove url and release_id from old nightly action
2021-05-25 06:40:56 +02:00
Raphael Coeffic
bef88d2773
Use a different action for the nightlies
2021-05-24 23:09:35 +02:00
Raphael Coeffic
850cc7105c
Shorten default theme name to avoid overflowing the max 8 bytes
...
...and moved the corresponding file into the correct directory ("EdgeTX")
2021-05-24 22:51:58 +02:00