File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1780,12 +1780,12 @@ One of the example projects builds firmware for the RP2040-W5500 board, so
1780
1780
let' s flash it using a ` curl` command and a saved API key. The best way is
1781
1781
to add a Makefile target for testing, and let Github Actions (our software CI)
1782
1782
call it:
1783
- [.github/workflows/test.yml]( https://github.com/cpq/bare-metal-programming-guide/blob/8d419f5e7718a8dcacad2ddc2f899eb75f64271e/.github/workflows/test.yml#L18)
1783
+ https://github.com/cpq/bare-metal-programming-guide/blob/8d419f5e7718a8dcacad2ddc2f899eb75f64271e/.github/workflows/test.yml#L18
1784
1784
1785
1785
Note that we pass a ` VCON_API_KEY` environment variable to ` make` . Also note
1786
1786
that we' re invoking `test` Makefile target, which should build and test our
1787
1787
firmware. Here is the `test` Makefile target:
1788
- [step-7-webserver/pico-w5500/Makefile]( https://github.com/cpq/bare-metal-programming-guide/blob/4fd72e67c380e3166a25c27b47afb41d431f84b9/step-7-webserver/pico-w5500/Makefile#L32-L37)
1788
+ https://github.com/cpq/bare-metal-programming-guide/blob/4fd72e67c380e3166a25c27b47afb41d431f84b9/step-7-webserver/pico-w5500/Makefile#L32-L37
1789
1789
1790
1790
Explanation:
1791
1791
- line 34: The `test` target depends on `build`, so we always build firmware
You can’t perform that action at this time.
0 commit comments