Skip to content
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

Addition of run / go feature #3

Open
rogerclarkmelbourne opened this issue Nov 6, 2014 · 1 comment
Open

Addition of run / go feature #3

rogerclarkmelbourne opened this issue Nov 6, 2014 · 1 comment

Comments

@rogerclarkmelbourne
Copy link

Hi,

FYI.

I'm using this for a port of Arduino to STM32F1xx hardware.

However I noticed that your script didnt have a run/go feature in its command line, but I also noticed that you had written code to do this, but just didn't have a way to call it

So I've done some very minor changes to add a -g option, which Go/Run's the after upload from the address of the upload

See https://github.com/rogerclarkmelbourne/Arduino_STM32/blob/master/tools/win/stm32loader.py

I guess that perhaps the -g option would be good if the address is optional, but my python skills are not up to doing that (well I'd have to do some research on how to do it etc)

But I think adding the -g option even if it just runs from the upload address is worth including

Thanks

Roger

@florisla
Copy link

florisla commented Mar 7, 2018

I think this issue can be closed.

The -g [go_address] option was added in 5a2c9fe and merged in here: #1 (comment) .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants