forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ports/psoc6: Config modifications for new board SSL inclusion.
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
- Loading branch information
1 parent
6b3e76b
commit 22122dd
Showing
9 changed files
with
27 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,5 @@ | ||
// Board and hardware specific configuration | ||
#define MICROPY_HW_MCU_NAME "PSoC62" | ||
#define MICROPY_HW_BOARD_NAME "CY8CPROTO-062-4343W" | ||
// #define MICROPY_HW_FLASH_STORAGE_BYTES (0x200000) | ||
|
||
// Enable USB Mass Storage with FatFS filesystem. | ||
// #define MICROPY_HW_USB_MSC (1) | ||
|
||
// PSoC6 port specific | ||
// set to 1 to enable filesystem to be loaded on external qspi flash | ||
// if set to 0, filesystem is located in an allotted area of internal flash of PSoC6 | ||
#define MICROPY_ENABLE_EXT_QSPI_FLASH (1) | ||
|
||
#define MICROPY_PY_NETWORK (1) | ||
#define MICROPY_PY_NETWORK_HOSTNAME_DEFAULT "CY8C-062-4343W" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
FROZEN_MANIFEST ?= boards/manifest.py | ||
MICROPY_PY_NETWORK_IFX_WCM = 0 | ||
MICROPY_PY_NETWORK = 0 | ||
MICROPY_PSOC6_LWIP = 0 | ||
MICROPY_PSOC6_SSL_MBEDTLS = 0 | ||
MICROPY_PY_SSL = 1 | ||
MICROPY_PSOC6_SSL_MBEDTLS = 1 | ||
BOARD_VERSION=release-v4.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.