Search found 6 matches

by astrorafael
Mon Feb 22, 2021 8:12 pm
Forum: Development of MicroPython
Topic: commits & changesets
Replies: 4
Views: 2590

Re: commits & changesets

Wow, thanks once again for your detailed response. very helpful !

I think, I'll try the second option, seems more straightforward, although I need to be familiar with some concepts first.
by astrorafael
Fri Feb 19, 2021 2:23 pm
Forum: Development of MicroPython
Topic: commits & changesets
Replies: 4
Views: 2590

Re: commits & changesets

Thank you very much for your comments. I have used Git for my personal projects so far. Yes, it makes sense.
I would love to see some examples.
by astrorafael
Fri Feb 19, 2021 10:27 am
Forum: Development of MicroPython
Topic: commits & changesets
Replies: 4
Views: 2590

commits & changesets

Hi I finally got through the pull request admission process. I have basic skills of git, so I have had to learn a few lessons on how to contribute. One thing that I'm not comfortable with is that apparently your PR has to be structured in change sets, so my whole bunch of modified files and new file...
by astrorafael
Thu Feb 18, 2021 2:55 pm
Forum: Development of MicroPython
Topic: MP_STATE_PORT macro
Replies: 2
Views: 1922

Re: MP_STATE_PORT macro

Ok, thanks ! Very helpful explanation.
by astrorafael
Wed Feb 17, 2021 12:52 pm
Forum: Development of MicroPython
Topic: MP_STATE_PORT macro
Replies: 2
Views: 1922

MP_STATE_PORT macro

I was examining the machine_pin.c file. and have seen tons of references in the code the MP_STATE_PORT(x) macro which seems to be associated with "irq objects". i.e.: machine_pin_irq_obj_t *irq = MP_STATE_PORT(machine_pin_irq_obj[self->id]); I would like to know what its purpose is. I've tried to im...
by astrorafael
Tue Feb 16, 2021 10:04 am
Forum: Development of MicroPython
Topic: new to micropython.
Replies: 1
Views: 1481

new to micropython.

Hi all, I came here because of the new RaspPi Pico MCU and was delighted to see that MicroPython runs on it. However, I found out that the rp2 port did not include a "machine.RTC" class, so I thought that I could possibly learn how to write a C extension in the process. I'm an average developer and ...