41a413cfddRTX support for GD77 target
Silvano Seva
2021-01-23 19:30:36 +0100
b9ddaca42cAdded TX support to GDx baseband driver
Silvano Seva
2021-01-23 19:16:28 +0100
4e4130e524Added some missing setters for AT1846S calibration and fixed other ones
Silvano Seva
2021-01-23 18:58:31 +0100
72220c377eImplemented RTX driver for GDx platform, by now only supporting RX
Silvano Seva
2021-01-23 09:25:46 +0100
8afa1d700eDriver for HR_C6000 baseband IC
Silvano Seva
2021-01-17 14:52:46 +0100
b2eb042d2bDriver for AT1846S baseband IC
Silvano Seva
2021-01-17 14:17:09 +0100
9802bc4e75Started implementation of baseband drivers for GDx platforms
Silvano Seva
2021-01-17 10:18:10 +0100
1a1e39fcc0UI: Add Zone and Contacts menu
Federico Amedeo Izzo
2021-01-24 18:53:43 +0100
302eb572beCPS: Add Zone and Contact reading function stubs
Federico Amedeo Izzo
2021-01-24 18:11:09 +0100
d3796971dfNVMEM: Fix compiler warning on linux
Federico Amedeo Izzo
2021-01-24 16:29:48 +0100
bc88247809UI: Fix compiler warning uint32_t is unsigned long on 32-bit ARM and unsigned on 64-bit x64. Add type specifier to avoid having warnings when compiling on Linux
Federico Amedeo Izzo
2021-01-24 16:27:50 +0100
4bbad17012Refactoring of data structure for GDx calibration data: 'vhfCal' and 'uhfCal' fields merged into a single two-element array field
Silvano Seva
2021-01-21 12:34:11 +0100
827bc45794Fix deadlock issue on linux target
Niccolò Izzo
2021-01-15 22:09:11 +0100
f8b509aeeaCreate main.yml
Fred
2021-01-03 09:52:42 +0100
a5a9750fc3UI: Recalculate layout and padding sizes for all radios
Federico Amedeo Izzo
2021-01-03 09:38:54 +0100
5f5c993f9aRemove separate MD-UV380G platform files. From now on they will be shared with MD-UV380, with only a GPS define set in meson.build.
Federico Amedeo Izzo
2021-01-03 08:25:37 +0100
16e4642b97Fix for first part of #11, caused by VCO not being updated when a new configuration is received by the rtx driver
Silvano Seva
2021-01-02 21:19:26 +0100
403f37844fFixed compilation error for MD-UV380G target
Silvano Seva
2021-01-02 19:39:59 +0100
48775a71fdFinalising merge of branch master into GDx-development
Silvano Seva
2021-01-02 15:17:15 +0100
206daec861Driver for nonvolatile external memory on GDx devices, by now only supporting retrieval of calibration parameters
Silvano Seva
2020-12-29 17:18:16 +0100
ff7216e9cdDriver for AT24Cx external EEPROM present on GDx devices
Silvano Seva
2020-12-28 18:31:20 +0100
b393cdad8dAdded locking mechanism to MK22FN512xx I2C0 driver to allow for multithread use
Silvano Seva
2020-12-28 18:06:44 +0100
56d56e901fDriver for MK22FN512xx I2C0 peripheral
Silvano Seva
2020-12-28 12:43:27 +0100
5581276ec5Calibrated delayMs and delayUs on MK22FN512xx MCU
Silvano Seva
2020-12-28 11:58:33 +0100
efb235ae4eFixed issues with _read_r in MK22FN512xx libc integration code
Silvano Seva
2020-12-27 09:18:58 +0100
aad19cc41cDriver for external SPI flash memory on Baofeng DM-1801
Silvano Seva
2020-12-26 19:14:30 +0100
d9f6ea31abSeparated code for SPI communication from sources of external flash memory driver.
Silvano Seva
2020-12-24 19:00:00 +0100