-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Uninstall/reinstall from source on mac #783
Comments
This does not need to be re-opened, the compile from source option for mac is well documented in the compiling manual. The specific edit I was referencing for the bluepill support is in the src/common.c file, in the stlink_load_device_params() function, in the following text:
replacing the final else with
This is soundly a hack however, supporting an undocumented chip feature (albeit one that is a leading source of popularity for the blue pill board). |
Well that may be of general interest though as these boards are quite common. So as a maintainer of this project I'd consider this useful and would keep this ticket open for one of the upcoming releases. However this does not imply that you need to keep up with this issue. |
@Nightwalker-87 sorry, I only meant to imply that I no longer needed any help on it! If you support adding special cases like the Bluepill that's great. |
I understand. So I will close this as resolved then. Note on Bluepill-Support: For 128k support also take a look at issue #516. As far as I am aware of, the tools currently support the STM32F103C8T6 as an original device. |
I'll make a new issue on this today |
You may add a comment to #516, which already covers this. |
Hello,
My setup is on Mac 10.14.2, STlink2, targeting Bluepill.
I'd like to make modifications to the project source in order to support the full 128k of memory available on the STM32F103C8T6, used on the Bluepill boards, to match the official ST tool and allow me to use platforms like mbed. However, I'm not sure from the project documentation how to perform an uninstall/reinstall from source since it recommends using Homebrew.
I've got the normal st-link program installed, along with all the dependencies like the arm-none-eabi-gc, etc. Is there a simple way that I can uninstall the main program and reinstall the edited version, without touching the dependencies, and without installing the official version off homebrew?
Sorry for the newbie question, I do usually tend to use homebrew for everything, so I'm not that familiar with source installations on mac!
The text was updated successfully, but these errors were encountered: