File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ msgid "%q must be 1 when %q is True"
182
182
msgstr ""
183
183
184
184
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
185
+ #: shared-module/gifio/OnDiskGif.c
185
186
msgid "%q must be <= %d"
186
187
msgstr ""
187
188
@@ -1006,10 +1007,6 @@ msgstr ""
1006
1007
msgid "Failed to write internal flash."
1007
1008
msgstr ""
1008
1009
1009
- #: supervisor/shared/safe_mode.c
1010
- msgid "Fault detected by hardware."
1011
- msgstr ""
1012
-
1013
1010
#: py/moduerrno.c
1014
1011
msgid "File exists"
1015
1012
msgstr ""
@@ -1085,6 +1082,10 @@ msgstr ""
1085
1082
msgid "Half duplex SPI is not implemented"
1086
1083
msgstr ""
1087
1084
1085
+ #: supervisor/shared/safe_mode.c
1086
+ msgid "Hard fault: memory access or instruction error."
1087
+ msgstr ""
1088
+
1088
1089
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
1089
1090
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/canio/CAN.c
1090
1091
#: ports/stm/common-hal/sdioio/SDCard.c
@@ -1950,10 +1951,6 @@ msgstr ""
1950
1951
msgid "Size not supported"
1951
1952
msgstr ""
1952
1953
1953
- #: ports/raspberrypi/common-hal/alarm/SleepMemory.c
1954
- msgid "Sleep Memory not available"
1955
- msgstr ""
1956
-
1957
1954
#: shared-bindings/alarm/SleepMemory.c shared-bindings/memorymap/AddressRange.c
1958
1955
#: shared-bindings/nvm/ByteArray.c
1959
1956
msgid "Slice and value different lengths."
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ void print_safe_mode_message(safe_mode_t reason) {
209
209
message = translate ("Failed to write internal flash." );
210
210
break ;
211
211
case SAFE_MODE_HARD_FAULT :
212
- message = translate ("Fault detected by hardware ." );
212
+ message = translate ("Hard fault: memory access or instruction error ." );
213
213
break ;
214
214
case SAFE_MODE_INTERRUPT_ERROR :
215
215
message = translate ("Interrupt error." );
You can’t perform that action at this time.
0 commit comments