File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
hw/bsp/rx/boards/gr_citrus Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 43
43
uses : actions/checkout@v3
44
44
45
45
- 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
47
47
48
48
- name : Checkout hathach/linkermap
49
49
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 44
44
45
45
- name : Checkout submodules and dependencies
46
46
run : |
47
- git submodule update --init lib/FreeRTOS-Kernel lib/lwip lib/sct_neopixel
47
+ git submodule update --init lib/FreeRTOS-Kernel lib/lwip
48
48
python3 tools/get_family_deps.py ${{ matrix.family }}
49
49
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
-
56
50
- name : Build
57
51
run : python3 tools/build_family.py ${{ matrix.family }} CC=iccarm
Original file line number Diff line number Diff line change 1
- DEPS_SUBMODULES += hw/mcu/renesas/rx
2
-
3
1
CFLAGS += \
4
2
-mcpu=rx610 \
5
3
-misa=v1 \
You can’t perform that action at this time.
0 commit comments