Skip to content

Merge from original repo #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 471 commits into from
Mar 16, 2021
Merged

Merge from original repo #1

merged 471 commits into from
Mar 16, 2021

Conversation

ZodiusInfuser
Copy link
Owner

No description provided.

dhalbert and others added 30 commits March 1, 2021 22:57
build_release_files: Only build languages in an allow-list
Presumably, switching it to generic hurt performance a bit.

I verified that the build-raspberry_pi_pico/boot2_padded_checksummed.S
built file has the same checksum as the old
bs2_default_padded_checksummed.S
raspberrypi: allow directly specifying the original boot .S file
rp2pio: allow keyboard interrupt while waiting for tx fifo to empty (& stall)
spresense: return valid reference voltage
displayio: make Group use a python list internally
press reset to safe mode on ports where reset reason is not implemented
Currently translated at 100.0% (971 of 971 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
Enable protomatter on RP2040 builds
Currently translated at 100.0% (971 of 971 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
tannewt and others added 23 commits March 12, 2021 16:51
[vfs_fat_diskio] pdrv is not a drive number since f5f4cda
Update from adafruit main
Currently translated at 98.4% (960 of 975 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
- add formatting check
- add translations check
Add code formatting and translations check
spresense: minor changes for i2c, spi and uart
Issue 4237 - Changed initial setting in program_struct
@ZodiusInfuser ZodiusInfuser merged commit 361cb1c into ZodiusInfuser:main Mar 16, 2021
ZodiusInfuser pushed a commit that referenced this pull request Apr 14, 2021
update to most recent master
ZodiusInfuser pushed a commit that referenced this pull request Aug 3, 2021
asan considers that memcmp(p, q, N) is permitted to access N bytes at each
of p and q, even for values of p and q that have a difference earlier.
Accessing additional values is frequently done in practice, reading 4 or
more bytes from each input at a time for efficiency, so when completing
"non_exist<TAB>" in the repl, this causes a diagnostic:

    ==16938==ERROR: AddressSanitizer: global-buffer-overflow on
    address 0x555555cd8dc8 at pc 0x7ffff726457b bp 0x7fffffffda20 sp 0x7fff
    READ of size 9 at 0x555555cd8dc8 thread T0
        #0 0x7ffff726457a  (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xb857a)
        #1 0x555555b0e82a in mp_repl_autocomplete ../../py/repl.c:301
        adafruit#2 0x555555c89585 in readline_process_char ../../lib/mp-readline/re
        adafruit#3 0x555555c8ac6e in readline ../../lib/mp-readline/readline.c:513
        adafruit#4 0x555555b8dcbd in do_repl /home/jepler/src/micropython/ports/uni
        adafruit#5 0x555555b90859 in main_ /home/jepler/src/micropython/ports/unix/
        adafruit#6 0x555555b90a3a in main /home/jepler/src/micropython/ports/unix/m
        adafruit#7 0x7ffff619a09a in __libc_start_main ../csu/libc-start.c:308
        adafruit#8 0x55555595fd69 in _start (/home/jepler/src/micropython/ports/uni

    0x555555cd8dc8 is located 0 bytes to the right of global variable
    'import_str' defined in '../../py/repl.c:285:23' (0x555555cd8dc0) of
    size 8
      'import_str' is ascii string 'import '

Signed-off-by: Jeff Epler <jepler@gmail.com>
ZodiusInfuser pushed a commit that referenced this pull request Jun 10, 2022
ZodiusInfuser pushed a commit that referenced this pull request Jan 10, 2023
Typo in docs for supervisor.ticks_ms()
ZodiusInfuser pushed a commit that referenced this pull request Jun 27, 2023
ZodiusInfuser pushed a commit that referenced this pull request Jun 27, 2023
Board files for LOLIN S3 MINI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.