aboutsummaryrefslogtreecommitdiffstats
path: root/arduino/cores/nRF5/freertos/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'arduino/cores/nRF5/freertos/readme.txt')
-rwxr-xr-xarduino/cores/nRF5/freertos/readme.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/arduino/cores/nRF5/freertos/readme.txt b/arduino/cores/nRF5/freertos/readme.txt
new file mode 100755
index 0000000..3e4b164
--- /dev/null
+++ b/arduino/cores/nRF5/freertos/readme.txt
@@ -0,0 +1,12 @@
+Implementations detail.
+
+No changes to original FreeRTOS code was made.
+Directories was reorganized to move all changed or optional items outside the original, copied code.
+That way just copying new version of FreeRTOS should give functional code.
+
+Folders:
+- source: Original Source directory from FreeRTOS. Deleted all port files from portable subdirectory.
+ In portable subdirectory only MemMang was left.
+- license: Original License directory from FreeRTOS.
+- config: Base (clean) FreeRTOS configuration file.
+- portable: Port files created for nrf5x microcontroller.