Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 363e310

Browse files
authoredJun 12, 2025··
Merge branch 'main' into ports/analog/add-busio
2 parents 9b8e08f + 0f9ea5e commit 363e310

Some content is hidden

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

61 files changed

+2401
-22
lines changed
 

‎.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

0 commit comments

Comments
 (0)