Silvano Seva
|
5b0bec8c5f
|
Created OpMode class for modular OOP-based management of operating modes. Created OpMode_FM class for analog FM management. Refactored and moved to C++ the content of openrtx/src/rtx.c. (TG-38, TG-41)
|
2021-05-29 08:20:12 +02:00 |
Silvano Seva
|
a850f9f1ab
|
Removed packed attribute from rtx and radio state data structures as they can cause crashes due to unaligned memory accesses.
|
2021-04-15 21:24:26 +02:00 |
Silvano Seva
|
86f6d114e2
|
Applied __attribute__((packed)) to all data structures to reduce memory footprint
|
2021-03-26 18:11:22 +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
|
d9a55c137a
|
Implementation of all common rtx functionalities and radio driver for MD3x0
|
2021-02-03 14:30:06 +01:00 |
Silvano Seva
|
1840c1aeb5
|
Moved 'rtx.h' out of 'interfaces' folder, since it now becomes a cross-platform component
|
2021-02-03 14:30:06 +01:00 |