From b00d6ef70b784633a1d3e3848e0a8c8870ac9ddf Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Sun, 25 Aug 2024 18:00:57 +0000 Subject: [PATCH] README: use relative links Use relative links when linking to files within the repository. Signed-off-by: Henrik Brix Andersen --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9ff1a65..b7fdfe3 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,7 @@ other software packages. The firmware, which is based on the [Zephyr RTOS](https://www.zephyrproject.org), allows turning your favorite microcontroller development board into a full-fledged USB to CAN adapter. -CANnectivity is licenced under the [Apache-2.0 -license](https://github.com/CANnectivity/cannectivity/blob/main/LICENSE). +CANnectivity is licenced under the [Apache-2.0 license](LICENSE). ## Firmware Features @@ -37,8 +36,7 @@ The CANnectivity firmware supports the following features, some of which depend - Support for hardware timestamping of received and transmitted CAN frames - CAN bus state reporting - CAN bus error reporting -- Automatic gs_usb driver loading under Linux using custom [udev - rules](https://github.com/CANnectivity/cannectivity/blob/main/99-cannectivity.rules) +- Automatic gs_usb driver loading under Linux using custom [udev rules](99-cannectivity.rules) - Automatic WinUSB driver installation under Microsoft Windows 8.1 and newer ## Hardware Requirements @@ -61,8 +59,9 @@ is used as status LED. This means that virtually any Zephyr board configuration device, a CAN controller, and an optional user LED will work without any further configuration. Advanced board configuration (e.g. multiple CAN controllers, multiple LEDs, hardware timestamp -counter) is also supported via devicetree overlays. Check the description for the `cannectivity` -devicetree binding under `app/dts/bindings/` and example devicetree overlays under `app/boards/`. +counter) is also supported via devicetree overlays. Check the description for the +[cannectivity](app/dts/bindings/cannectivity.yaml) devicetree binding and [example devicetree +overlays](app/boards). ## Building and Running