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

https://github.com/soksx/f0-apps

The purpose of this repository is to compile the defined applications automatically for the different flipperzero firmwares.
https://github.com/soksx/f0-apps

apps armv7m ble docker faps firmware flipper flipperzero infrared nfc onewire rfid stm32 subghz

Last synced: 5 months ago
JSON representation

The purpose of this repository is to compile the defined applications automatically for the different flipperzero firmwares.

Awesome Lists containing this project

README

          

```powershell
docker build `
--build-arg target_fw=ofw-v0.84.2 `
--build-arg target_hw=f7 `
-t bevir.io/f0-userapps:ofw-v0.84.2 --target pack-apps .

docker build `
--build-arg target_fw=unlshd-052 `
--build-arg target_hw=f7 `
-t bevir.io/f0-userapps:unlshd-052 --target pack-apps .

docker build `
--build-arg target_fw=RM0607-1145-0.84.3-81c9df5 `
--build-arg target_hw=f7 `
-t bevir.io/f0-userapps:RM0607-1145-0.84.3-81c9df5 --target pack-apps .
```