Open
Conversation
9934b47 to
4a3329f
Compare
TODO: test it on the raspberry
a complete asyncio io protocol is implemented with a read write into two fifos
added documentation about it
WARN: to be tested
for fifo, there is blocking thread issue (again)
TODO: setup colors in function of the R/S loop, not the debug level TODO: restore the debug level TODO: setup a debug environment variable TODO: make the exception handling for closing read loop run
the async serial communication and fifo com are both tested communication ready to be embedded
TODO: update readme TODO: update mock fifo with settings
4a3329f to
5246760
Compare
with a simple shared variable, this is done
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pour garder dans le dépôt tout le code produit pour cette édition de la Coupe de France, ça serait cool qu'on puisse avoir le code de l'esp et le code de la rasp dans la branche
main. Cette PR fait cette fusion.Si vous l'acceptez, il faudra en revanche faire attention quand vous ferez
git pullsur votre branchemainlocale, car il faudra déménager le dossier.pio/(et peut-être le.vscode/aussi) dans le nouveau dossierembedded_firmware/.En réalisant ces étapes, normalement tout se passera bien :
git pull. Si votre branche était déjà à jour, normalement, il n'y aura pas de soucis..piodansembedded_firmware/s'ils est resté à la racine du dépôt. Pensez à le faire aussi pour les autres fichiers non traqués s'ils sont restés à la racine.embedded_firmware/.Et voilà !
Si cette PR est acceptée, il faudra sans doute que la branche
menuOLEDsoit rebased. Si c'est trop compliqué, je pourrai aider en remote à faire ça.