Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
FoundationKen committed May 20, 2021
2 parents c93252c + 9980ac1 commit 65277d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Several tools are required for building and debugging Passport.
cd ~/
git clone https://github.com/dhylands/rshell
sudo apt install python3-pip
sudo pip3 install rshell (this should install rshell in /usr/local/ area)
sudo pip3 install rshell # (this should install rshell in /usr/local/)

## Building
### Open Shell Windows/Tabs
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Code specific to Passport is included in the following folders:

- [`ports/stm32`](ports/stm32) Low-level platform configuration for MicroPython.
- [`ports/stm32/boards/Passport`](ports/stm32/boards/Passport) C files that implement some device drivers and code that was 5-10 times faster in C than in Python.
- [`bootloader`](ports/stm32/boards/Passport/bootloader) C-based code that handles secure element initialization, firmware validation and updates, and system startup
- [`bootloader`](ports/stm32/boards/Passport/bootloader) C-based code that handles secure element initialization, firmware validation and updates, and system startup.
- [`common`](ports/stm32/boards/Passport/common) Common C code shared between the bootloader and the main firmware.
- [`graphics`](ports/stm32/boards/Passport/graphics) Images and a build script that converts the images to Python data for easier loading.
- [`modules`](ports/stm32/boards/Passport/modules) The MicroPython code that implements the user interface and menu actions.
Expand Down Expand Up @@ -55,7 +55,7 @@ Please report suspected security vulnerabilities in private to security@foundati

## Licensing

All licenses used in Pasport are [reuse](https://reuse.software/) friendly, and the license for each component is marked separately in the header files where appropriate or in a `.reuse/dep5` file otherwise. See the `LICENSES` folder and the
All licenses used in Passport are [reuse](https://reuse.software/) friendly, and the license for each component is marked separately in the header files where appropriate or in a `.reuse/dep5` file otherwise. See the `LICENSES` folder and the
`ports/stm32/boards/Passport/LICENSES` folders for details on each license file.

In summary, Passport makes use of the following licenses.
Expand Down

0 comments on commit 65277d2

Please sign in to comment.