-
Notifications
You must be signed in to change notification settings - Fork 52
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
pic32prog.conf file #23
Comments
What if we did it as a hybrid approach? "Supported" devices would still be The main reason for this is because pic32prog is in the chipKIT core, and Thanks, On Saturday, October 24, 2015, robert rozee [email protected]
Sent from an iMSAI 8080 over a 300 baud modem. ;-) |
i could see that approach working extremely well. although it may be prudent to handle what happens when a device exists BOTH internally as well as in the .conf file. perhaps one mechanism would be to add an optional 'override' parameter to each processor entry in the .conf file: if 'override' is NOT specified the internal parameters (if they exist) will be used; if "override=1" is specified, then the data from the .conf file is used in preference to any internal data held for that specific processor. cheers, |
with the additions being made to allow a pic32prog.conf file for device configuration, will this mean that the single excutable pic32prog.exe (for win32) will no longer function standalone? or will the .conf file be optional and only contain configuration details for devices not already described in the C source code?
it is rather critical issue for me, as i've an article about to go into print with usage instructions (and direct links into GitHub) that assume only the file pic32prog.exe is required for programming the MX150/250, MX170/270, MX695/795 and MX470. if a .conf file becomes mandatory, then i will need to contact the publisher and make changes to the text before things go to print.
cheers,
rob :-)
The text was updated successfully, but these errors were encountered: