diff options
| author | hathach <[email protected]> | 2026-01-09 23:34:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-01-10 00:11:09 +0700 |
| commit | 09b8f4008450e55caea2f8ee559a3d0abcd87a36 (patch) | |
| tree | b2f072113c493f188644ec7ea703ce1e084bc109 /hw | |
| parent | 4c86cbdc822ccf0f71a67c5f2d627e18ecbad46f (diff) | |
remove transfer_type from hw_endpoint
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() |
