We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From nf-interpreter created by josesimoes : nanoframework/nf-interpreter#382
nanoBooter is not being able to report the Flash map because the code in the command is commented in WireProtocol_MonitorCommands.c.
Uncomment and follow the implementation of CLR_DBG_Debugger::Monitor_FlashSectorMap to make it work
The text was updated successfully, but these errors were encountered:
Also BlockStorageDevice requires #include <nanoPAL_BlockStorage.h>
#include <nanoPAL_BlockStorage.h>
still fails at const DeviceBlockInfo* deviceInfo = device->GetDeviceInfo(device); though which has lots of FixMe comments in block storage...
const DeviceBlockInfo* deviceInfo = device->GetDeviceInfo(device);
Sorry, something went wrong.
I think that it is a remnant of NETMF code and that the code indeed needs some tweaking in this section to be able to work with nf.
josesimoes
Successfully merging a pull request may close this issue.
From nf-interpreter created by josesimoes : nanoframework/nf-interpreter#382
nanoBooter is not being able to report the Flash map because the code in the command is commented in WireProtocol_MonitorCommands.c.
Uncomment and follow the implementation of CLR_DBG_Debugger::Monitor_FlashSectorMap to make it work
The text was updated successfully, but these errors were encountered: