Skip to content

Commit

Permalink
Add support for Leafony AP03 (#668)
Browse files Browse the repository at this point in the history
Resolves #663
  • Loading branch information
masa6372 authored Sep 19, 2023
1 parent 9c544cb commit a060925
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions boards/leafony_ap03.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"build": {
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32L452xx",
"f_cpu": "80000000L",
"mcu": "stm32l452ret6",
"product_line": "STM32L452xx",
"variant": "STM32L4xx/L452RC(I-T-Y)_L452RE(I-T-Y)x(P)_L462RE(I-T-Y)"
},
"connectivity": [
"can"
],
"debug": {
"jlink_device": "STM32L452RE",
"onboard_tools": [
"stlink"
],
"openocd_board": "st_nucleo_l4",
"openocd_target": "stm32l4x",
"svd_path": "STM32L4x2.svd"
},
"frameworks": [
"arduino",
"cmsis",
"stm32cube",
"libopencm3"
],
"name": "LEAFONY_AP03",
"upload": {
"maximum_ram_size": 163840,
"maximum_size": 524288,
"protocol": "serial",
"protocols": [
"serial",
"jlink",
"cmsis-dap",
"stlink",
"blackmagic",
"mbed"
]
},
"url": "https://shop.leafony.com/",
"vendor": "Leafony"
}

0 comments on commit a060925

Please sign in to comment.