Skip to content

Commit 81afd55

Browse files
authored
Merge branch 'adafruit:main' into usb-interposer-1
2 parents 70bea61 + 1493104 commit 81afd55

20 files changed

+268
-18
lines changed

locale/tr.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"PO-Revision-Date: 2024-07-02 03:21+0000\n"
11-
"Last-Translator: Zoda <ustunsoykerem23@gmail.com>\n"
10+
"PO-Revision-Date: 2024-07-03 19:09+0000\n"
11+
"Last-Translator: Hacı <qwehacim3542qwe@gmail.com>\n"
1212
"Language-Team: none\n"
1313
"Language: tr\n"
1414
"MIME-Version: 1.0\n"
@@ -55,6 +55,8 @@ msgid ""
5555
"\n"
5656
"You are in safe mode because:\n"
5757
msgstr ""
58+
"\n"
59+
"Güvenli moddasın çünkü:\n"
5860

5961
#: py/obj.c
6062
msgid " File \"%q\""
@@ -103,7 +105,7 @@ msgstr ""
103105

104106
#: ports/nordic/common-hal/watchdog/WatchDogTimer.c
105107
msgid "%q cannot be changed once mode is set to %q"
106-
msgstr ""
108+
msgstr "Mod %q olarak ayarlandıktan sonra %q değiştirilemez"
107109

108110
#: shared-bindings/microcontroller/Pin.c
109111
msgid "%q contains duplicate pins"
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/*
2+
* This file is part of the MicroPython project, http://micropython.org/
3+
*
4+
* The MIT License (MIT)
5+
*
6+
* Copyright (c) 2020 Scott Shawcroft for Adafruit Industries
7+
*
8+
* Permission is hereby granted, free of charge, to any person obtaining a copy
9+
* of this software and associated documentation files (the "Software"), to deal
10+
* in the Software without restriction, including without limitation the rights
11+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12+
* copies of the Software, and to permit persons to whom the Software is
13+
* furnished to do so, subject to the following conditions:
14+
*
15+
* The above copyright notice and this permission notice shall be included in
16+
* all copies or substantial portions of the Software.
17+
*
18+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24+
* THE SOFTWARE.
25+
*/
26+
27+
#include "supervisor/board.h"
28+
29+
// Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.

0 commit comments

Comments
 (0)