-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpixi.toml
More file actions
28 lines (22 loc) · 794 Bytes
/
pixi.toml
File metadata and controls
28 lines (22 loc) · 794 Bytes
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
# Manifest to build the crazyflie-firmware package with pixi
# See https://pixi.prefix.dev/ for more information about installing and using pixi
#
# Run `pixi shell` to enter a shell with the dependencies available, or `pixi run <command>` to run a command with the dependencies available.
[workspace]
authors = ["Elia Cereda <eliacereda@gmail.com>", "Arnaud Taffanel <arnaud@bitcraze.io>"]
channels = ["conda-forge", "Memfault"]
name = "crazyflie-firmware"
platforms = ["linux-64", "osx-64", "osx-arm64"]
version = "0.1.0"
[tasks]
[dependencies]
python = ">=3.13,<3.14"
c-compiler = ">=1.11.0,<2"
make = ">=4.4.1,<5"
# STM32 toolchain
xpack-gcc-arm-none-eabi = ">=13.3.1.1.1,<14"
ncurses = ">=6.5,<7"
coreutils = ">=9.5,<10"
sed = ">=4.9,<5"
[pypi-dependencies]
cfclient = ">=2025.12.1"