Silvano Seva
|
608292ee5b
|
Removed old uC/OS-III delay function in linux GPS emulator
|
2021-03-13 09:16:06 +01:00 |
Silvano Seva
|
e5316aa8be
|
Minimal refactoring of queue sources
|
2021-03-13 09:16:06 +01:00 |
Silvano Seva
|
fb3447b0c6
|
Moving to miosix kernel: swapped old uC/OS-III task management functions with pthread ones
|
2021-03-13 09:16:06 +01:00 |
Silvano Seva
|
2b28ea0525
|
Moving 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
|
2021-03-13 09:16:06 +01:00 |
Silvano Seva
|
093640478c
|
Moving to miosix kernel: adapted GDx drivers and part of the common code to new configuration
|
2021-03-13 09:16:06 +01:00 |
Silvano Seva
|
7992b4abca
|
Moving to miosix kernel: adapted MDx drivers to new configuration
|
2021-03-13 09:16:06 +01:00 |
Silvano Seva
|
fef057f21f
|
Added miosix kernel as submodule
|
2021-03-13 09:16:06 +01:00 |
Silvano Seva
|
aa3680ee46
|
Moving to miosix kernel: boot files for MK22FN512-based targets
|
2021-03-13 09:16:06 +01:00 |
Silvano Seva
|
5995a5d8e0
|
Moving to miosix kernel: adapted parameters for cross-compilation and modified boot files for STM32-based targets
|
2021-03-13 09:16:06 +01:00 |
Silvano Seva
|
cbfb78e19e
|
Fixed bug which made the GPS task re-syncronising the RTC with GPS time once per second.
|
2021-03-13 09:14:26 +01:00 |
Federico Amedeo Izzo
|
dc5739b8bc
|
Fix GD-77 SPI flash pinout to make flash working
|
2021-03-01 20:54:00 +01:00 |
Federico Amedeo Izzo
|
fb3c055f85
|
Disable writing settings until DFU support is ready
|
2021-03-01 20:52:57 +01:00 |
Federico Amedeo Izzo
|
f5a2f8c1ce
|
Disable settings write until DFU support is complete
|
2021-03-01 19:53:06 +01:00 |
Nimayer
|
16ec96a067
|
Update README.md
|
2021-02-28 22:27:40 +01:00 |
Nimayer
|
9a99eee190
|
Create FUNDING.yml
|
2021-02-28 22:24:39 +01:00 |
Silvano Seva
|
4038bf811e
|
Fixed error in 'W25Qx_writePage' causing it skipping the blocks having an odd address
|
2021-02-26 11:07:32 +01:00 |
Niccolò Izzo
|
8f2dd371d1
|
Modified write flash test
|
2021-02-26 10:45:49 +01:00 |
Silvano Seva
|
60b9c8b516
|
Made linker emit a warning whenever common symbols are merged. Fixed some variables having an unnecessary global scope and being subject to common linkage
|
2021-02-25 17:00:28 +01:00 |
Silvano Seva
|
d96e60873e
|
Added register documentation in AT1846S driver
|
2021-02-25 11:40:56 +01:00 |
Niccolò Izzo
|
de85ba90cb
|
Filter out BeiDou NMEA strings
|
2021-02-25 11:20:31 +01:00 |
Silvano Seva
|
056c53b35d
|
Made 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
|
2021-02-24 21:00:30 +01:00 |
Niccolò Izzo
|
6b24895ef3
|
Extended GPS support to UV-380 module
|
2021-02-24 08:07:58 +01:00 |
Silvano Seva
|
3438006ef5
|
Removed moving average filtering from MDx ADC1 driver, added code for proper filtering of ADC samples in platform-independent code
|
2021-02-23 15:49:55 +01:00 |
Silvano Seva
|
416ae13eb1
|
Fixed linking error when building for linux
|
2021-02-23 14:01:09 +01:00 |
Silvano Seva
|
67c41188ab
|
Created 'lib' folder, containing all the external libraries
|
2021-02-23 14:00:34 +01:00 |
Silvano Seva
|
dc131c3333
|
Refactored 'W25Qx_writeData' and disabled '-ffunction-sections', which causes printf not printing decimal dots when used with %f
|
2021-02-23 13:51:49 +01:00 |
Niccolò Izzo
|
eb0a5ee9f0
|
Fix compass orientation, speed formatting
|
2021-02-21 20:38:54 +01:00 |
Silvano Seva
|
d0e8d15389
|
Added 'packed' attribute to settings data structure. Some refactoring of settings and state code.
|
2021-02-21 19:25:09 +01:00 |
Federico Amedeo Izzo
|
35bde9bccb
|
Add state_terminate() that saves settings to flash
|
2021-02-21 16:44:31 +01:00 |
Federico Amedeo Izzo
|
d4981ee288
|
Add Settings persistence to SPI Flash
|
2021-02-21 15:58:41 +01:00 |
Federico Amedeo Izzo
|
5f187bc76d
|
Fix SPI Flash write function
|
2021-02-21 14:28:42 +01:00 |
Federico Amedeo Izzo
|
bfb1ad505f
|
Improved SPI Flash overwrite test
|
2021-02-21 14:13:32 +01:00 |
Federico Amedeo Izzo
|
29b56f8dbd
|
Improved overwrite test
|
2021-02-21 08:44:20 +01:00 |
Federico Amedeo Izzo
|
bf8a5cf87d
|
Add SPI Flash write data implementation and test
|
2021-02-21 08:30:51 +01:00 |
Federico Amedeo Izzo
|
0b14e36bdb
|
Fix About screen on GD-77
|
2021-02-20 16:25:06 +01:00 |
Federico Amedeo Izzo
|
820ac73d08
|
UI: Add menu_h and menu_font layout parameters
|
2021-02-20 16:03:37 +01:00 |
Federico Amedeo Izzo
|
9c47797ff0
|
UI: Fixed mismatch between visible and selectable menu elements
|
2021-02-20 15:47:41 +01:00 |
Federico Amedeo Izzo
|
c644e8db1d
|
UI: Remove position parameter from menu list
|
2021-02-20 15:35:19 +01:00 |
Federico Amedeo Izzo
|
711d8426c9
|
Add 10pt font. Reduce frequency line on GD-77 to avoid overlap
|
2021-02-20 15:14:35 +01:00 |
Federico Amedeo Izzo
|
a009ffa2d0
|
Add CPS contact reading for GD-77 (currently not working for SPI flash issues)
|
2021-02-20 09:27:07 +01:00 |
Federico Amedeo Izzo
|
042ec2d5c1
|
Add GD-77 VFO channel CPS support
|
2021-02-20 08:55:42 +01:00 |
Federico Amedeo Izzo
|
a86176dcb8
|
Add GD-77 zone CPS support
|
2021-02-20 08:41:47 +01:00 |
Federico Amedeo Izzo
|
6755a4a7e5
|
Fix CPS channel reading on GD-77
|
2021-02-19 15:08:29 +01:00 |
Silvano Seva
|
d69c237255
|
Fixed misspelled parameter of gpio_clearPin
|
2021-02-19 11:58:55 +01:00 |
Silvano Seva
|
af6c78542a
|
Added support for power gating gpio
|
2021-02-19 11:51:05 +01:00 |
Federico Amedeo Izzo
|
947d071f57
|
CPS: Fix GD-77 Channel base address
|
2021-02-18 15:41:59 +01:00 |
Silvano Seva
|
b699fb4d00
|
Trying to fix screen rotated by 180° on MD-380V devices
|
2021-02-17 21:14:26 +01:00 |
Federico Amedeo Izzo
|
046fcdb417
|
CPS: Improved GD-77 channel reading
|
2021-02-17 20:02:53 +01:00 |
Federico Amedeo Izzo
|
5bb200933b
|
UI: Add missing GPS ifdefs
|
2021-02-17 20:02:53 +01:00 |
Niccolò Izzo
|
f49655c44d
|
Better GPS time synchronization
|
2021-02-17 14:58:20 +01:00 |