Silvano Seva
|
f54a0d18a7
|
Implemented mechanism to allow backwards-compatibility when loading settings from memory, as backlight timer introduced a new data field
|
2022-01-03 15:42:16 +01:00 |
Alessio Caiazza
|
d04180c0df
|
Rename brightness_timer into display_timenr
|
2022-01-03 14:51:22 +01:00 |
Alessio Caiazza
|
351cab1f44
|
Don't waste extra memory for the brightness timer
|
2022-01-03 14:51:22 +01:00 |
Alessio Caiazza
|
d742d027b7
|
Display timer UI
|
2022-01-03 14:51:22 +01:00 |
Alessio Caiazza
|
269420c2be
|
Load standby timer from settings
|
2022-01-03 14:51:22 +01:00 |
Alessio Caiazza
|
fefe2f6de0
|
Exit standby when the squelch is open
|
2022-01-03 14:51:22 +01:00 |
Alessio Caiazza
|
ade9c47f71
|
Implement platform_setBacklightLevel for linux
|
2022-01-03 14:51:22 +01:00 |
Alessio Caiazza
|
6e3fda2a70
|
PTT terminates standby
Also the keypress getting out of standby is ignored unless is the MONI
key to activate the MACRO menu
|
2022-01-03 14:51:22 +01:00 |
Alessio Caiazza
|
f9751c9867
|
Send the screen in standby after 30s idle
|
2022-01-03 14:51:22 +01:00 |
Silvano Seva
|
3776b30121
|
Automatically disabling the power keep switch when running testsuites, as those may never call platform_terminate()
|
2022-01-03 14:49:25 +01:00 |
Niccolò Izzo
|
cc2677f8f9
|
Add Module17 flashing target
Add target openrt_mod17_flash that will invoke dfu-util to flash
Module17.
TG-398
|
2021-12-28 21:41:24 +01:00 |
Alessio Caiazza
|
78a2b02c91
|
Show TX frequency during transmission
|
2021-12-23 14:52:25 +01:00 |
Alessio Caiazza
|
91486291b6
|
MD380: adjust squelch with left and right keys
|
2021-12-23 14:52:25 +01:00 |
Alain Carlucci
|
21934a7f08
|
Add .clang-format and auto-indent script
|
2021-12-23 14:52:25 +01:00 |
Silvano Seva
|
3c6ad9802c
|
Added API function allowing to query the current status of the RX audio squelch
|
2021-12-23 14:52:25 +01:00 |
Alessio Caiazza
|
7c978470c2
|
Add brightness support for the emulator
|
2021-12-23 14:52:25 +01:00 |
Silvano Seva
|
9dc0819b8b
|
Linux emulator code cleanup and refactoring
|
2021-12-23 14:52:25 +01:00 |
Alessio Caiazza
|
18fb916834
|
Remove all tabs
|
2021-12-23 14:52:25 +01:00 |
Alessio Caiazza
|
d4300c9c04
|
Fix Allman bracing
|
2021-12-23 14:52:25 +01:00 |
Alessio Caiazza
|
75f5a0a159
|
Free shared channel resources on power down
|
2021-12-23 14:52:25 +01:00 |
Alessio Caiazza
|
e2baf5a833
|
Document functions with Doxygen format
|
2021-12-23 14:52:25 +01:00 |
Alessio Caiazza
|
f85942785f
|
Fix whitespaces
|
2021-12-23 14:52:25 +01:00 |
Alessio Caiazza
|
8a0f0564b9
|
Ensure proper finalization is done in emulator mode
|
2021-12-23 14:52:25 +01:00 |
Alessio Caiazza
|
992d6be6eb
|
Ensure we do not render before the framebuffer copy completes
|
2021-12-23 14:52:25 +01:00 |
Alessio Caiazza
|
82699f3d07
|
Implement an SDL main loop inside the Main Thread
|
2021-12-23 14:52:25 +01:00 |
Alessio Caiazza
|
51acccaec2
|
Don't pump SDL events outside from the main thread
|
2021-12-23 14:52:25 +01:00 |
Alessio Caiazza
|
057b00f656
|
Native opts for macOS building
meson setup --native-file osx.txt build_osx
|
2021-12-23 14:52:25 +01:00 |
tarxvf
|
e7c98aa71f
|
fixes #60 (make sure volume setting is restored after tx)
|
2021-12-23 14:52:25 +01:00 |
Alessio Caiazza
|
a5ccda9923
|
Fix broken display SDL test
display_setBacklightLevel is undefined and not part of the display.h
interface.
|
2021-12-23 14:52:25 +01:00 |
Alessio Caiazza
|
5605797816
|
Never store a brightness level of 0
Enforce a minimum brightness level to prevent booting with a black screen
Related to https://github.com/OpenRTX/OpenRTX/issues/50
|
2021-12-23 14:52:25 +01:00 |
Silvano Seva
|
4eb4e43cbe
|
Activated GPIO pull-up resistors on MD3x0 PTT lines, as it seems that RT3 radios lack a physical pull-up resistor on those GPIOs. See #52
|
2021-12-23 14:52:25 +01:00 |
Niccolò Izzo
|
2fdbf0f236
|
Initial support for I2C soft pots on Module17
Initial support for I2C soft pots on Module17, ADC1 driver for input voltage
reading. Cherry-picked from Mathis DB9MAT repo.
TG-398
|
2021-12-23 14:52:25 +01:00 |
Silvano Seva
|
d4ba8a5b9c
|
Moved new display driver for Module_17 to 'SH110x_Mod17.c', restored and kept old one
|
2021-11-27 10:10:12 +01:00 |
Silvano Seva
|
6aece95e98
|
Fixed license header
|
2021-11-27 08:23:59 +01:00 |
Wojciech Kaczmarski
|
5d63c0fe63
|
display fix for 0.1c
|
2021-11-27 08:09:39 +01:00 |
Mathis Schmieder
|
e9a6b0261e
|
Fixed compilation for Module17
|
2021-11-27 08:09:39 +01:00 |
Mathis Schmieder
|
3d987a8ae8
|
Fixed reversed Enter and ESC keys for Module17
|
2021-11-27 08:09:39 +01:00 |
Mathis Schmieder
|
22a0d73fbc
|
Initial fix for Module17 r0.1c display
|
2021-11-27 08:09:39 +01:00 |
Mathis Schmieder
|
55c0b0d868
|
Module17 platform changes for revision 0.1c
|
2021-11-27 08:09:39 +01:00 |
Mathis Schmieder
|
4811838cb8
|
Module17: implemented keyboard driver, updated display, output audio stream and platform drivers
|
2021-11-24 19:53:48 +01:00 |
Silvano Seva
|
83b0182057
|
Implementation of audio output stream driver for Module 17
|
2021-11-24 19:53:48 +01:00 |
Silvano Seva
|
cc00cce982
|
Driver for input audio stream on Module17
|
2021-11-24 19:53:48 +01:00 |
Silvano Seva
|
38231e3a53
|
Driver stubs for keyboard and non volatile memory on Module17
|
2021-11-24 19:53:48 +01:00 |
Mathis Schmieder
|
7bfa2336d7
|
Driver for SSD1306 SPI display driver on Module17
|
2021-11-24 19:53:48 +01:00 |
Silvano Seva
|
a0d9161e1d
|
Very preliminary support for Module17, providing only the files and configurations essential for a minimal bootstrap of the OpenRTX firmware
|
2021-11-24 19:53:48 +01:00 |
Silvano Seva
|
036f74c69e
|
Removed call to rtc_terminate inside MDx platform_terminate, as this freezed RTC on radio power off
|
2021-11-12 22:46:11 +01:00 |
Fred
|
419639b7fe
|
Remove unmaintained dependency from CI
|
2021-11-10 23:58:06 +01:00 |
Silvano Seva
|
38c6a7fee6
|
Fixed bug in MD3x keyboard driver causing the generation of an UP keypress at boot (#48)
|
2021-11-10 19:29:34 +01:00 |
Silvano Seva
|
691b388228
|
Implemented load/save of settings and VFO configuration for MDx devices
|
2021-11-09 19:28:23 +01:00 |
Silvano Seva
|
756812ca31
|
Created function for writing settings and VFO status to NVM, starting of temporary implementation writing data to the MCU's internal flash
|
2021-11-08 22:22:26 +01:00 |