Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/galer7/speedrun1-kl25z

Freescale Cup using kl25z
https://github.com/galer7/speedrun1-kl25z

Last synced: 6 days ago
JSON representation

Freescale Cup using kl25z

Awesome Lists containing this project

README

        

# speedrun1-kl25z
Local environment for KL25Z development using Makefile

# Requirements:

1) https://git-scm.com/
2) https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads/6-2017-q2-update
3) https://www.python.org/

Don't forget to add last 2 dependencies to PATH.

Specifically for GNU ARM toolchain:

C:\Program Files (x86)\GNU Tools ARM Embedded\6 2017-q2-update\bin

...and python:
C:\Users\user\AppData\Local\Programs\Python\Python38-32

# Getting started:

```
git clone [email protected]:gubi7g/speedrun1-kl25z.git
cd speedrun1-kl25z
make
```
(~~WORKS ONLY ON GIT CMD. DON'T ASK ME WHY!?!?!~~ make works only in Unix based terminals)

# Camera:

```
python -m venv env
env/Scripts/activate
pip install -r requirements.txt
python camera.py
```