diff options
| author | Zixun LI <[email protected]> | 2026-01-14 09:51:50 +0100 |
|---|---|---|
| committer | Zixun LI <[email protected]> | 2026-01-14 09:51:50 +0100 |
| commit | 796e7c23320f6fb48007e8b773841784f420b577 (patch) | |
| tree | 1647c7967a377d8021510033602b61fefe22bb50 /hw | |
| parent | 7a4e3d0821fb7913fbcca55018b41e66a6339df6 (diff) | |
| parent | 5e6e9e6ad0cf7b49b3ed3b6d18c20be57afeef06 (diff) | |
Merge remote-tracking branch 'tinyusb/master' into bsp_h7_tm4c
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/rp2040/family.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/rp2040/family.cmake b/hw/bsp/rp2040/family.cmake index 40eee082d..e617ab3ca 100644 --- a/hw/bsp/rp2040/family.cmake +++ b/hw/bsp/rp2040/family.cmake @@ -251,6 +251,7 @@ function(family_configure_target TARGET RTOS) family_flash_jlink(${TARGET}) # Generate linkermap target and post build. LINKERMAP_OPTION can be set with -D to change default options + family_add_bloaty(${TARGET}) family_add_linkermap(${TARGET}) endfunction() |
