1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/lupyuen-stm32-blue-pill-rust

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
Cargo.toml 1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
lupyuen Отправлено 10.07.2018 21:40 7f31cd0
# This file declares the dependencies for the Rust program.
[package]
name = "stm32-blue-pill-rust"
version = "0.3.2"
authors = ["Lee Lup Yuen <luppy@appkaki.com>"]
description = "A sample Rust application for STM32 Blue Pill microcontrollers"
keywords = ["arm", "cortex-m", "stm32", "bluepill"]
categories = ["embedded", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lupyuen/stm32-blue-pill-rust"
# To minimize the executable size, we should always compile with --release flag.
[profile.release]
# To optimize the usage of many crates, we should link with Link Time Optimization (LTO).
lto = true
codegen-units = 1
# Enable debugging in release mode.
debug = true
[dependencies]
stm32f103xx = { git = "https://github.com/japaric/stm32f103xx" }
stm32f103xx-hal = { git = "https://github.com/japaric/stm32f103xx-hal" }
[dependencies.cortex-m]
version = "0.5.0"
[dependencies.cortex-m-rt]
version = "0.5.0"
[dependencies.cortex-m-semihosting]
version = "0.3.0"
[dependencies.panic-semihosting]
version = "0.3.0"

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/lupyuen-stm32-blue-pill-rust.git
git@api.gitlife.ru:oschina-mirror/lupyuen-stm32-blue-pill-rust.git
oschina-mirror
lupyuen-stm32-blue-pill-rust
lupyuen-stm32-blue-pill-rust
master