panic-usb-boot 0.3.0

Set panicking behavior to reset to usb boot inteface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
authors = ["Piotr Fila <piotr.fila@tm1.edu.pl>"]
categories = ["no-std"]
description = "Set panicking behavior to reset to usb boot inteface"
keywords = ["boot", "panic", "panic-handler", "picoboot", "usb"]
license = "MIT OR Apache-2.0"
name = "panic-usb-boot"
repository = "https://github.com/piotrfila/panic-usb-boot"
version = "0.3.0"
edition = "2021"
readme = "README.md"

[features]
default = ["picoboot", "usb_mass_storage"]
picoboot = []
usb_mass_storage = []