Skip to content

Commit ffb1f1c

Browse files
authored
バイナリのFlash方法とライセンスを追加します (#2)
* first commit * fix lib link * remove gitignore * ignore * add readme * add binary file licence
1 parent c0314c0 commit ffb1f1c

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

LICENCE_binary.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
The firmware binary files are provided under the following license.
2-
TODO
2+
3+
## RT-USB-9axisIMU3 sample program
4+
[LICENCE](./LICENCE)
5+
6+
## ICM-20948 library
7+
https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary/blob/v1.2.5/License.md#code
8+
9+
## STM32duino
10+
### BoardManagerFiles
11+
https://github.com/stm32duino/BoardManagerFiles/blob/main/LICENSE
12+
### stm32_svd
13+
https://github.com/stm32duino/stm32_svd/blob/5e1836d1224ddc9453c317791678c6c9f12bf967/License.md
14+
### Arduino_Tools
15+
https://github.com/stm32duino/Arduino_Tools/blob/8017b405abf5534cb34afdf78184be14bf371607/LICENCE.md
16+
### Arduino_Core_STM32
17+
https://github.com/stm32duino/Arduino_Core_STM32/blob/8c31e50ca9b7b91ebf63fe252dcee0cbbd9a5299/License.md
18+
19+
## Arduino IDE
20+
https://github.com/arduino/arduino-ide?tab=readme-ov-file#license

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ Start the device in BOOT mode (please power it on while holding the switch).
4848
Power on the device in boot mode and proceed with flashing the firmware.
4949

5050
## Flashing the Binary
51-
TODO
51+
Please download the binary to be flashed from the [releases page](https://github.com/rt-net/rt-usb-9axis-imu3-stm32duino-fw/releases).
52+
Please flash it using STM32CubeProg.

0 commit comments

Comments
 (0)