File tree Expand file tree Collapse file tree 5 files changed +22
-5
lines changed Expand file tree Collapse file tree 5 files changed +22
-5
lines changed Original file line number Diff line number Diff line change @@ -2642,7 +2642,7 @@ msgstr ""
2642
2642
msgid "can't set 512 block size"
2643
2643
msgstr ""
2644
2644
2645
- #: py/objnamedtuple.c
2645
+ #: py/objexcept.c py/ objnamedtuple.c
2646
2646
msgid "can't set attribute"
2647
2647
msgstr ""
2648
2648
@@ -3844,6 +3844,11 @@ msgstr ""
3844
3844
msgid "pressing both buttons at start up.\n"
3845
3845
msgstr ""
3846
3846
3847
+ #: ports/espressif/boards/m5stack_core_basic/mpconfigboard.h
3848
+ #: ports/espressif/boards/m5stack_core_fire/mpconfigboard.h
3849
+ msgid "pressing button A at start up.\n"
3850
+ msgstr ""
3851
+
3847
3852
#: ports/nrf/boards/aramcon2_badge/mpconfigboard.h
3848
3853
msgid "pressing the left button at start up\n"
3849
3854
msgstr ""
Original file line number Diff line number Diff line change 3
3
*
4
4
* The MIT License (MIT)
5
5
*
6
- * Copyright (c) 2020 Scott Shawcroft for Adafruit Industries
6
+ * Copyright (c) 2022 CDarius
7
7
*
8
8
* Permission is hereby granted, free of charge, to any person obtaining a copy
9
9
* of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 3
3
*
4
4
* The MIT License (MIT)
5
5
*
6
- * Copyright (c) 2022 Dan Halbert for Adafruit Industries
6
+ * Copyright (c) 2022 CDarius
7
7
*
8
8
* Permission is hereby granted, free of charge, to any person obtaining a copy
9
9
* of this software and associated documentation files (the "Software"), to deal
38
38
#define CIRCUITPY_BOARD_UART (1)
39
39
#define CIRCUITPY_BOARD_UART_PIN {{.tx = &pin_GPIO17, .rx = &pin_GPIO16}}
40
40
41
+ // For entering safe mode
42
+ #define CIRCUITPY_BOOT_BUTTON (&pin_GPIO39)
43
+
44
+ // Explanation of how a user got into safe mode
45
+ #define BOARD_USER_SAFE_MODE_ACTION translate("pressing button A at start up.\n")
46
+
41
47
// UART pins attached to the USB-serial converter chip
42
48
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO1)
43
49
#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO3)
Original file line number Diff line number Diff line change 3
3
*
4
4
* The MIT License (MIT)
5
5
*
6
- * Copyright (c) 2020 Scott Shawcroft for Adafruit Industries
6
+ * Copyright (c) 2022 CDarius
7
7
*
8
8
* Permission is hereby granted, free of charge, to any person obtaining a copy
9
9
* of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 3
3
*
4
4
* The MIT License (MIT)
5
5
*
6
- * Copyright (c) 2022 Dan Halbert for Adafruit Industries
6
+ * Copyright (c) 2022 CDarius
7
7
*
8
8
* Permission is hereby granted, free of charge, to any person obtaining a copy
9
9
* of this software and associated documentation files (the "Software"), to deal
39
39
// #define CIRCUITPY_BOARD_UART (1)
40
40
// #define CIRCUITPY_BOARD_UART_PIN {{.tx = &pin_GPIO17, .rx = &pin_GPIO16}}
41
41
42
+ // For entering safe mode
43
+ #define CIRCUITPY_BOOT_BUTTON (&pin_GPIO39)
44
+
45
+ // Explanation of how a user got into safe mode
46
+ #define BOARD_USER_SAFE_MODE_ACTION translate("pressing button A at start up.\n")
47
+
42
48
// UART pins attached to the USB-serial converter chip
43
49
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO1)
44
50
#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO3)
You can’t perform that action at this time.
0 commit comments