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.
- Host: GitHub
- URL: https://github.com/soksx/f0-apps
- Owner: soksx
- License: mit
- Created: 2023-06-11T19:35:56.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-11T19:38:11.000Z (about 3 years ago)
- Last Synced: 2024-01-28T01:53:07.215Z (over 2 years ago)
- Topics: apps, armv7m, ble, docker, faps, firmware, flipper, flipperzero, infrared, nfc, onewire, rfid, stm32, subghz
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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 .
```