Skip to content

Commit

Permalink
Squashed 'applications/external/' changes from e2962d9619..b65288e391
Browse files Browse the repository at this point in the history
b65288e391 Revert "Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer"
c443619d77 Format
072d1b264e Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer
021c7ab097 Merge flipbip from https://github.com/xtruan/FlipBIP
caf58eb3ff Merge chess from https://github.com/xtruan/flipper-chess
5710cd8 fix: bump build version, fix warnings
1eae49b fix: warning fixes
f602636 fix: test imports
de098b0 fix: bump version
5f07eee Merge pull request #8 from Moon-Byeong-heui/patch-1
8ff8712 Update t5577_writer.c

git-subtree-dir: applications/external
git-subtree-split: b65288e39124e9afaf7dbaea72e2752891f7925c
  • Loading branch information
RogueMaster committed Aug 2, 2024
1 parent 052251a commit 6459ae8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chess/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- develop

env:
firmware_version: '0.101.2'
firmware_version: '0.104.0'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion chess/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+'

env:
firmware_version: '0.101.2'
firmware_version: '0.104.0'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion chess/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
![FLIPR](https://github.com/xtruan/flipper-chess/blob/main/icons/FLIPR_128x64.png)

## Chess game for Flipper Zero
- Built against `0.101.2` Flipper Zero firmware release
- Built against `0.104.0` Flipper Zero firmware release
- Uses [smallchesslib](https://codeberg.org/drummyfish/smallchesslib)

### Installation
Expand Down
2 changes: 1 addition & 1 deletion flipbip/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- develop

env:
firmware_version: '0.101.2'
firmware_version: '0.104.0'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion flipbip/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+'

env:
firmware_version: '0.101.2'
firmware_version: '0.104.0'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion flipbip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build](https://github.com/xtruan/FlipBIP/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/xtruan/FlipBIP/actions/workflows/build.yml)

## Crypto toolkit for Flipper Zero
- Last built against `0.101.2` Flipper Zero firmware release
- Last built against `0.104.0` Flipper Zero firmware release
- Using Trezor crypto libs from `core/v2.5.3` release
- NOTE: This app uses very close to the maximum Flipper Zero RAM. If you get `furi_check failed` on launch, try running again!

Expand Down

0 comments on commit 6459ae8

Please sign in to comment.