1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-15 20:35:17 +03:00
Commit graph

7251 commits

Author SHA1 Message Date
Bertrand Songis
7fd03d2bd3
Merge pull request #8386 from rotorman/patch-6
STM32 WordLength 9b -> 8b data + parity
2021-04-05 10:45:57 +02:00
Bertrand Songis
660d6c4c3d
Merge pull request #8405 from opentx/dgatf/add_space_edit_name
Add space to SD edit name
2021-04-05 10:39:09 +02:00
3djc
78dd516069 Allow PCBSKY9X compilation 2021-04-04 19:00:01 +02:00
3djc
ba887720bf Merge branch '2.3' into 3djc/2.3-synced 2021-04-04 15:10:50 +02:00
Bertrand Songis
49c7d5312a
TODO removed 2021-04-01 09:20:48 +02:00
Daniel
874a06eeb6 Add space to SD edit name 2021-04-01 08:25:02 +02:00
Risto
1624d5b69c
STM32 WordLength 9b -> 8b data + parity
Fixed comment. STM32 WordLength 9b is here necessary due to parity bit (8b data + 1b parity) and not due to 2 stop bits.
2021-03-19 18:55:47 +01:00
Risto
e0cd919c3e
Minor issues of old startup_stm32f42_43xx
STM32F429/439 are Cortex M4 processors.

By comparing this file with the appropriate startup_stm32f429bitx.s file generated by the current STM32CubeIDE for STM32F429BI (as in TX16S, T16 & T18) , I can see that the present OpenTX version misses an initial stack pointer setting.

Both issues fixed herewith.
2021-03-14 13:39:15 +01:00
3djc
e3082756c9 Merge branch '2.3' into 3djc/2.3-synced 2021-03-14 10:51:46 +01:00
Risto
7940515a48
telemetry dir pin init missed oType def
Added missing OType definition to telemetry direction pin.
2021-03-13 22:43:26 +01:00
Risto
1a4eb0636e
Minor comment fix in hal.h (#8361)
Minor comment fix in hal.h for AUX_SERIAL_PWR_GPIO_PIN port and pin.
2021-03-13 17:57:53 +01:00
3djc
b60ba23f1f
M-Link telemetry (#8281) 2021-03-10 19:13:36 +01:00
3djc
7613f72ec5 Tidy up 2021-03-10 16:54:01 +01:00
3djc
c0ec43526b Cosmetics 2021-03-10 16:19:34 +01:00
Tony Cake
1180fcbe5f
Add GHST GPS Telemetry Sensors (#8352)
* Add GHST GPS Telemetry Sensors
2021-03-10 16:16:55 +01:00
Bertrand Songis
5c9a87765d
Merge pull request #8284 from opentx/3djc/some-italian-fixes
Some italian fixes
2021-03-10 16:09:46 +01:00
Bertrand Songis
8c0da1c46f
Merge pull request #8292 from rotorman/rotorman-2.3-dev-simplifications
RTOS_MS_PER_TICK calculation simplification
2021-03-10 16:08:57 +01:00
Bertrand Songis
0cbcc57e02
Merge pull request #8297 from opentx/3djc/fix-7720
Send 0 with LUA getRSSI() when no telemetry is streaming
2021-03-10 16:07:25 +01:00
Bertrand Songis
98f4fceb46
Merge pull request #8305 from rotorman/patch-1
Uniform CLI stackinfo output in bytes
2021-03-10 16:06:53 +01:00
Bertrand Songis
f3c18bc4ce
Merge pull request #8327 from opentx/3djc/multi-enhancement
Improve multi options handling
2021-03-10 16:04:32 +01:00
3djc
9b02d354d6 Tidy up 2021-03-09 17:07:32 +01:00
3djc
71d3f19249 Cosmetcis 2021-02-25 16:17:51 +01:00
3djc
5c5683894e Multi : improve options support part 2 2021-02-22 11:45:28 +01:00
3djc
10dadf1f78 Multi : improve options support part 1 2021-02-21 12:25:47 +01:00
3djc
d1a60cca8d Multi : support SX1276 power indication and protect against unknown options coming from multi 2021-02-19 16:53:01 +01:00
Risto
ecfa393a9b Uniform CLI stackinfo output in bytes.
Main task size currently in double words, the CoOS RTOS task stack sizes in bytes.
Available stack size output was in double words, now everything uniform in bytes also added "bytes" label to CLI output to make this clear.
2021-02-18 16:33:24 +01:00
3djc
41459f180c Merge branch '2.3' into 3djc/2.3-synced 2021-02-16 18:12:56 +01:00
3djc
24fdbcbbab Send 0 with getRSSI when no telem 2021-02-15 13:10:29 +01:00
Risto
7eaede341a
RTOS_MS_PER_TICK calculation simplification
CFG_CPU_FREQ cancels itself out in the original equation: ((CFG_CPU_FREQ / CFG_SYSTICK_FREQ) / (CFG_CPU_FREQ / 1000)) 
In addition, comment is now fixed - 1ms is used for STM32, 2ms was used for other chips:
e94f6c0ccd/radio/src/thirdparty/CoOS/OsConfig.h (L88-L92)
2021-02-14 14:33:49 +01:00
3djc
6bd6d214f6 Fix some italian translation on bw 2021-02-12 12:56:16 +01:00
3djc
d1f500fae7 Fix some italian translation on bw 2021-02-12 11:58:56 +01:00
3djc
4b3b81ae3f Cosmetics 2021-02-12 11:44:41 +01:00
3djc
e4b64b1d0e Fix compilation 2021-02-12 07:03:14 +01:00
Bertrand Songis
86d4346452
Merge pull request #8266 from opentx/3djc/fix-modelchange-module-power
Ensure module are on after model change
2021-02-11 17:29:11 +01:00
3djc
bdf9e630ca Improve 2021-02-11 17:27:53 +01:00
Bertrand Songis
ffa14fc85d
PXX2 period wrong for external modules! 2021-02-11 17:15:10 +01:00
Bertrand Songis
f0c9a310fd
Merge pull request #8275 from opentx/dgatf/add_si_x9dp2019
Add switch I X9D+2019
2021-02-11 17:04:49 +01:00
Daniel
1f038dc5ce Output type only with 9xrpro and ppm and refactor 2021-02-09 13:17:11 +01:00
Bertrand Songis
d219397c60
Merge remote-tracking branch 'origin/2.3' into wismy/racing_mode_rollback 2021-02-08 21:48:31 +01:00
Daniel
c88999827f Compilation fix 2021-02-08 21:33:55 +01:00
Daniel
02e91afff2 Fix model menu 9x 2021-02-08 16:07:49 +01:00
Daniel
b9b5ee8a9d Add switch I X9D+2019 2021-02-06 14:58:34 +01:00
3djc
b78b457234 Please Travis 2021-02-05 13:17:54 +01:00
3djc
f7d17b715c Please Travis 2021-02-03 12:00:48 +01:00
3djc
26a5dfe13e Merge branch '2.3' into 3djc/fix-modelchange-module-power 2021-02-03 11:50:30 +01:00
3djc
f1e957e466 Improve 2021-02-03 10:42:04 +01:00
3djc
a11198bc72 Fix compilation 2021-02-03 08:26:09 +01:00
Bertrand Songis
36469498b0
Merge pull request #8172 from opentx/dgatf/trim_simu_bug
Remove retry timer for set trim on simulator
2021-02-02 16:24:22 +01:00
Bertrand Songis
018afab7b9
Merge pull request #8247 from olliw42/owpr-taskenum
TaskIndex enum is not used, and had a superfluous bluetooth entry also
2021-02-02 16:22:38 +01:00
Bertrand Songis
ffa6a75b3a
Merge pull request #8253 from opentx/8252_countdownStart
Timer countdown start missing in companion and 128 (fix #8252)
2021-02-02 16:22:06 +01:00