Add Pico-W example

This commit is contained in:
Alex Alashkin 2022-10-07 09:08:59 +03:00
parent 9c60a1bc10
commit 04cfc510d0
2 changed files with 12 additions and 1 deletions

View File

@ -155,6 +155,8 @@ jobs:
path: infineon/infineon-xmc4700_4800-lwip-rtx-rtos
- name: ti
path: ti/ti-ek-tm4c1294xl-http-server
- name: pico-w
path: raspberry/raspberry-pi-pico-w
name: ${{ matrix.example.name }}
steps:
- uses: actions/checkout@v3

View File

@ -0,0 +1,9 @@
NAME = raspberry-pi-pico-w
build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../../mongoose.[ch] $(NAME)
make -C $(NAME) build
clean:
rm -rf $(NAME)