Le développeur kitling fait son retour avec une nouvelle version de ntrboot_flasher qui passe désormais en version v0.3.0.
3 semaines après la version précédente, le développeur a ajouté le support de la journalisation au flashcart_core, et par voie de conséquence à ntrboot_flasher.
Les journaux des fichiers logs qui devraient être générés automatiquement dans /ntrboot/ntrboot.log . Ils contiendront des informations sur les révisions hardware, des linkers notamment sur les Ak2i et R4i Gold 3DS, ou l'id Flashchip pour DSTT.
Cela permettra d'obtenir plus d'informations sur les problèmes hardware, sur les linkers et leur incompatibilité probable ou encore le support de nouveaux matériels comme c'est le cas pour d'autres linkers dérivés de DSTT.
Revert "AK2i changes." : It was reverted because it re-introduced a previously encoutered issue,
and I really just want to get this merged in.
Very minor changes.
More logging added.
Add logging to AK2i and DSTT.
Logging: Add a maximum value to the enum.
Forgot a semicolon.
Add priorities to the logging API.
Add a logging API.
No implementation here, though I get the feeling that the common
implementation will be using vfprintf from standard C, so we may want to
make that a default implementation here. *shrug*
Minor changes/fixes for various carts.
De-duplicate switch on flashchip statements : Now, we have two, one that selects command type, and one that selects
erase blocks for each chip.
Meanwhile, improve full-chip erase in preperation for individual block
erase.
AK2i changes : Mainly, move to a variable that keeps track of whether it's in "write
mode" or "read mode".