Search found 35 matches

by ihornehrutsa
Wed Oct 21, 2020 7:04 pm
Forum: Development of MicroPython
Topic: git-flow extension for developers
Replies: 29
Views: 14570

Re: git-flow extension for developers

Thanks, jimmo . I understood and accept the 'simple' MicroPython developer flow cycle. It ideal for 'One developer' -> 'One pull request' -> 'One acceptor into master thread'. How do several developers work under one task/issue? He must make its own Pull Request to the forked repository or to the up...
by ihornehrutsa
Thu Oct 15, 2020 1:29 pm
Forum: General Discussion and Questions
Topic: upy C module generator
Replies: 3
Views: 3086

Re: upy C module generator

Thanks, Peter. I try to contribute to https://github.com/prusnak/micropython-extmod-generator and https://github.com/pazzarpj/micropython-ustubby to make a fully functional tool for developing MicroPython external C modules. module.py -> GENERATOR -> module.c -> COMPILER -> firmware.bin -> MicroPyth...
by ihornehrutsa
Thu Oct 15, 2020 6:54 am
Forum: General Discussion and Questions
Topic: upy C module generator
Replies: 3
Views: 3086

Re: upy C module generator

Could you publish your code on GitHub?
Thanks.
by ihornehrutsa
Sat Oct 10, 2020 6:49 pm
Forum: General Discussion and Questions
Topic: A correct example of using utime.ticks_add and utime.ticks_diff
Replies: 4
Views: 2418

A correct example of using utime.ticks_add and utime.ticks_diff

It seems to me that the official manual is not fully clear, especially for new users.

To all: Could you publish here parts of code from real projects where ticks_add and/or ticks_diff are used?

Thanks.
by ihornehrutsa
Sat Oct 10, 2020 6:03 pm
Forum: Development of MicroPython
Topic: git-flow extension for developers
Replies: 29
Views: 14570

git-flow extension for developers

Hi everyone. I plan to contribute code to the ESP32 MicroPython port. Some questions: 1) Do Micropython authors use the git-flow development model? See "git-flow cheatsheet" https://danielkummer.github.io/git-flow-cheatsheet/index.html based on "A successful Git branching model" https://nvie.com/pos...