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: WIP MTB integration for multi-board-support.
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
- Loading branch information
1 parent
5bf092f
commit 11b4a67
Showing
22 changed files
with
52 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
// 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
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,5 +1,5 @@ | ||
// Board and hardware specific configuration | ||
#define MICROPY_HW_MCU_NAME "PSoC63" | ||
#define MICROPY_HW_BOARD_NAME "CY8CPROTO-063-BLE" | ||
|
||
#define MICROPY_PY_NETWORK (1) | ||
#define MICROPY_PY_NETWORK_HOSTNAME_DEFAULT "CY8C-063-BLE" |
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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