From b9ed32928ad475f0a3f3be89b3109bbad64e7078 Mon Sep 17 00:00:00 2001 From: Ken Carpenter <62639971+FoundationKen@users.noreply.github.com> Date: Wed, 19 May 2021 13:28:29 -0700 Subject: [PATCH 1/2] Update README.md Fix typos from #2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd2d8d9..d066794 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. From 9980ac1cdc9e6ff328d794933b7ed57227b2878f Mon Sep 17 00:00:00 2001 From: Ken Carpenter <62639971+FoundationKen@users.noreply.github.com> Date: Wed, 19 May 2021 13:29:19 -0700 Subject: [PATCH 2/2] Update DEVELOPMENT.md Fix issue from #2 --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index e15071f..718a444 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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