Skip to content

Commit

Permalink
[FL-3475] Fix markdown for descriptions (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Astra authored Aug 8, 2023
1 parent 9500f0a commit 59ee5fc
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .catalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,30 @@ FLIPPER PIN | AVR PIN
11 | GND
12-18 | -

## Features
# Features

### Dump
## Dump

The Dump feature allows you to dump the contents of the microcontroller's flash memory to a file on your Flipper Zero's SD card. Along with the EEPROM memory, the dump files include the fuses and lock bits of the microcontroller.

This can be used to backup the contents of the microcontroller's flash memory, or to extract the firmware from a device.

### Flash
## Flash

The Flash feature allows you to flash the contents of a file on your Flipper Zero's SD card to the microcontroller's flash memory. It also flashes the fuses and lock bits of the microcontroller.

This can help you quickly flash multiple devices with the same firmware, or to restore a device to its original firmware if it has been bricked.

### ISP
## ISP

The ISP feature allows you to use your Flipper Zero as an ISP programmer for your desktop computer. After connecting your Flipper Zero to the AVR microcontroller, you can flash it via USB from your desktop computer using avrdude.

Example command:

```bash
avrdude.exe -p m328p -c stk500v1 -P COMxx -U flash:r:X:\\sketch_sample.hex:i
```
Example command: "avrdude.exe -p m328p -c stk500v1 -P COMxx -U flash:r:X:\\sketch_sample.hex:i"

Where:

* `-p m328p` is the brand of your chip,
* `-P COMxx` is the com port number of the ISP programmer
* -p m328p is the brand of your chip,
* -P COMxx is the com port number of the ISP programmer

## Supported Microcontrollers

Expand Down

0 comments on commit 59ee5fc

Please sign in to comment.