aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2016-09-11 11:46:21 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2016-09-11 11:46:21 +0200
commit1e44cbf29d35ca020e0402f2a8289935abcb54c6 (patch)
tree889a00ec56482664f4a0a934cc37e70af24e1200 /README.md
parentd807f0ab00ec7b833c8688f0b08b7ecdf9b8d52b (diff)
downloadmcu.cmake-1e44cbf29d35ca020e0402f2a8289935abcb54c6.tar.gz
mcu.cmake-1e44cbf29d35ca020e0402f2a8289935abcb54c6.tar.bz2
mcu.cmake-1e44cbf29d35ca020e0402f2a8289935abcb54c6.tar.xz
mcu.cmake-1e44cbf29d35ca020e0402f2a8289935abcb54c6.zip
o Almost working version, not quite. Probably not the right way to do stuff.
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