Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
crycode-de committed Aug 15, 2024
1 parent 7af290f commit e529355
Show file tree
Hide file tree
Showing 4 changed files with 1,342 additions and 1,157 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# MCP-CAN-Boot Flash-App Changelog

## v2.2.3 2024-08-13
## v2.2.3 2024-08-15

* Added support for ATmega328PB mcu
* Updated dependencies (Node 20.x is now supported)

## v2.2.2 2023-05-11

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ More information about the bootloader are available in the official repository:

No need to install: Just run the flash-app using `npx` (this will take a moment):

```
```sh
npx mcp-can-boot-flash-app [...]
```

Or install it globally and run it if you need it more often (recommended):

```
```sh
npm install -g mcp-can-boot-flash-app
mcp-can-boot-flash-app [...]
```

## Flash-App parameters

```
```plain
-f, --file Hex file to flash [string] [required]
-i, --iface CAN interface to use [string] [default: "can0"]
-p, --partno Specific AVR device like in avrdude [string] [required]
Expand Down Expand Up @@ -66,7 +66,7 @@ mcp-can-boot-flash-app [...]

Examples:

```
```sh
npx mcp-can-boot-flash-app -f firmware.hex -p m1284p -m 0x0042
npx mcp-can-boot-flash-app -f firmware.hex -p m1284p -m 0x0042 --reset 020040FF#4201FA
npx mcp-can-boot-flash-app -f firmware.hex -p m1284p -m 0x0042 --reset 020040FF#4201FA --ping 75
Expand Down
Loading

0 comments on commit e529355

Please sign in to comment.