Skip to content

Commit 206a9a2

Browse files
committed
fix ci
1 parent 704f3dd commit 206a9a2

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.github/workflows/build_aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v3
4444

4545
- name: Checkout common submodules in lib
46-
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip lib/sct_neopixel
46+
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
4747

4848
- name: Checkout hathach/linkermap
4949
uses: actions/checkout@v3

.github/workflows/build_iar.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,8 @@ jobs:
4444

4545
- name: Checkout submodules and dependencies
4646
run: |
47-
git submodule update --init lib/FreeRTOS-Kernel lib/lwip lib/sct_neopixel
47+
git submodule update --init lib/FreeRTOS-Kernel lib/lwip
4848
python3 tools/get_family_deps.py ${{ matrix.family }}
4949
50-
#- name: Checkout pico-sdk for rp2040
51-
# if: matrix.family == 'rp2040'
52-
# run: |
53-
# git clone --depth 1 -b develop https://github.com/raspberrypi/pico-sdk ~/pico-sdk
54-
# echo >> $GITHUB_ENV PICO_SDK_PATH=~/pico-sdk
55-
5650
- name: Build
5751
run: python3 tools/build_family.py ${{ matrix.family }} CC=iccarm

hw/bsp/rx/boards/gr_citrus/board.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
DEPS_SUBMODULES += hw/mcu/renesas/rx
2-
31
CFLAGS += \
42
-mcpu=rx610 \
53
-misa=v1 \

0 commit comments

Comments
 (0)