Charles
61522fb297
Allow custom TCXO control parameter
...
Allow custom TCXO control parameter
2024-04-04 11:43:02 +02:00
Jerome Coutant
1bf8667136
STM32WL: fix MBED_CONF_STM32WL_LORA_DRIVER_SLEEP_MODE option
2022-08-18 14:53:58 +02:00
Charles
42e11ac9bd
Allow to use LowPower fix as a parameter
...
Allow to use TCXO Control Voltage and LowPower fix as a parameter
leave current default value to avoid breaking changes
astyle fix
2022-08-16 13:45:45 +02:00
LukaB
d503495189
Fix STM32 radio driver when bandwith is 0
...
A bug was detected when the uint8_t SUBGRF_GetFskBandwidthRegValue( uint32_t bandwidth )
is called and the bandwith argument has a value of 0.
Comparing the code to the STMCubeWL 1.1 we can see that an if statement is missing to
address the condition where bandwith is equal to 0.
Added the if statement to the radio driver to account for this edge case.
2022-02-03 08:24:21 +13:00
Martin Kojtal
1c5813b33c
Merge pull request #15181 from hallard/LoRa_sx1276_LowPower_fix
...
Fix LoRa sx1276 Low Power sleep, now 3uA
2021-12-08 14:55:52 +00:00
Jerome Coutant
fb07b7ac4c
STM32WL : add LORA robustness
...
Improvment to support extensive tests
2021-12-06 17:48:35 +01:00
Charles
ccc34b9134
Fix Low Power sleep, now 3uA
2021-11-29 17:16:09 +01:00
Martin Kojtal
06f234e3af
Merge pull request #15137 from jeromecoutant/PR_WL_1_1_0
...
STM32WL update drivers version to CUBE V1.1.0
2021-10-15 10:07:02 +02:00
Jerome Coutant
5a1e864003
STM32WL CMakeLists update
2021-10-12 12:20:27 +02:00
Jerome Coutant
f42b3e41bf
STM32WL LORA radio: add a critical section in IRQ process
2021-10-12 11:01:22 +02:00
Jerome Coutant
4b956bbf3d
STM32WL LORA driver: add debug print
2021-10-12 10:36:43 +02:00
Jerome Coutant
fe1adbcc86
Lora drivers: explicit lib requirement
2021-09-10 09:07:15 +02:00
Charles
6d0747727e
added optimal settings for RFO_HP only
...
fixed wrong help values name
added detailled comments
fix style-check
fix style-check
2021-08-25 10:23:06 +02:00
Charles
d13aaf408c
Allow LoRaWAN STM32WL driver debug led to be inverted ( #14910 )
2021-07-29 10:29:53 +01:00
Martin Kojtal
e060c8c007
Merge pull request #14730 from Ekidna/fix/sx126x-select-pins
...
Add config macros for device-variant, freq-support and xtal config
2021-07-21 14:52:44 +02:00
Evan Davey
89789f26e1
Move #if/#else statements inside functions
2021-06-09 08:47:47 +10:00
jeromecoutant
777b2730bd
STM32WL LORA: HW specific out of STM32WL_LoRaRadio class
2021-06-03 13:19:32 +02:00
Evan Davey
e61a8caabe
Add config macros for device-variant, freq-support and xtal config
2021-06-03 10:27:01 +10:00
jeromecoutant
81a44fc9ae
STM32WL: use correct include path
2021-02-15 08:54:06 +01:00
Ludovic Champsaur
83d18eb4c0
STM32WL LORA : STM32WL_LoRaRadio support
2021-02-09 11:56:30 +01:00
jeromecoutant
dd602689d2
LoraRadio test update for baremetal support
2021-01-26 14:47:56 +01:00
jeromecoutant
e0217ad9f7
DISCO_L072CZ_LRWAN1: enable LORAWAN by default
2021-01-12 11:42:07 +01:00
jeromecoutant
80aa710a48
LORA-DRIVER: add pins in json configuration
2021-01-12 11:42:04 +01:00
Hugues Kamba
bf84a5b329
CMake: Rename CMake targets
...
* mbed-os renamed mbed-core
* mbed-os-<COMPONENT> renamed mbed-<COMPONENT>
2020-11-06 17:25:22 +00:00
Hugues Kamba
fa98689639
CMake: Componentize Mbed OS into multiple CMake targets ( #13732 )
...
Aside from the core mbed-os CMake target, a number of targets have been created so they can optionally be included by application executables that require them using `target_link_libraries()`.
Co-authored-by: Martin Kojtal <martin.kojtal@arm.com>
Co-authored-by: Rajkumar Kanagaraj <rajkumar.kanagaraj@arm.com>
2020-11-06 17:25:21 +00:00
Hugues Kamba
67a20580cf
CMake: Fix build failure due to lora, cryptocell, and nfc dirs move
2020-11-06 17:25:19 +00:00
Ashok Rao
0c584dfd58
Following 2 changes as part of this commit:
...
1. Moving lora drivers from \components\lora to \connectivity\drivers\lora
2. Incorporating review comments.
2020-08-12 11:18:39 +01:00