-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Lines 200 to 208 in 9738a5b
| return { | |
| flashPageSize: pageSize, | |
| runtimeStartPage: startPage, | |
| runtimeStartAddress: startPage * pageSize, | |
| runtimeEndUsed: pagesUsed, | |
| runtimeEndAddress: pagesUsed * pageSize, | |
| versionAddress, | |
| version, | |
| }; |
Will need to check that runtimeEndUsed represents numbers of pages used from the start page: https://microbit-micropython.readthedocs.io/en/latest/devguide/hexformat.html#uicr-format
Then update the code and add more tests.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working