aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2e9ab8f..5b1ba16 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@
## Goals and considerations
-* Make microcontroller projects look and feel as much as possible as any other c/c++ project
-* Use as much as possible of the chip vendor's SDK
+* Make microcontroller projects look and feel as much as possible as any other c/c++ project.
+* Use as much as possible of the chip vendor's SDK without requiring any changes to the SDK code.
* Make the CMake code as uniform as feasible between platforms, but allow for platform-specific options and features.
# Recommended layout