Split project structure to fw/hw, KiCad gitignore

This commit is contained in:
Ilya Elenskiy
2020-04-19 14:32:24 +02:00
parent 5d0b62bef5
commit a3b1d9cb11
16 changed files with 148 additions and 108 deletions

11
Firmware/test/README Normal file
View File

@@ -0,0 +1,11 @@
This directory is intended for PIO Unit Testing and project tests.
Unit Testing is a software testing method by which individual units of
source code, sets of one or more MCU program modules together with associated
control data, usage procedures, and operating procedures, are tested to
determine whether they are fit for use. Unit testing finds problems early
in the development cycle.
More information about PIO Unit Testing:
- https://docs.platformio.org/page/plus/unit-testing.html