This commit is contained in:
Michal Moskal 2022-06-06 17:41:36 -07:00
Родитель b583ac6926
Коммит bd6ec5166e
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -135,6 +135,7 @@ Other than the building/deployment targets, the following might be of note:
* [create a new repo](https://github.com/microsoft/jacdac-module-template/generate) from `jacdac-module-template`;
let's say the new repo is called `jacdac-acme-corp-modules`
* update `jacdac-stm32` and `jacdac-c` submodules (eg., with `git submodule update --remote`)
* copy `targets/_example/` to `targets/acme-corp-buzzer-v1.0/` (replaceing `acme-corp-buzzer-v1.0` with the name of the module or series of modules)
* edit [targets/acme-corp-buzzer-v1.0/board.h](targets/_example/board.h) to match your module
* you likely do not need to edit [targets/acme-corp-buzzer-v1.0/config.mk](targets/_example/config.mk),