|
|
@@ -16,7 +16,7 @@ implementation to be more simple, and security to be built in. It |
|
|
|
could also be used for other projects that need security. |
|
|
|
|
|
|
|
One of the other requirements is that the code be 100% open sourced, |
|
|
|
not GPL licensed, and no propietary components. This ment that using |
|
|
|
not GPL licensed, and no proprietary components. This meant that using |
|
|
|
IDE's like ST's STM32CubeIDE which is only available in binary form |
|
|
|
was not a choice, as that would preclude building on an operating |
|
|
|
system other than Windows/MaxOS/Linux. |
|
|
@@ -41,7 +41,7 @@ mkdir $MAKEOBJDIR |
|
|
|
bsdmake all |
|
|
|
``` |
|
|
|
|
|
|
|
And in the directory `build`, a file `lora.irr.elf` should be pressent. |
|
|
|
And in the directory `build`, a file `lora.irr.elf` should be present. |
|
|
|
|
|
|
|
Flashing |
|
|
|
-------- |
|
|
|