diff options
| author | HiFiPHile <[email protected]> | 2026-08-25 09:27:48 +0200 |
|---|---|---|
| committer | HiFiPHile <[email protected]> | 2026-08-25 09:27:48 +0200 |
| commit | dfac26a272fa7bbbca2050fbe9f1ca09008e548e (patch) | |
| tree | efbc53f8f2c1e5d9c7f38e5fef6d774a20053cec /hw/bsp/BoardPresets.json | |
| parent | e590b45fcf51f9ddace73178074e4fe6d691e319 (diff) | |
| parent | 5c0e31cdabaf37f14e1f5e988a020abfc1000495 (diff) | |
Merge master updates into the UAC1 host branch
Bring the audio work onto the current host core and build files before applying the remaining review fixes.
Signed-off-by: HiFiPHile <[email protected]>
Diffstat (limited to 'hw/bsp/BoardPresets.json')
| -rw-r--r-- | hw/bsp/BoardPresets.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/hw/bsp/BoardPresets.json b/hw/bsp/BoardPresets.json index 93a8f2c32..a480efc3e 100644 --- a/hw/bsp/BoardPresets.json +++ b/hw/bsp/BoardPresets.json @@ -43,6 +43,10 @@ "inherits": "default" }, { + "name": "apm32f072_dev_board", + "inherits": "default" + }, + { "name": "arduino_nano33_ble", "inherits": "default" }, @@ -511,6 +515,10 @@ "inherits": "default" }, { + "name": "py32f071_dev_board", + "inherits": "default" + }, + { "name": "pybadge", "inherits": "default" }, @@ -1008,6 +1016,11 @@ "configurePreset": "apard32690" }, { + "name": "apm32f072_dev_board", + "description": "Build preset for the apm32f072_dev_board board", + "configurePreset": "apm32f072_dev_board" + }, + { "name": "arduino_nano33_ble", "description": "Build preset for the arduino_nano33_ble board", "configurePreset": "arduino_nano33_ble" @@ -1638,6 +1651,11 @@ "configurePreset": "portenta_c33" }, { + "name": "py32f071_dev_board", + "description": "Build preset for the py32f071_dev_board board", + "configurePreset": "py32f071_dev_board" + }, + { "name": "pybadge", "description": "Build preset for the pybadge board", "configurePreset": "pybadge" @@ -2258,6 +2276,19 @@ ] }, { + "name": "apm32f072_dev_board", + "steps": [ + { + "type": "configure", + "name": "apm32f072_dev_board" + }, + { + "type": "build", + "name": "apm32f072_dev_board" + } + ] + }, + { "name": "arduino_nano33_ble", "steps": [ { @@ -3896,6 +3927,19 @@ ] }, { + "name": "py32f071_dev_board", + "steps": [ + { + "type": "configure", + "name": "py32f071_dev_board" + }, + { + "type": "build", + "name": "py32f071_dev_board" + } + ] + }, + { "name": "pybadge", "steps": [ { |
