From 49c70af631e952fe96a28e6e71a17c57daa449c7 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Wed, 30 Mar 2022 15:38:26 -0700 Subject: [PATCH] describe board directory.. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ff245f..566d3a1 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ HAL on top of ST's HAL which is partly implemented on top of ARM's HAL, and in some cases bypasses them. It was also originally written not expecting to be used for another board. +board/ - Board specific code loramac/ - SemTech reference code. Has reference code for LoRa and the Node151 based board. mk/ - Files supporting the build infrastructure.