Computer muss frei programmierbar sein
- Gen
| Linux packages | |
| ============== | |
| pcmanfm | |
| git | |
| git-flow | |
| screen | |
| tmux | |
| htop | |
| sqlite |
I hereby claim:
To claim this, I am signing this object:
| MCU = TM4C123GH6PM | |
| # TIVAWARE_PATH: path to tivaware folder | |
| TIVAWARE_PATH = $(HOME)/opt/tivaware/ | |
| # OUTDIR: directory to use for output | |
| OUTDIR = build | |
| # Sources | |
| VPATH = src:$(TIVAWARE_PATH):$(TIVAWARE_PATH)/driverlib:$(TIVAWARE_PATH)/utils |
| apply plugin: 'java' | |
| /* IDEs */ | |
| apply plugin: 'eclipse' | |
| apply plugin: 'idea' | |
| sourceCompatibility = 1.8 | |
| version = '1.0' |
| /* | |
| * Name of file : StateMachine.h | |
| * Author : Jakob Klepp | |
| * Description : Introduction to Statemachines, | |
| * implementing a traffic light control. | |
| The MIT License (MIT) | |
| Copyright (c)2014 Jakob Klepp | |
| ###################### | |
| Tiva Debugger Template | |
| ###################### | |
| ==================== | |
| Benötigete Programme | |
| ==================== | |
| ~~~~~~~~~~~~~~~~~ | |
| arm-none-eabi-gdb |