diff options
| author | HiFiPHile <[email protected]> | 2026-09-01 04:54:08 +0200 |
|---|---|---|
| committer | HiFiPHile <[email protected]> | 2026-09-01 04:54:08 +0200 |
| commit | e97cf0296dc1bab7c6d2020925245cd0bd42c475 (patch) | |
| tree | 5faeaccfdcb168d1cf055fc404732eaa82071b4e /hw/bsp/BoardPresets.json | |
| parent | a0e4f90765738a78d4a49cdc3b0725e04cd498fb (diff) | |
| parent | 84dcec43c709643f8a1b1ebbab6d08fbbc605a6d (diff) | |
Merge remote-tracking branch 'origin/master' into agent/fix-dwc2-host-fifo-allocationagent/fix-dwc2-host-fifo-allocation
Diffstat (limited to 'hw/bsp/BoardPresets.json')
| -rw-r--r-- | hw/bsp/BoardPresets.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/hw/bsp/BoardPresets.json b/hw/bsp/BoardPresets.json index a480efc3e..280d6d592 100644 --- a/hw/bsp/BoardPresets.json +++ b/hw/bsp/BoardPresets.json @@ -507,6 +507,10 @@ "inherits": "default" }, { + "name": "pico2_etm_trace", + "inherits": "default" + }, + { "name": "pico_sdk", "inherits": "default" }, @@ -1641,6 +1645,11 @@ "configurePreset": "nutiny_sdk_nuc505" }, { + "name": "pico2_etm_trace", + "description": "Build preset for the pico2_etm_trace board", + "configurePreset": "pico2_etm_trace" + }, + { "name": "pico_sdk", "description": "Build preset for the pico_sdk board", "configurePreset": "pico_sdk" @@ -3901,6 +3910,19 @@ ] }, { + "name": "pico2_etm_trace", + "steps": [ + { + "type": "configure", + "name": "pico2_etm_trace" + }, + { + "type": "build", + "name": "pico2_etm_trace" + } + ] + }, + { "name": "pico_sdk", "steps": [ { |
