Skip to content

Commit

Permalink
README: neaten
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Jan 3, 2024
1 parent 460d9c6 commit 22a5a4f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Embedded development could be hell without a good tooling!

#### Commands

* `:set` - Set register field (for example `:set uart4.brr.div_mantissa = 0x123`)
* `:set` - Set register field (for example `:set uart4.brr.div_mantissa = 0x123`).

Since `emhell` has no backend, it simply renders the altered register.

### `hocd`
Expand All @@ -24,9 +25,11 @@ using [`hocd`](https://github.com/DistRap/hocd)

#### Commands

* `:set` - Set register field (for example `:set gpioa.odr.odr5 = 1`)
* `:set` - Set register field (for example `:set gpioa.odr.odr5 = 1`).

Alters current register value with hexadecimal field value
and writes new register value to memory.

* `:halt` - Halts target
* `:reset` - Resets target
* `:resume` - Resumes execution
Expand Down Expand Up @@ -84,6 +87,7 @@ For full list refer to `hgdb --help`

#### Commands

* `:set` - Set register value (for example `:set gpioa.odr.odr5 = 1`).
* `:svd` - Load SVD file, can be used instead of `--svd` arguments or to change current SVD file
* `:file` - Load file to Gdb

Expand Down

0 comments on commit 22a5a4f

Please sign in to comment.