Silvano Seva
db597658b9
OpenRTX version 0.4.2
...
Signed-off-by: Silvano Seva <silseva@fastwebnet.it>
2025-10-05 13:52:47 +02:00
Silvano Seva
7aa0451a08
meson.build: remove wrap target for Module17
...
Module17 does not required "wrapped" binaries and this target was added
only for compatibility. In the end, it was more confusing than useful.
Signed-off-by: Silvano Seva <silseva@fastwebnet.it>
2025-10-05 12:52:49 +02:00
Ryan Turner
00a4dbb063
style: resolve ambiguous paths on include macros
...
Update meson and cmake config to only include openrtx and platform paths.
Update files to use <..> for system and external libraries, ".." for
project files and new relative paths as necessary.
Did not attempt to fix areas where includes that should be <..> were
previously ".."
Inspired by #96 , closes #359 .
Acked-by: Silvano Seva <silseva@fastwebnet.it>
2025-09-28 17:27:45 +02:00
Peter Buchegger
4b1e2943c9
meson.build: use bin2sgl python script
...
Resolve #344
2025-09-14 14:21:15 +02:00
marco
485dedc8f3
Use `-std=gnu17` to allow building with gcc 15
...
gcc 15 uses C23 by default now.
The project does not yet compile with C23.
Thus we set the standard back to C17, as it was the default before
2025-08-27 08:49:46 +02:00
Silvano Seva
7684c11328
linux: updated GPS driver to new API
2025-08-15 20:07:32 +02:00
Silvano Seva
f1486c9a41
CS7000 Plus: enabled GPS
2025-08-15 20:07:32 +02:00
Silvano Seva
f8dcefb76b
MD-9600: using new STM32 GPS driver
2025-08-15 20:07:32 +02:00
Silvano Seva
6cdec19cb7
MD-UV3x0: using new STM32 GPS driver
2025-08-15 20:07:32 +02:00
Silvano Seva
5d50439312
MD3x0: using new STM32 GPS driver
2025-08-15 20:07:32 +02:00
Silvano Seva
29ebf95966
CS7000: using new STM32 GPS driver
2025-08-15 20:07:27 +02:00
Silvano Seva
e66125fafc
STM32H: drivers: renamed pll sources to "rcc"
2025-08-13 18:56:25 +02:00
Silvano Seva
fe87ac0186
Updated version number in meson.build
2025-07-12 08:35:10 +02:00
Peter Buchegger
5ca552a830
Created Dockerfile, devcontainer and vscode tasks for all targets
2025-07-11 21:44:57 +02:00
marco
72510a651a
meson.build: MD-9600: fixed missing GPS source
2025-04-04 18:32:43 +02:00
fred
e469c856cc
Initial BSP for Baofeng DM-1701
2025-04-02 19:28:22 +02:00
Alain Carlucci
dfb329e10f
CS7000: added wrap script and build target
2025-03-26 19:58:14 +01:00
Silvano Seva
fb9dd20147
CS7000P: added radio driver
2025-03-26 19:58:14 +01:00
Silvano Seva
8625184030
CS7000P: enabled audio management system
2025-03-26 19:58:14 +01:00
Silvano Seva
891f18cac7
CS7000P: enabled NVM storage
2025-03-26 19:58:14 +01:00
Silvano Seva
894d7b8b57
Initial BSP for Connect Systems CS7000-PLUS
2025-03-26 19:58:14 +01:00
Silvano Seva
dfb24c95e8
Drivers: SPI: added driver for STM32H7 devices
2025-03-20 20:35:23 +01:00
Silvano Seva
f5012e0f63
Drivers: ADC: added driver for STM32H7 devices
2025-03-20 20:35:23 +01:00
Silvano Seva
959e9df457
Added support for STM32H743 MCU
2025-03-16 17:50:19 +01:00
Silvano Seva
6ff868c7a4
Moved STM32F4xx ADC driver under platform/drivers/ADC
2025-03-16 17:44:26 +01:00
Silvano Seva
832b933983
CS7000: implemented transmission of CTCSS squelch tones
2025-03-16 10:13:00 +01:00
Silvano Seva
cb338ceb3d
CS7000: added GPS support
2025-03-16 10:13:00 +01:00
Silvano Seva
ebff73a95f
CS7000: audio driver
2025-03-16 10:13:00 +01:00
Silvano Seva
68b001310e
CS7000: radio driver
2025-03-16 10:13:00 +01:00
Silvano Seva
24a35a8933
CS7000: HR_C6000 driver
2025-03-16 10:13:00 +01:00
Silvano Seva
1f8a2092b3
CS7000: nonvolatile memory driver
2025-03-16 10:13:00 +01:00
Silvano Seva
72e54a7a11
CS7000: keyboard driver
2025-03-16 10:13:00 +01:00
Silvano Seva
7f83dbbd5f
CS7000: display driver
2025-03-16 10:13:00 +01:00
Silvano Seva
4a76d67184
Build target for Connect Systems CS7000
2025-03-16 10:13:00 +01:00
Silvano Seva
5016884782
HR_C6000: added functions for CTCSS tone encode/decode
2025-03-10 21:53:51 +01:00
Silvano Seva
46668c2023
meson.build: moved --print-memory-usage linker directive to cross_arm.txt
2025-03-10 21:52:54 +01:00
Silvano Seva
ea02942eec
STM32F4: changed name of Module17 linker script to a more generic one
...
The linker script for Module17 is nothing more than the generic linker
script used to create binaries for the STM32F4xx MCUs. To reflect this,
its name has been changed to one with a broader scope.
2025-03-10 21:52:50 +01:00
Jim Ancona
ec56cad014
meson.build: changes to support building on MacOS
2025-03-01 20:00:40 +01:00
Silvano Seva
7993074a6a
gpio-native: select driver basing on MCU type instead of build target
2025-02-11 19:01:34 +01:00
marco
52d0c71323
MD9600: Enable Screen Backlight
2024-12-29 00:44:03 +01:00
Silvano Seva
81c55b5377
MD-3x0: using STM32 ADC driver
2024-11-10 12:04:10 +01:00
Silvano Seva
87ac119f1a
meson.build: merged miosix variables into MCU ones
2024-11-09 12:03:23 +01:00
Silvano Seva
3469feb065
MD-UV3x0: using HR_C6000 DAC for "beep" tones
2024-11-09 12:02:46 +01:00
Silvano Seva
a310a0a2d1
Reorganized GPIO drivers
2024-10-18 19:24:22 +02:00
Silvano Seva
2d0bf51873
MDUV3x0: using HR_C6000 for MCU to speaker audio
2024-10-12 12:24:05 +02:00
Silvano Seva
98978b907f
GDx: updated radio driver
2024-10-09 22:02:51 +02:00
Silvano Seva
0c4a0435a8
MD3x0: update radio driver
2024-10-09 22:00:10 +02:00
Silvano Seva
5e94d2fef6
GDx: updated nvm driver
2024-10-09 21:24:33 +02:00
Silvano Seva
9dc449396a
MD9600: updated nvm driver
2024-10-09 21:24:33 +02:00
Silvano Seva
23e4ce0a8a
MDUV3x0: updated nvm driver
2024-10-08 19:20:59 +02:00