flipperzero-firmware/README.md

34 lines
1.0 KiB
Markdown
Raw Normal View History

2020-08-01 19:54:58 +00:00
# Flipper Zero firmware repository
Open source multi-tool device for researching and pentesting radio protocols, access control systems, hardware, and more.
2020-08-01 19:47:07 +00:00
Project website: [flipperzero.one](https://flipperzero.one)
2020-08-07 05:51:43 +00:00
## You can find all available information at [Project wiki](https://github.com/Flipper-Zero/flipperzero-firmware-community/wiki)
2020-08-02 05:32:15 +00:00
2020-08-02 05:25:17 +00:00
## How to contribute
2020-08-14 20:01:13 +00:00
Read [Contribution guide](https://github.com/Flipper-Zero/flipperzero-firmware-community/wiki/Contributing)
2020-08-02 05:25:17 +00:00
2020-08-07 06:51:41 +00:00
## Building
### Build in docker container (main way)
1. Install [docker compose](https://docs.docker.com/compose/install/)
2. After startup you should run `docker-compose up -d` to run the container.
3. Then you can run `docker-compose exec dev make` to build application.
If Dockerfile is changed you should run `docker-compose down` and `docker-compose build` for rebuild the image.
### Build in IDE
2020-08-02 05:25:17 +00:00
2020-08-14 20:03:05 +00:00
* Arduino IDE `(incomplete)`
* PlatformIO `(incomplete)`
2020-08-02 05:25:17 +00:00
## Firmware description
* HAL
* OSAL
* Components description
2020-08-07 00:23:27 +00:00
* Basic Flipperzero components