Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ src/ecc384_pub_key.c
src/ecc512_pub_key.c
src/rsa2048_pub_key.c
src/rsa4096_pub_key.c

# Any other generated keystore files
/**/keystore.c
/**/wolfboot_signing_private_key.der
/**/keystore.der

# Renesas key data files
include/key_data.*
include/enckey_data.*
Expand Down
4 changes: 2 additions & 2 deletions IDE/MPLAB/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# wolfBoot demo application for MPLABx IDE

Instruction to compile and test under Windows or Linux OS.
Instructions to compile and test under Windows or Linux OS.


## Target platform
Expand Down Expand Up @@ -81,7 +81,7 @@ you plan to modify the geometry of your partitions in FLASH.

The FLASH memory configuration for this demo is located in include/MPLAB/target.h.

The file can be changed manually to set a new partitions geometry, or a new target.h
The file can be changed manually to set a new partitions geometry, or a new target.h
could be created in the include/ directory by running `make`, which will be based
on the chosen configuration via the `.config` file. If a custom `target.h` is created
by `make`, the demo version in `include/MPLAB` can be removed.
Expand Down
1 change: 1 addition & 0 deletions IDE/MPLAB/test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See the [../README.md](../README.md) for instructions on populating this directory.
96 changes: 0 additions & 96 deletions IDE/MPLAB/test/keystore.c

This file was deleted.