diff --git a/docs/platforms/creating_platform.rst b/docs/platforms/creating_platform.rst index e1708ec3..e99ff3c1 100644 --- a/docs/platforms/creating_platform.rst +++ b/docs/platforms/creating_platform.rst @@ -265,9 +265,11 @@ base template of ``test-builder.py``. Please look into the examples with built-in scripts for the popular platforms: -* `atmelavr.py `_ -* `timsp430.py `_ -* `titiva.py `_ +* `baseavr.py `_ +* `basearm.py `_ +* `atmelavr.py `_ +* `timsp430.py `_ +* `ststm32.py `_ .. _platform_creating_installation: