Skip to content

Commit ce450dc

Browse files
committed
merge from adafruit/main
2 parents 34af8c3 + a634a47 commit ce450dc

File tree

131 files changed

+2758
-282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+2758
-282
lines changed

.devcontainer/cortex-m-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ echo -e "[cortex-m-toolchain.sh] downloading and installing gcc-arm-non-eabi too
1414
cd /workspaces
1515

1616
wget -qO gcc-arm-none-eabi.tar.xz \
17-
https://developer.arm.com/-/media/Files/downloads/gnu/13.2.rel1/binrel/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi.tar.xz
17+
https://developer.arm.com/-/media/Files/downloads/gnu/14.2.rel1/binrel/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi.tar.xz
1818

1919
tar -xJf gcc-arm-none-eabi.tar.xz
2020
ln -s arm-gnu-toolchain-14.2.Rel1-x86_64-arm-none-eabi gcc-arm-none-eabi

.github/workflows/notify-on-issue-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
issues: write
1212
steps:
13-
- uses: tekktrik/issue-labeled-ping@v1
13+
- uses: tekktrik/issue-labeled-ping@v2
1414
with:
1515
github-token: ${{ secrets.GITHUB_TOKEN }}
1616
user: v923z

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*.o
1010
*.a
1111
!atmel-samd/asf/**/*.a
12+
!ports/espressif/microros-lib/**/*.a
1213
*.elf
1314
*.bin
1415
!*.toml.bin

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,3 +412,6 @@
412412
[submodule "ports/analog/msdk"]
413413
path = ports/analog/msdk
414414
url = https://github.com/analogdevicesinc/msdk.git
415+
[submodule "ports/espressif/microros-lib"]
416+
path = ports/espressif/microros-lib
417+
url = https://github.com/hierophect/microros-lib.git

locale/ID.po

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,10 @@ msgstr "Deretan koordinat memiliki panjang yang berbeda"
871871
msgid "Coordinate arrays types have different sizes"
872872
msgstr "Tipe array koordinat memiliki ukuran yang berbeda"
873873

874+
#: ports/espressif/common-hal/rclcpy/Publisher.c
875+
msgid "Could not publish to ROS topic"
876+
msgstr ""
877+
874878
#: shared-bindings/_bleio/Adapter.c
875879
msgid "Could not set address"
876880
msgstr "Tidak dapat mengatur alamat"
@@ -883,6 +887,11 @@ msgstr "Tidak dapat memulai interupsi, RX sibuk"
883887
msgid "Couldn't allocate decoder"
884888
msgstr "Tidak dapat mengalokasikan dekoder"
885889

890+
#: ports/espressif/common-hal/rclcpy/__init__.c
891+
#, c-format
892+
msgid "Critical ROS failure during soft reboot, reset required: %d"
893+
msgstr ""
894+
886895
#: ports/stm/common-hal/analogio/AnalogOut.c
887896
msgid "DAC Channel Init Error"
888897
msgstr "Terjadi kesalahan saat menginisialisasi kanal DAC"
@@ -1312,6 +1321,10 @@ msgstr ""
13121321
msgid "Invalid MAC address"
13131322
msgstr ""
13141323

1324+
#: ports/espressif/common-hal/rclcpy/__init__.c
1325+
msgid "Invalid ROS domain ID"
1326+
msgstr ""
1327+
13151328
#: ports/espressif/common-hal/espidf/__init__.c py/moderrno.c
13161329
msgid "Invalid argument"
13171330
msgstr "Argumen tidak valid"
@@ -1874,6 +1887,10 @@ msgstr "Ukuran program tidak valid"
18741887
msgid "Program too long"
18751888
msgstr "Program terlalu lama"
18761889

1890+
#: shared-bindings/rclcpy/Publisher.c
1891+
msgid "Publishers can only be created from a parent node"
1892+
msgstr ""
1893+
18771894
#: shared-bindings/digitalio/DigitalInOut.c
18781895
msgid "Pull not used when direction is output."
18791896
msgstr "Pull tidak digunakan saat arah output."
@@ -1894,6 +1911,26 @@ msgstr "Kesalahan DeInit RNG"
18941911
msgid "RNG Init Error"
18951912
msgstr "Kesalahan Init RNG"
18961913

1914+
#: ports/espressif/common-hal/rclcpy/__init__.c
1915+
msgid "ROS failed to initialize. Is agent connected?"
1916+
msgstr ""
1917+
1918+
#: ports/espressif/common-hal/rclcpy/__init__.c
1919+
msgid "ROS internal setup failure"
1920+
msgstr ""
1921+
1922+
#: ports/espressif/common-hal/rclcpy/__init__.c
1923+
msgid "ROS memory allocator failure"
1924+
msgstr ""
1925+
1926+
#: ports/espressif/common-hal/rclcpy/Node.c
1927+
msgid "ROS node failed to initialize"
1928+
msgstr ""
1929+
1930+
#: ports/espressif/common-hal/rclcpy/Publisher.c
1931+
msgid "ROS topic failed to initialize"
1932+
msgstr ""
1933+
18971934
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
18981935
#: ports/nordic/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
18991936
msgid "RS485"

locale/circuitpython.pot

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,10 @@ msgstr ""
848848
msgid "Coordinate arrays types have different sizes"
849849
msgstr ""
850850

851+
#: ports/espressif/common-hal/rclcpy/Publisher.c
852+
msgid "Could not publish to ROS topic"
853+
msgstr ""
854+
851855
#: shared-bindings/_bleio/Adapter.c
852856
msgid "Could not set address"
853857
msgstr ""
@@ -860,6 +864,11 @@ msgstr ""
860864
msgid "Couldn't allocate decoder"
861865
msgstr ""
862866

867+
#: ports/espressif/common-hal/rclcpy/__init__.c
868+
#, c-format
869+
msgid "Critical ROS failure during soft reboot, reset required: %d"
870+
msgstr ""
871+
863872
#: ports/stm/common-hal/analogio/AnalogOut.c
864873
msgid "DAC Channel Init Error"
865874
msgstr ""
@@ -1287,6 +1296,10 @@ msgstr ""
12871296
msgid "Invalid MAC address"
12881297
msgstr ""
12891298

1299+
#: ports/espressif/common-hal/rclcpy/__init__.c
1300+
msgid "Invalid ROS domain ID"
1301+
msgstr ""
1302+
12901303
#: ports/espressif/common-hal/espidf/__init__.c py/moderrno.c
12911304
msgid "Invalid argument"
12921305
msgstr ""
@@ -1841,6 +1854,10 @@ msgstr ""
18411854
msgid "Program too long"
18421855
msgstr ""
18431856

1857+
#: shared-bindings/rclcpy/Publisher.c
1858+
msgid "Publishers can only be created from a parent node"
1859+
msgstr ""
1860+
18441861
#: shared-bindings/digitalio/DigitalInOut.c
18451862
msgid "Pull not used when direction is output."
18461863
msgstr ""
@@ -1861,6 +1878,26 @@ msgstr ""
18611878
msgid "RNG Init Error"
18621879
msgstr ""
18631880

1881+
#: ports/espressif/common-hal/rclcpy/__init__.c
1882+
msgid "ROS failed to initialize. Is agent connected?"
1883+
msgstr ""
1884+
1885+
#: ports/espressif/common-hal/rclcpy/__init__.c
1886+
msgid "ROS internal setup failure"
1887+
msgstr ""
1888+
1889+
#: ports/espressif/common-hal/rclcpy/__init__.c
1890+
msgid "ROS memory allocator failure"
1891+
msgstr ""
1892+
1893+
#: ports/espressif/common-hal/rclcpy/Node.c
1894+
msgid "ROS node failed to initialize"
1895+
msgstr ""
1896+
1897+
#: ports/espressif/common-hal/rclcpy/Publisher.c
1898+
msgid "ROS topic failed to initialize"
1899+
msgstr ""
1900+
18641901
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
18651902
#: ports/nordic/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
18661903
msgid "RS485"

locale/cs.po

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,10 @@ msgstr "Pole souřadnic mají různé délky"
865865
msgid "Coordinate arrays types have different sizes"
866866
msgstr ""
867867

868+
#: ports/espressif/common-hal/rclcpy/Publisher.c
869+
msgid "Could not publish to ROS topic"
870+
msgstr ""
871+
868872
#: shared-bindings/_bleio/Adapter.c
869873
msgid "Could not set address"
870874
msgstr "Není možné nastavit adresu"
@@ -877,6 +881,11 @@ msgstr "Nelze začít přerušení, RX je zaneprázdněn"
877881
msgid "Couldn't allocate decoder"
878882
msgstr "Dekodér nelze přiřadit"
879883

884+
#: ports/espressif/common-hal/rclcpy/__init__.c
885+
#, c-format
886+
msgid "Critical ROS failure during soft reboot, reset required: %d"
887+
msgstr ""
888+
880889
#: ports/stm/common-hal/analogio/AnalogOut.c
881890
msgid "DAC Channel Init Error"
882891
msgstr "Chyba inicializace kanálu DAC"
@@ -1307,6 +1316,10 @@ msgstr "Chybné BSSID"
13071316
msgid "Invalid MAC address"
13081317
msgstr "Chybná MAC adresa"
13091318

1319+
#: ports/espressif/common-hal/rclcpy/__init__.c
1320+
msgid "Invalid ROS domain ID"
1321+
msgstr ""
1322+
13101323
#: ports/espressif/common-hal/espidf/__init__.c py/moderrno.c
13111324
msgid "Invalid argument"
13121325
msgstr "Neplatný argument"
@@ -1864,6 +1877,10 @@ msgstr "Velikost programu je nesprávná"
18641877
msgid "Program too long"
18651878
msgstr "Program je příliš dlouhý"
18661879

1880+
#: shared-bindings/rclcpy/Publisher.c
1881+
msgid "Publishers can only be created from a parent node"
1882+
msgstr ""
1883+
18671884
#: shared-bindings/digitalio/DigitalInOut.c
18681885
msgid "Pull not used when direction is output."
18691886
msgstr ""
@@ -1884,6 +1901,26 @@ msgstr ""
18841901
msgid "RNG Init Error"
18851902
msgstr ""
18861903

1904+
#: ports/espressif/common-hal/rclcpy/__init__.c
1905+
msgid "ROS failed to initialize. Is agent connected?"
1906+
msgstr ""
1907+
1908+
#: ports/espressif/common-hal/rclcpy/__init__.c
1909+
msgid "ROS internal setup failure"
1910+
msgstr ""
1911+
1912+
#: ports/espressif/common-hal/rclcpy/__init__.c
1913+
msgid "ROS memory allocator failure"
1914+
msgstr ""
1915+
1916+
#: ports/espressif/common-hal/rclcpy/Node.c
1917+
msgid "ROS node failed to initialize"
1918+
msgstr ""
1919+
1920+
#: ports/espressif/common-hal/rclcpy/Publisher.c
1921+
msgid "ROS topic failed to initialize"
1922+
msgstr ""
1923+
18871924
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
18881925
#: ports/nordic/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
18891926
msgid "RS485"

0 commit comments

Comments
 (0)