Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -43,7 +43,7 @@ copy the file .uf2 to raspberry pico2 (see documentation raspberry pi pico2)
|
|||
Start serial connexion on host (ex: putty on windows11)
|
||||
|
||||
Example CMakeLists.txt :
|
||||
|
||||
<code>
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
include(pico_sdk_import.cmake)
|
||||
|
|
@ -67,10 +67,13 @@ pico_enable_stdio_usb(hello 1)
|
|||
pico_enable_stdio_uart(hello 0)
|
||||
|
||||
pico_add_extra_outputs(hello)
|
||||
</code>
|
||||
|
||||
see source program on hello world rosetta code
|
||||
|
||||
cmake -DPython3_EXECUTABLE=C:\Users\Vincent\AppData\Local\Microsoft\WindowsApps\python3.10.exe -DPICO_PLATFORM=rp2350-riscv -DPICO_TOOLCHAIN_PATH=E:\Pico2\tools\bin -DPICO_SDK_PATH=..\..\..\pico-sdk -G "NMake Makefiles" ..
|
||||
|
||||
see instructions list on chapter 3.8.1.6. Alphabetical list of instructions on rp2350 datasheet
|
||||
|
||||
[[Category:Assembler language]]
|
||||
[[Category:Assembly]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue