Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6b49c commit 688f0e3Copy full SHA for 688f0e3
ports/atmel-samd/boards/arduino_mkr1300/mpconfigboard.h
@@ -1,12 +1,10 @@
1
#define MICROPY_HW_BOARD_NAME "Arduino MKR1300"
2
#define MICROPY_HW_MCU_NAME "samd21g18"
3
4
-#define MICROPY_PORT_A (PORT_PA24 | PORT_PA25)
+#define MICROPY_PORT_A (0)
5
#define MICROPY_PORT_B (0)
6
#define MICROPY_PORT_C (0)
7
8
-#include "internal_flash.h"
9
-
10
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
11
12
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000)
0 commit comments