diff options
| author | hathach <[email protected]> | 2021-06-19 16:21:14 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-06-19 16:21:14 +0700 |
| commit | 7dce27c732d8411229007282a34dec43acc6f76b (patch) | |
| tree | 5a8d48e6b30de47993acf7c862fa79198440ccee | |
| parent | 1b33504e14d3bde9b85c436952a1c66af429ea63 (diff) | |
fix build with saml21, update microchip driver submodule
| -rw-r--r-- | hw/bsp/saml21/boards/atsaml21_xpro/saml21j18b_flash.ld | 1 | ||||
| m--------- | hw/mcu/microchip | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/saml21/boards/atsaml21_xpro/saml21j18b_flash.ld b/hw/bsp/saml21/boards/atsaml21_xpro/saml21j18b_flash.ld index 42f1de8d4..7f6b7fa99 100644 --- a/hw/bsp/saml21/boards/atsaml21_xpro/saml21j18b_flash.ld +++ b/hw/bsp/saml21/boards/atsaml21_xpro/saml21j18b_flash.ld @@ -135,6 +135,7 @@ SECTIONS . = ALIGN(4); _ebss = . ; _ezero = .; + end = .; } > ram /* stack section */ diff --git a/hw/mcu/microchip b/hw/mcu/microchip -Subproject f7087f04783c896627061fc151fa3527b73733c +Subproject 58eb3763200ff51a998be5f537acf67299add22 |
