b7795b47c0Fix swapped FM/DMR channel type on GD-77
Federico Amedeo Izzo
2021-03-13 22:25:51 +0100
9e7b04c1faDisable reading VFO channel from flash to fix boot freeze on GD-77
Federico Amedeo Izzo
2021-03-13 22:21:23 +0100
fb9d8afb6cAdapted MK22 vcom sources to miosix kernel but not activating it. Reconfigured x86 emulator.
Silvano Seva
2021-03-12 14:15:27 +0100
a02b693843Made the RTX thread run with the maximum priority on ARM Cortex targets
Silvano Seva
2021-03-11 10:33:40 +0100
73629b308cUpdated miosix kernel submodule
Silvano Seva
2021-03-11 08:13:39 +0100
20ad9b7dcfFixed issue with MDx ADC, rolling back to real battery voltage measurement
Silvano Seva
2021-03-10 19:30:01 +0100
81e8aae103Re-enabled all the tasks, temporarily bypassing battery voltage reading since it has to be debugged
Silvano Seva
2021-03-10 18:56:11 +0100
608292ee5bRemoved old uC/OS-III delay function in linux GPS emulator
Silvano Seva
2021-03-10 17:06:05 +0100
e5316aa8beMinimal refactoring of queue sources
Silvano Seva
2021-03-10 17:00:29 +0100
fb3447b0c6Moving to miosix kernel: swapped old uC/OS-III task management functions with pthread ones
Silvano Seva
2021-03-10 16:32:40 +0100
2b28ea0525Moving to miosix kernel: added two functions to 'interfaces/delays.h' to provide substitutes for their uC/OS-III counterparts and removed the old rtos sources
Silvano Seva
2021-03-10 15:17:22 +0100
093640478cMoving to miosix kernel: adapted GDx drivers and part of the common code to new configuration
Silvano Seva
2021-03-10 13:31:49 +0100
7992b4abcaMoving to miosix kernel: adapted MDx drivers to new configuration
Silvano Seva
2021-03-10 12:13:38 +0100
fef057f21fAdded miosix kernel as submodule
Silvano Seva
2021-03-10 10:00:42 +0100
aa3680ee46Moving to miosix kernel: boot files for MK22FN512-based targets
Silvano Seva
2021-03-09 21:05:53 +0100
5995a5d8e0Moving to miosix kernel: adapted parameters for cross-compilation and modified boot files for STM32-based targets
Silvano Seva
2021-03-09 15:32:28 +0100
cbfb78e19eFixed bug which made the GPS task re-syncronising the RTC with GPS time once per second.
Silvano Seva
2021-03-13 09:14:26 +0100
dc5739b8bcFix GD-77 SPI flash pinout to make flash working
Federico Amedeo Izzo
2021-03-01 20:54:00 +0100
fb3c055f85Disable writing settings until DFU support is ready
Federico Amedeo Izzo
2021-03-01 20:52:57 +0100
f5a2f8c1ceDisable settings write until DFU support is complete
Federico Amedeo Izzo
2021-03-01 19:53:06 +0100
4038bf811eFixed error in 'W25Qx_writePage' causing it skipping the blocks having an odd address
Silvano Seva
2021-02-26 11:07:32 +0100
8f2dd371d1Modified write flash test
Niccolò Izzo
2021-02-26 10:45:49 +0100
60b9c8b516Made linker emit a warning whenever common symbols are merged. Fixed some variables having an unnecessary global scope and being subject to common linkage
Silvano Seva
2021-02-25 17:00:28 +0100
d96e60873eAdded register documentation in AT1846S driver
Silvano Seva
2021-02-25 11:40:56 +0100
de85ba90cbFilter out BeiDou NMEA strings
Niccolò Izzo
2021-02-25 11:20:31 +0100
056c53b35dMade UI fsm skip low battery check when TX is enabled to avoid spurious triggers of low battery alert caused by the high current absorption from RF PA
Silvano Seva
2021-02-24 21:00:30 +0100
6b24895ef3Extended GPS support to UV-380 module
Niccolò Izzo
2021-02-24 08:04:49 +0100
3438006ef5Removed moving average filtering from MDx ADC1 driver, added code for proper filtering of ADC samples in platform-independent code
Silvano Seva
2021-02-23 15:49:55 +0100
416ae13eb1Fixed linking error when building for linux
Silvano Seva
2021-02-23 14:01:09 +0100
67c41188abCreated 'lib' folder, containing all the external libraries
Silvano Seva
2021-02-23 14:00:34 +0100
dc131c3333Refactored 'W25Qx_writeData' and disabled '-ffunction-sections', which causes printf not printing decimal dots when used with %f
Silvano Seva
2021-02-23 13:51:49 +0100