Skip to content

Commit

Permalink
Added instructions for project configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Feb 15, 2024
1 parent adf8e0b commit 0179041
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion IDE/MPLAB/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ cp src/keystore.c IDE/MPLAB/test
```



### Compiling and linking the images

Now both projects (wolfboot and test-app) can be compiled and linked.
Expand All @@ -87,6 +86,15 @@ could be created in the include/ directory by running `make`, which will be base
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.

The wolfBoot project should build with no modifications to the project, because it
does not use any .c files from the manufacturer's BSP.

On the other hand, the application uses the Harmony libraries to access the UART
USB and other peripherals. To generate the necessary files, once you open the
project in MPLAB X IDE, click on the MCC icon on top, then click on "Generate" to
download the latest Microchip libraries and device support in your local repository.


### Converting to .bin format

MPLAB ide produces executables of the bootloader and the test firmware images in
Expand Down

0 comments on commit 0179041

Please sign in to comment.