- Create a new project according to MbedCE instructions
- Add this as submodule to your project via
git submodule add --depth 1 https://github.com/mbed-ce-libraries-examples/custom_targets custom_targets - The top level
CMakeList.txt(in root of your project) should be modified according to this wiki page
- if you want add a custom target that can be handy for anyone or a target that exist on public market (like BluePhill) make PR.
- For personal non-public targets make fork and create it in your own repository.
- When memory banks will be necesaeery for a new target then be sure the
device-nameis not present incustom_target.json5for that target. Runpython -m mbed_tools.cli.main cmsis-mcu-descr fetch-missingfrom path/mbed-os/tools/pythonand fill memory section intocustom_target.json5undermemory_bankssection.
- We are unable to test all targets because we simply don't have them.
Feel free to contact us for any help.