From 707a9fd01e13b2d885d6358f3c64b103d1f9f2e1 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 28 Mar 2026 19:45:01 -0400 Subject: [PATCH] Remove Assembler Drivers section from README Removed section about Assembler Drivers and its details. --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index ae2d644..777d4ad 100644 --- a/README.md +++ b/README.md @@ -558,14 +558,5 @@ cargo test --target aarch64-apple-darwin
-# Assembler Drivers -Standalone RP2350 drivers written entirely in Assembler. - -| Driver | Description | Architecture | -|--------|-------------|--------------| -| [0x01_uart_asm_arm](drivers/0x01_uart_asm_arm) | Raw UART transmit / receive | ARM (Cortex-M33) | - -
- # License [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)