Package Details: pico-sdk 1.5.1-1

Git Clone URL: https://aur.archlinux.org/pico-sdk.git (read-only, click to copy)
Package Base: pico-sdk
Description: Libraries and tools for C/C++ development on RP2040 microcontrollers.
Upstream URL: https://github.com/raspberrypi/pico-sdk
Licenses: BSD-3-Clause
Conflicts: raspberry-pico-sdk-git
Provides: raspberry-pico-sdk-git
Submitter: Sematre
Maintainer: Sematre
Last Packager: Sematre
Votes: 14
Popularity: 0.40
First Submitted: 2021-07-20 16:52 (UTC)
Last Updated: 2023-06-14 10:11 (UTC)

Latest Comments

yangon99 commented on 2023-06-04 13:20 (UTC)

Maybe we need a patch for this version(1.5.0-1)

diff --git a/tools/pioasm/pio_disassembler.h b/tools/pioasm/pio_disassembler.h
index 669e08d..652e894 100644
--- a/tools/pioasm/pio_disassembler.h
+++ b/tools/pioasm/pio_disassembler.h
@@ -10,6 +10,7 @@
 #ifdef __cplusplus

 #include <string>
+#include <cstdint>

 typedef unsigned int uint;