Update to sdk 2.0.0
This commit is contained in:
parent
7823d047b6
commit
361e68eae8
3 changed files with 4 additions and 2 deletions
|
|
@ -28,6 +28,7 @@ add_custom_command(
|
|||
|
||||
|
||||
pico_generate_pio_header(cr100 ${CMAKE_CURRENT_BINARY_DIR}/vga_660x480_60.pio)
|
||||
pico_generate_pio_header(cr100 ${CMAKE_CURRENT_LIST_DIR}/atkbd.pio)
|
||||
|
||||
target_link_libraries(cr100 pico_stdlib pico_multicore hardware_pio)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
#define _GNU_SOURCE
|
||||
#include <stdint.h>
|
||||
|
||||
#include "pico/platform.h"
|
||||
#include "pico.h"
|
||||
#include "pico/stdlib.h"
|
||||
#include "pico/multicore.h"
|
||||
#include "hardware/clocks.h"
|
||||
#include "vga_660x480_60.pio.h"
|
||||
|
||||
#include "vt.h"
|
||||
|
|
|
|||
2
pico-sdk
2
pico-sdk
|
|
@ -1 +1 @@
|
|||
Subproject commit 6a7db34ff63345a7badec79ebea3aaef1712f374
|
||||
Subproject commit efe2103f9b28458a1615ff096054479743ade236
|
||||
Loading…
Reference in a new issue