Skip to content

Commit a043cd3

Browse files
committed
stm32/boards/ARDUINO_GIGA: Enable OpenAMP.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
1 parent bb7f27c commit a043cd3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ports/stm32/boards/ARDUINO_GIGA/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ MICROPY_PY_LWIP = 1
2323
MICROPY_PY_NETWORK_CYW43 = 1
2424
MICROPY_PY_SSL = 1
2525
MICROPY_SSL_MBEDTLS = 1
26+
MICROPY_PY_OPENAMP = 1
27+
MICROPY_PY_REMOTEPROC = 1
2628

2729
FROZEN_MANIFEST = $(BOARD_DIR)/manifest.py
2830
MBEDTLS_CONFIG_FILE = '"$(BOARD_DIR)/mbedtls_config_board.h"'

ports/stm32/boards/ARDUINO_GIGA/stm32h747.ld

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,7 @@ _micropy_hw_internal_flash_storage_ram_cache_end = ORIGIN(DTCM) + LENGTH(DTCM);
4444
_micropy_hw_internal_flash_storage_start = ORIGIN(FLASH_FS);
4545
_micropy_hw_internal_flash_storage_end = ORIGIN(FLASH_FS) + LENGTH(FLASH_FS);
4646

47+
_openamp_shm_region_start = ORIGIN(SRAM3);
48+
_openamp_shm_region_end = ORIGIN(SRAM3) + LENGTH(SRAM3);
49+
4750
INCLUDE common_blifs.ld

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy