Skip to content

Commit 3d738bb

Browse files
committed
feat(core): first step of the migration: foundation (enums and types)
Signed-off-by: Aymane Bahssain <[email protected]>
1 parent fb39ccf commit 3d738bb

Some content is hidden

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

50 files changed

+464
-4503
lines changed

.github/workflows/Arduino-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
# First of all, clone the repo using the checkout action.
3737
- name: Checkout
3838
uses: actions/checkout@v4
39+
with:
40+
submodules: true
41+
fetch-depth: 0
3942

4043
- name: Compilation
4144
id: Compile

.github/workflows/Cmake.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
steps:
5555
- name: Checkout
5656
uses: actions/checkout@v4
57+
with:
58+
submodules: true
59+
fetch-depth: 0
5760

5861
- name: Get latest CMake and Ninja
5962
uses: lukka/get-cmake@latest

.github/workflows/astyle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
# First of all, clone the repo using the checkout action.
3333
- name: Checkout
3434
uses: actions/checkout@v4
35+
with:
36+
submodules: true
37+
fetch-depth: 0
3538

3639
- name: Astyle check
3740
id: Astyle

.gitmodules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "cores/arduino/api"]
22
path = cores/arduino/api
3-
url = https://github.com/stm32duino/ArduinoCore-API.git
3+
url = https://github.com/Aymane-ST/ArduinoCore-API.git
4+
branch = dev

0 commit comments

Comments
 (0)