Skip to content

Commit b8a7a7b

Browse files
committed
variant(WL): add Oceanus-I module and EV
Signed-off-by: wm-eisos <wajdi.elmuhtadi@we-online.com>
1 parent e91bc19 commit b8a7a7b

File tree

8 files changed

+1030
-0
lines changed

8 files changed

+1030
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,8 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
889889
| :green_heart: | STM32WLE5CC | [RAK3172T Module](https://github.com/RAKWireless/rakwireless-docs/tree/master/docs/Product-Categories/WisDuo/RAK3172-Module) | *2.8.1* | RAK3172 Module with TCXO |
890890
| :green_heart: | STM32L151CB | [RAK811 LoRa Tracker](https://www.rakwireless.com/en/) | *1.4.0* | [Wiki](https://github.com/stm32duino/Arduino_Core_STM32/wiki/Connectivities#lora) |
891891
| :green_heart: | STM32L051C8 | [RHF76-052](https://lora-alliance.org/lora_products/rhf76-052/) | *1.7.0* | Basic support |
892+
| :yellow_heart: | STM32WLE5CC | [Oceanus-I Module](https://www.we-online.com/en/components/products/OCEANUS-I) | **2.11.0** | [User Manual](https://www.we-online.com/en/components/products/manual/2618011182000) <br/> LoRa & LoRaWAN support with [STM32LoRaWAN](https://github.com/stm32duino/STM32LoRaWAN) |
893+
| :yellow_heart: | STM32WLE5CC | [Oceanus-I EV](https://www.we-online.com/en/components/products/OCEANUS-I) | **2.11.0** | [User Manual](https://www.we-online.com/en/components/products/manual/2618019382001) <br/> LoRa & LoRaWAN support with [STM32LoRaWAN](https://github.com/stm32duino/STM32LoRaWAN) |
892894

893895
### Midatronics boards
894896

boards.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14211,6 +14211,34 @@ LoRa.menu.pnum.ELEKTOR_F072CB.build.st_extra_flags=-D{build.product_line} {build
1421114211
LoRa.menu.pnum.ELEKTOR_F072CB.openocd.target=stm32f0x
1421214212
LoRa.menu.pnum.ELEKTOR_F072CB.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32F0xx/STM32F0x2.svd
1421314213

14214+
# Oceanus-I Module
14215+
LoRa.menu.pnum.WE_OCEANUS1=Oceanus-I Module
14216+
LoRa.menu.pnum.WE_OCEANUS1.upload.maximum_size=262144
14217+
LoRa.menu.pnum.WE_OCEANUS1.upload.maximum_data_size=65536
14218+
LoRa.menu.pnum.WE_OCEANUS1.build.mcu=cortex-m4
14219+
LoRa.menu.pnum.WE_OCEANUS1.build.board=WE_OCEANUS1
14220+
LoRa.menu.pnum.WE_OCEANUS1.build.series=STM32WLxx
14221+
LoRa.menu.pnum.WE_OCEANUS1.build.product_line=STM32WLE5xx
14222+
LoRa.menu.pnum.WE_OCEANUS1.build.variant=STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U
14223+
LoRa.menu.pnum.WE_OCEANUS1.build.variant_h=variant_WE_OCEANUS1.h
14224+
LoRa.menu.pnum.WE_OCEANUS1.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
14225+
LoRa.menu.pnum.WE_OCEANUS1.openocd.target=stm32wlx
14226+
LoRa.menu.pnum.WE_OCEANUS1.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32WLxx/STM32WLE5_CM4.svd
14227+
14228+
# Oceanus-I EV
14229+
LoRa.menu.pnum.WE_OCEANUS1_EV=Oceanus-I EV
14230+
LoRa.menu.pnum.WE_OCEANUS1_EV.upload.maximum_size=262144
14231+
LoRa.menu.pnum.WE_OCEANUS1_EV.upload.maximum_data_size=65536
14232+
LoRa.menu.pnum.WE_OCEANUS1_EV.build.mcu=cortex-m4
14233+
LoRa.menu.pnum.WE_OCEANUS1_EV.build.board=WE_OCEANUS1_EV
14234+
LoRa.menu.pnum.WE_OCEANUS1_EV.build.series=STM32WLxx
14235+
LoRa.menu.pnum.WE_OCEANUS1_EV.build.product_line=STM32WLE5xx
14236+
LoRa.menu.pnum.WE_OCEANUS1_EV.build.variant=STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U
14237+
LoRa.menu.pnum.WE_OCEANUS1_EV.build.variant_h=variant_WE_OCEANUS1_EV.h
14238+
LoRa.menu.pnum.WE_OCEANUS1_EV.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
14239+
LoRa.menu.pnum.WE_OCEANUS1_EV.openocd.target=stm32wlx
14240+
LoRa.menu.pnum.WE_OCEANUS1_EV.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32WLxx/STM32WLE5_CM4.svd
14241+
1421414242
# Upload menu
1421514243
LoRa.menu.upload_method.swdMethod=STM32CubeProgrammer (SWD)
1421614244
LoRa.menu.upload_method.swdMethod.upload.protocol=swd

0 commit comments

Comments
 (0)