mirror of
https://github.com/ApacheThunder/nrio-usb-disk.git
synced 2025-06-19 03:05:38 -04:00
v0.2.2
This commit is contained in:
parent
1b7b2cac84
commit
5195f82ea6
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: skylyrac/blocksds:slim-v1.6.1
|
container: skylyrac/blocksds:slim-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Clone project
|
- name: Clone project
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
2
Makefile
2
Makefile
@ -12,7 +12,7 @@ ARM_NONE_EABI_PATH ?= $(WONDERFUL_TOOLCHAIN)/toolchain/gcc-arm-none-eabi/bin/
|
|||||||
# ===========
|
# ===========
|
||||||
|
|
||||||
NAME := nrio-usb-disk
|
NAME := nrio-usb-disk
|
||||||
VERSION := 0.2.1
|
VERSION := 0.2.2
|
||||||
GIT_HASH := $(shell git rev-parse --short HEAD)
|
GIT_HASH := $(shell git rev-parse --short HEAD)
|
||||||
LTO := 1
|
LTO := 1
|
||||||
|
|
||||||
|
2
tinyusb
2
tinyusb
@ -1 +1 @@
|
|||||||
Subproject commit 90a4b9b22a1dea51304cdaeb76afb2309390ac5b
|
Subproject commit de9bd4bb5fef20ed6f880adc7bb158546fe1de6d
|
Loading…
Reference in New Issue
Block a user