File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
ports/stm32/boards/ARDUINO_GIGA Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ MICROPY_PY_LWIP = 1
23
23
MICROPY_PY_NETWORK_CYW43 = 1
24
24
MICROPY_PY_SSL = 1
25
25
MICROPY_SSL_MBEDTLS = 1
26
+ MICROPY_PY_OPENAMP = 1
27
+ MICROPY_PY_REMOTEPROC = 1
26
28
27
29
FROZEN_MANIFEST = $(BOARD_DIR ) /manifest.py
28
30
MBEDTLS_CONFIG_FILE = '"$(BOARD_DIR ) /mbedtls_config_board.h"'
Original file line number Diff line number Diff line change @@ -44,4 +44,7 @@ _micropy_hw_internal_flash_storage_ram_cache_end = ORIGIN(DTCM) + LENGTH(DTCM);
44
44
_micropy_hw_internal_flash_storage_start = ORIGIN (FLASH_FS);
45
45
_micropy_hw_internal_flash_storage_end = ORIGIN (FLASH_FS) + LENGTH (FLASH_FS);
46
46
47
+ _openamp_shm_region_start = ORIGIN (SRAM3);
48
+ _openamp_shm_region_end = ORIGIN (SRAM3) + LENGTH (SRAM3);
49
+
47
50
INCLUDE common_blifs.ld
You can’t perform that action at this time.
0 commit comments