issues Search Results · repo:micropython/micropython-esp32-ulp language:Python
Filter by
0 results
(63 ms)0 results
inmicropython/micropython-esp32-ulp (press backspace or delete to remove)Hi, i have this code:
...
counter: .long 0
entry:
...
I read the counter from main core like this:
ULP_MEM_BASE = const(0x50000000)
ULP_DATA_MASK = const(0xffff)
mem32[ULP_MEM_BASE] ULP_DATA_MASK ...
vencax
- 2
- Opened on Dec 19, 2024
- #103
Seen in #100 CI tests, but unrelated to the PR:
Testing compat/reg.esp32.S
Building using micropython-esp32-ulp (esp32)
Building using binutils (esp32)
compat/reg.esp32.S:8:10: fatal error: soc/rtc_cntl_reg.h: ...
ThomasWaldmann
- Opened on Dec 14, 2024
- #101
With mp 1.24 , in advanced usage exemple: with open( test.ulp , r ) as f: rise a unicode exception
It should be changed to: with open( test.ulp , rb ) as f:
pidou46
- 4
- Opened on Nov 3, 2024
- #99
Now that S2/S3 support is finally done, a new release/version is due.
TODO:
- [ ] Contemplate, that because not everything is 100% backwards compatible, whether this should become version 2.0.0?
...
wnienhaus
- Opened on Sep 11, 2023
- #96
Micropython now uses mip instead of upip https://docs.micropython.org/en/latest/reference/packages.html#packages
The quickstart guide and the installation method in the docs do not work on the latest ...
mjaspers2mtu
- 7
- Opened on Aug 8, 2023
- #93
Hi, has somebody found a solution how to setup interrupt on RTC GPIO pin that wakes up ULP? Like shown here in C lang?
vencax
- Opened on Aug 5, 2023
- #92
Currently we have only a general LICENSE file in the repo root.
Having license/copyright information in each file makes it very clear for anyone who copies the file what the
license/copyright is.
We ...
wnienhaus
- 7
- Opened on Jul 12, 2023
- #90
For time critical code, it could be needed to calibrate the ulp clock.
https://docs.espressif.com/projects/esp-idf/en/v4.2/esp32/api-guides/ulp_instruction_set.html#note-about-instruction-execution-time ...
pidou46
- 2
- Opened on Sep 30, 2022
- #86
Support for the S2 should not be that difficult, because the ULP in the ESP32-S2 has only a slightly different binary
format than the ULP of the original ESP32.
(Note the S2 has both a RISC-V based and ...
enhancement
help wanted
wnienhaus
- 8
- Opened on Sep 4, 2022
- #85
Today, our build process build MicroPython using the lastest state of master of the MicroPython repository. This is
great, because it suggests that our code (as exercised by our tests) works with the very ...
wnienhaus
- 2
- Opened on Aug 30, 2022
- #83

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.