Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/galer7/speedrun1-kl25z
- Owner: galer7
- Created: 2018-11-26T06:35:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T03:17:13.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T13:21:40.583Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 43.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```