-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM and uARM will conflict with build.py #14
Comments
Hi Ytsuboi, (1) The object files for separate toolchains are stored in separate directories, therefore you have not to worry about it. Although, yes, we did not propagate the "clean" option from the command line to the library build functions. (2) This does delete the build for every target, and every toolchain: it is a quite simple action and you do not need a tool for that: the operating system command line is good enough (ie: "rm -rf build"). Cheers, |
Enabled lp_ticker after adjusting its implementation to the new API.
add support for new modules
Artifact delivery # Conflicts: # tools/build_api.py # tools/config/__init__.py
Add consistent casts and widths to constants
Disable rtos for now to allow the code to run to main
Add consistent casts and widths to constants
Add button configuration for BLE_Button application.
Update name of output directory.
…2e21f0..cf3936f074 cf3936f074 Update license text in test files. (ARMmbed#14) git-subtree-dir: features/frameworks/mbed-client-randlib git-subtree-split: cf3936f074954f01a6fbce4799fc40249ba7d2ac
…2e21f0..cf3936f074 cf3936f074 Update license text in test files. (ARMmbed#14) git-subtree-dir: features/frameworks/mbed-client-randlib git-subtree-split: cf3936f074954f01a6fbce4799fc40249ba7d2ac
ARM and uARM shares same directory to store temporary object files for target specific APIs. Therefore, we have to clean binaries (trash "build" folder manually) before change to another target touching.
We want "trash build folder" option for build.py
The text was updated successfully, but these errors were encountered: