Skip to content

Documentation: Missing cd in STM32 Build Instructions #1967

@c-alpha

Description

@c-alpha

This set of STM32 build instructions

```shell
$ mkdir build
$ cd build
$ cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/arm-toolchain.cmake ..
$ make
```

seems to be missing a

$ cd src/platforms/stm32

at the start (i.e. insert as a new line after 762)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions