mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-14 09:48:01 +08:00
Add Pico-W example
This commit is contained in:
parent
9c60a1bc10
commit
04cfc510d0
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
9
examples/raspberry/raspberry-pi-pico-w/Makefile
Normal file
9
examples/raspberry/raspberry-pi-pico-w/Makefile
Normal 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)
|
Loading…
x
Reference in New Issue
Block a user