RGB-WG / rgb-core

RGB Core Library: consensus validation for private & scalable client-validated smart contracts on Bitcoin & Lightning
https://spec.rgb.tech
Apache License 2.0
207 stars 52 forks source link

build: Support building target in (thumbv7em-none-eabi, thumbv7em-none-eabihf) based on stm32h7xx. #196

Open shuimuliang opened 10 months ago

shuimuliang commented 10 months ago
[build]
target = "thumbv7em-none-eabi"       # Cortex-M4 and Cortex-M7 (no FPU)
target = "thumbv7em-none-eabihf"     # Cortex-M4F and Cortex-M7F (with FPU)

which also requires the upstream crate rust-amplify for building the target in (thumbv7em-none-eabi, thumbv7em-none-eabihf) based on stm32h7xx.

dr-orlovsky commented 9 months ago

What specifically is needed (for instance in rust-amplify) to add that support?