From 8afd71ebe3e8cf33bbdbd31e651174809c61341f Mon Sep 17 00:00:00 2001 From: cscherr Date: Wed, 9 Jul 2025 15:12:32 +0200 Subject: [PATCH] docs: truncate readme, since this is a hard fork --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index 4ba916f..e69de29 100755 --- a/README.md +++ b/README.md @@ -1,16 +0,0 @@ -# Example Codes for the STM32 NUCLEO-L053R8 - -This repository contains many example programs that are written to run on the -NUCLEO-L053R8 Board. - -## Running - -Some programs require additional libraries for logging/formatting that would -make the more basic ones not compile (or rather link) correctly. For those, -enable the `logging` feature. - -```bash -cargo run --example=blinky -cargo run --example=rtc-log --features=logging -# etc -```