Skip to content

Commit

Permalink
Update README and CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-semtech committed Nov 6, 2024
1 parent e18123d commit c953e3f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [v1.1.1] - 2024-11-05

### Changed

- Remove the "$" symbol from README file.

## [v1.1.0] - 2024-09-20

### Added
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ Here are the parameters available at compile time:
For instance, to build the project with LR1110MB1GJS shield simply run make as follows

```shell
$ cd $SDK_FOLDER/lr11xx/apps/ranging_demo/makefile
$ make RADIO_SHIELD=LR1110MB1GJS
cd $SDK_FOLDER/lr11xx/apps/ranging_demo/makefile
make RADIO_SHIELD=LR1110MB1GJS
```

##### Command line configuration
Expand All @@ -76,7 +76,7 @@ Additional configuration flags can be passed from command line to compiler with
This is dedicated to define macros that can be defined like the following:

```bash
$ make EXTRAFLAGS='-D<MACRO>=<VALUE>'
make EXTRAFLAGS='-D<MACRO>=<VALUE>'
```

Where `<MACRO>` is the macro name to set and `<VALUE>` is the value to set for this macro.
Expand Down Expand Up @@ -104,7 +104,7 @@ On the NUCLEO-L476RG development board, the firmware prints debug information to
For instance, using stty on Linux with a device available in `/dev/ttyACM0`:

```shell
$ stty -echo raw speed 921600 < /dev/ttyACM0 && cat /dev/ttyACM0
stty -echo raw speed 921600 < /dev/ttyACM0 && cat /dev/ttyACM0
```

## Supported toolchains
Expand Down

0 comments on commit c953e3f

Please sign in to comment.