blob: 5e5e21585b87d675403fbd4a5738f126ce2bab51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
pkgbase = pico-sdk
pkgdesc = Libraries and tools for C/C++ development on RP2040 microcontrollers.
pkgver = 2.0.0
pkgrel = 1
url = https://github.com/raspberrypi/pico-sdk
install = reload-environment-variables.install
arch = any
license = BSD-3-Clause
makedepends = git
depends = arm-none-eabi-binutils
depends = arm-none-eabi-gcc
depends = arm-none-eabi-newlib
depends = cmake
optdepends = arm-none-eabi-gdb: Debugger
provides = raspberry-pico-sdk-git
conflicts = raspberry-pico-sdk-git
options = !strip
source = git+https://github.com/raspberrypi/pico-sdk.git#tag=2.0.0
source = git+https://github.com/bluekitchen/btstack.git
source = git+https://github.com/georgerobotics/cyw43-driver.git
source = git+https://github.com/lwip-tcpip/lwip.git
source = git+https://github.com/Mbed-TLS/mbedtls.git
source = git+https://github.com/hathach/tinyusb.git
source = setup-environment-variables.sh
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = 155dbf10a6a9239849a166595bb3287bc410ef54f7d850e8dc9c50fddc1a7a3e
pkgname = pico-sdk
|