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

Allow Windows builds using Visual Studio. #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KurtE
Copy link
Contributor

@KurtE KurtE commented Jun 8, 2022

As I mentioned in the Readme file, I am currently building using the Visual Studio 2022 release and probably
needed to install the WDK.

Also need to build for x86.

Note: This started off with has some of my experimental stuff for working with CircuitPython to see why their
sketches wipe out the Filesystem that is installed at the 1MB address

So some of the debug stuff is still in this version
teensy_loader_cli.c -
-d option dumps the ranges of memory that the .hex file is setup to upload to.
-f option filled holes in memory ranges with 0s. Can/should probably remove this as this turned out
not the reason why everything was erased

@PaulStoffregen - I decided to do a PR back to you to see if this is something you wish to pull in. Note: we could remove the extras -d -f stuff if desired. It helped figure out what was going on with CircuitPython, but others may not need. Although sort of nice to see the ranges of where things are loaded

As I mentioned in the Readme file,  I am currently building using the Visual Studio 2022 release and probably
needed to install the WDK.

Also need to build for x86.

Note: This started off with has some of my experimental stuff for working with CircuitPython to see why their
sketches wipe out the Filesystem that is installed at the 1MB address

So some of the debug stuff is still in this version
teensy_loader_cli.c -
-d option dumps the ranges of memory that the .hex file is setup to upload to.
-f option filled holes in memory ranges with 0s.  Can/should probably remove this as this turned out
not the reason why everything was erased
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

Successfully merging this pull request may close these issues.

1 participant