4
0
Fork
You've already forked blackmagic-test-fw-archive
1
Collection of small firmware examples used for target (DUT) testing.
  • C++ 75.2%
  • Linker Script 7.6%
  • Rust 6.1%
  • C 5.7%
  • Makefile 5.4%
2026年06月20日 14:53:22 -07:00
.cargo stm32/f4/serial: Setup a Rust workspace so we can use embassy instead of fighting more with locm3 2026年01月10日 08:39:31 +00:00
kinetis Added timing to the K32L2B blinky so the LED blinks at a reasonable speed (1⁄2Hz) 2022年06月21日 17:50:52 -04:00
libs libs: Updated the dependencies to pull in all current bugfixes 2026年04月19日 06:11:53 +01:00
semihosting semihosting/stm32f411: Implemented a test to verify that the exit calls work 2023年12月28日 05:43:03 +00:00
stm32 stm32/f4/multi-serial: Made sure the output strings create new lines in the console 2026年04月19日 07:04:00 +01:00
.gitignore stm32/f4/serial: Setup a Rust workspace so we can use embassy instead of fighting more with locm3 2026年01月10日 08:39:31 +00:00
.gitmodules misc: updates for github to codeberg 2026年03月09日 14:50:50 -07:00
Cargo.lock stm32/f4/multi-serial: Implemented the meat and potatoes of the serial exercise loop 2026年04月19日 06:48:17 +01:00
Cargo.toml stm32/f4/multi-serial: Begun building out firmware for testing how BMPv3 reacts to serial being routed back and forth between target serial interfaces 2026年04月19日 06:11:20 +01:00
CODE_OF_CONDUCT.md coc: Added abuse contact. 2026年06月20日 14:53:22 -07:00
deny.toml stm32/f4/serial: Setup a Rust workspace so we can use embassy instead of fighting more with locm3 2026年01月10日 08:39:31 +00:00
README.md Added README. 2022年04月11日 12:35:55 -07:00
rust-toolchain.toml stm32/f4/serial: Setup a Rust workspace so we can use embassy instead of fighting more with locm3 2026年01月10日 08:39:31 +00:00

This repository contains target test firmware.

This is a collection of small firmware projects used for functional and regression testing of Black Magic Probe targets.

This means, this firmware snippets are meant to test targets, not hosts or Black Magic itself.

The goal of these firmware collection is to have examples that the Black Magic developers as well as our HITL CI test system can use to verify that the targets we support keep working and the bugs that we fixed don't come back. :)