Commit graph

161 commits

Author SHA1 Message Date
jgromes
b2af390c14 Added nonvolatile pointer macro 2023-04-29 22:52:11 +02:00
jgromes
f244caa0bb Bump version to 6.0.0 2023-04-24 18:32:02 +02:00
jgromes
09c3ac4f6b [HAL] Formatting cleanup, added doxygen comments 2023-04-22 18:11:00 +02:00
Mestery
9a68a3c901 use uint32 instead of uint8 for pin type 2023-04-16 21:39:00 +02:00
Mestery
0cf308be04 remove byte usage 2023-04-16 21:00:05 +02:00
Mestery
ec3d4eaf20 Improve hardware abstraction layer 2023-04-12 23:16:18 +02:00
Mestery
17ae017f89
address changes 2023-04-10 14:51:07 +02:00
Mestery
220b4dad7f
use printf in both build 2023-04-10 09:13:58 +00:00
Mestery
6456da188d
fix debug print 2023-04-10 09:13:58 +00:00
Davide Lasagna
642cbd8bfd added link to original issue 2023-03-30 09:49:50 +01:00
Davide Lasagna
c400a1428e fix #709 2023-03-29 18:21:18 +01:00
jgromes
97ab0d357a [SX126x] Added spectral scan 2023-03-11 20:09:03 +01:00
jgromes
6677b15d93 Bump version to 5.7.0 2023-03-05 18:24:14 +01:00
jgromes
eaaac36f28 Bump version to 5.6.0 2023-01-15 17:42:44 +01:00
Matthijs Kooijman
e52ffb0a69 [STM32WLx] Only build on compatible STM32 boards
This checks for some system macros to be set, but also includes the
doxygen build to generate documentation.

This reuses the RADIOLIB_EXCLUDE_STM32WLX that the code already checks
for to prevent having to duplicate this macro check in four places.

To detect running inside doxygen, this configures doxygen to predefine
a DOXYGEN macro (it seems no such macros are defined by default by
doxygen).
2023-01-10 18:09:55 +01:00
Matthijs Kooijman
5e47d94418 [STM32WLx] Add module for STM32WL MCUs with integrated radio (#588)
This is a nearly complete implementation, except that the Dio1 interrupt
is not yet supported (this will be added in a subsequent commit to
simplify review).

This fixes #588.
2023-01-10 18:09:55 +01:00
jgromes
947ff48df6 Added support for unofficial Raspberry Pi Pico core (#643) 2022-12-14 22:37:25 +01:00
jgromes
3fa34b433a Bump version to 5.5.0 2022-11-19 14:20:14 +01:00
jgromes
5327952af5 Added links to interrupt-based wiki page 2022-11-18 17:06:38 +01:00
Frederic Pillon
1fc9b3a142 fix: wrong cast
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
2022-11-17 16:06:19 +01:00
Thomas Göttgens
58d744ae7a
Portduino is simulating an UNO WIFI
the same definition works now.
2022-11-14 12:58:46 +01:00
jgromes
4667c26448 [SX128x] Removed slowdown macro (#158) 2022-11-13 22:12:34 +01:00
jgromes
ee7cf446e2 Bump version to 5.4.1 2022-10-04 19:42:36 +02:00
jgromes
0e43ee0efa Fixed pulseIn on mbed platforms (CI_BUILD_ALL) 2022-10-01 23:55:50 +02:00
jgromes
37f3f138ea Bump version to 5.4.0 2022-10-01 23:01:45 +02:00
jgromes
da0993a6ed Added RADIOLIB_EXCLUDE_DIRECT_RECEIVE exclusion macro (#557) 2022-08-15 19:19:59 +02:00
Peter Lawrence
4bdec52f88 remedy Module when RADIOLIB_BUILD_ARDUINO is not defined 2022-08-04 17:46:58 -05:00
jgromes
8675f13e5d [Morse] Added basic Morse receive support (#545) CI_BUILD_ALL 2022-07-30 08:53:57 +02:00
jgromes
356f1ef2fd Fixed compatibility with STM32 core >2.0.0 (#549) 2022-07-24 19:59:14 +02:00
jgromes
ae7065da7b Bump version to 5.3.0 2022-07-17 10:14:24 +02:00
jgromes
0fab561713 Bump version to 5.2.0 2022-06-13 18:32:53 +02:00
jgromes
6b83e08cfa Added support for Teensy (#175) 2022-06-12 19:31:15 +02:00
jgromes
d3d2f90627 Bump version to 5.1.2 2022-02-06 15:08:12 +01:00
jgromes
5c5afdf99f Bump version to 5.1.1 2022-02-06 15:06:58 +01:00
jgromes
4567044deb Added support for Raspberry PI (#432) 2021-12-28 13:47:06 +01:00
jgromes
04a164abdd Bump version to 5.1.0 2021-12-19 12:51:09 +01:00
jgromes
1d42f1a0ff [MOD] Use custom tone() on Arduino mbed boards (#407) 2021-12-04 17:04:59 +01:00
jgromes
1c54c1d1c6 Fixed incorrect debug macro called (#407) 2021-11-30 23:19:17 +01:00
jgromes
24ea845c7c Bump version to 5.0.0 2021-11-27 18:20:59 +01:00
jgromes
afe524cfc7 [SX126x] Added builtin module for CubeCell (#412) 2021-11-27 10:20:51 +01:00
jgromes
f8bdbae73a Fixed RadioShield definition 2021-11-16 10:22:10 +01:00
jgromes
ffda180513 Fixed incorrect macro guards 2021-11-16 10:05:58 +01:00
jgromes
01f98e4d4c Fixed digitalRead for Arduino Zero CI_BUILD_ALL 2021-11-14 14:13:50 +01:00
jgromes
ebd9cb4147 Renamed callback build macros 2021-11-14 12:35:45 +01:00
jgromes
5b1c793563 Added custom Arduino API arg macros 2021-11-14 11:48:51 +01:00
jgromes
10ec10d233 Removerd reference to UART 2021-11-14 11:35:32 +01:00
jgromes
8111bc058f Added HAL 2021-11-14 11:33:35 +01:00
jgromes
6e20c16d3d Removed debug output (enabled by mistake) 2021-11-07 21:41:12 +01:00
jgromes
e3ff5affc6 Fix possible issues in CubeCell 1.3.0 (#397) 2021-10-30 21:22:36 +02:00
jgromes
98e2a1847d Added missing alias macro for Intel Curie 2021-10-28 00:11:24 +02:00