backlash
Schildkroet 2018-05-15 21:10:54 +02:00 zatwierdzone przez GitHub
rodzic a4d36fa46e
commit cbc0ca12f2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 16 dodań i 2 usunięć

Wyświetl plik

@ -17,11 +17,25 @@ Hardware:
* [STM32 Nucleo F411RE](http://www.st.com/en/evaluation-tools/nucleo-f411re.html)
* STM32F411RET6 in LQFP64 package
* ARM®32-bit Cortex®-M4 CPU with FPU
* ARM®32-bit Cortex®-M4 CPU with FPU
* 100 MHz max CPU frequency
* 512 KB Flash
* 128 KB SRAM
***
Install:
Windows
* Download and install EmBitz
* Open .ebp Project File with EmBitz
* Select 'Release' Target
* Hit Compile
* Flash HEX created in bin/Release
Linux
* Install Build Essentials, GCC arm-none-eabi and Texane st-util
* Run 'make' and 'make flash' in Terminal
***
```
@ -41,4 +55,4 @@ List of Supported G-Codes in Grbl-Advanced:
- Coolant Control: M7*, M8, M9
- Spindle Control: M3, M4, M5
- Valid Non-Command Words: F, I, J, K, L, N, P, R, S, T, X, Y, Z
```
```