File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
17801780let' s flash it using a ` curl` command and a saved API key. The best way is
17811781to add a Makefile target for testing, and let Github Actions (our software CI)
17821782call 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
17841784
17851785Note that we pass a ` VCON_API_KEY` environment variable to ` make` . Also note
17861786that we' re invoking `test` Makefile target, which should build and test our
17871787firmware. 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
17891789
17901790Explanation:
17911791- 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