analogdevicesinc / no-OS

Software drivers in C for systems without an operating system
http://analogdevicesinc.github.io/no-OS/
Other
882 stars 1.63k forks source link

tools: scripts: mbed: update build path #2099

Closed amiclaus closed 5 months ago

amiclaus commented 5 months ago

Pull Request Description

The MBED_OS_BUILD_DIRECTORY holds the build files that the mbed platform generates. These files should be placed in the same manner as all the other platform, respectively under the BUILD_DIR environment path.

This patch fixes the CI builds for the mbed platform and also makes sure that all the build generated files are kept under the same path when building manually a project under the projects folder.

PR Type

PR Checklist