Skip to content

variant(WL): add Oceanus-I module and EV #2752

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,8 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
| :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 |
| :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) |
| :green_heart: | STM32L051C8 | [RHF76-052](https://lora-alliance.org/lora_products/rhf76-052/) | *1.7.0* | Basic support |
| :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) |
| :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) |

### Midatronics boards

Expand Down
28 changes: 28 additions & 0 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14211,6 +14211,34 @@ LoRa.menu.pnum.ELEKTOR_F072CB.build.st_extra_flags=-D{build.product_line} {build
LoRa.menu.pnum.ELEKTOR_F072CB.openocd.target=stm32f0x
LoRa.menu.pnum.ELEKTOR_F072CB.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32F0xx/STM32F0x2.svd

# Oceanus-I Module
LoRa.menu.pnum.WE_OCEANUS1=Oceanus-I Module
LoRa.menu.pnum.WE_OCEANUS1.upload.maximum_size=262144
LoRa.menu.pnum.WE_OCEANUS1.upload.maximum_data_size=65536
LoRa.menu.pnum.WE_OCEANUS1.build.mcu=cortex-m4
LoRa.menu.pnum.WE_OCEANUS1.build.board=WE_OCEANUS1
LoRa.menu.pnum.WE_OCEANUS1.build.series=STM32WLxx
LoRa.menu.pnum.WE_OCEANUS1.build.product_line=STM32WLE5xx
LoRa.menu.pnum.WE_OCEANUS1.build.variant=STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U
LoRa.menu.pnum.WE_OCEANUS1.build.variant_h=variant_WE_OCEANUS1.h
LoRa.menu.pnum.WE_OCEANUS1.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
LoRa.menu.pnum.WE_OCEANUS1.openocd.target=stm32wlx
LoRa.menu.pnum.WE_OCEANUS1.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32WLxx/STM32WLE5_CM4.svd

# Oceanus-I EV
LoRa.menu.pnum.WE_OCEANUS1_EV=Oceanus-I EV
LoRa.menu.pnum.WE_OCEANUS1_EV.upload.maximum_size=262144
LoRa.menu.pnum.WE_OCEANUS1_EV.upload.maximum_data_size=65536
LoRa.menu.pnum.WE_OCEANUS1_EV.build.mcu=cortex-m4
LoRa.menu.pnum.WE_OCEANUS1_EV.build.board=WE_OCEANUS1_EV
LoRa.menu.pnum.WE_OCEANUS1_EV.build.series=STM32WLxx
LoRa.menu.pnum.WE_OCEANUS1_EV.build.product_line=STM32WLE5xx
LoRa.menu.pnum.WE_OCEANUS1_EV.build.variant=STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U
LoRa.menu.pnum.WE_OCEANUS1_EV.build.variant_h=variant_WE_OCEANUS1_EV.h
LoRa.menu.pnum.WE_OCEANUS1_EV.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
LoRa.menu.pnum.WE_OCEANUS1_EV.openocd.target=stm32wlx
LoRa.menu.pnum.WE_OCEANUS1_EV.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32WLxx/STM32WLE5_CM4.svd

# Upload menu
LoRa.menu.upload_method.swdMethod=STM32CubeProgrammer (SWD)
LoRa.menu.upload_method.swdMethod.upload.protocol=swd
Expand Down
Loading
Loading