Skip to content

Conversation

@ajsirota
Copy link
Owner

@ajsirota ajsirota commented Feb 2, 2021

No description provided.

tannewt and others added 30 commits January 12, 2021 08:26
try adding new feather def
fix atmel-samd DAC channel selection logic
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
As reported by @jerryneedell, this change was incorrect; the given
ESPTOOL_FLAGS caused `write_flash` to be repeated twice, which doesn't
work.

Closes #3981.
samd21 board with only 4 neopixels + two touchpads
Currently translated at 100.0% (913 of 913 strings)

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

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
Revert "pre-commit: Add checking of 'make translate' status"
Currently translated at 100.0% (913 of 913 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
xorbit and others added 23 commits January 30, 2021 18:35
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
Add support for Lilygo TTGO T8 ESP32-S2
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
Add board Silicognition LLC M4-Shim
Fixing microcontroller.cpu on multi-core cpus and adding microcontroller.cpus
Currently translated at 100.0% (955 of 955 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
add uart hardware flow control to nrf port
@ajsirota ajsirota merged commit 1a8bb1c into ajsirota:main Feb 2, 2021
ajsirota pushed a commit that referenced this pull request Mar 31, 2021
Merge latest CircuitPython changes (6.0.0-rc.1)
ajsirota pushed a commit that referenced this pull request Mar 31, 2021
update to most recent master
ajsirota pushed a commit that referenced this pull request Apr 25, 2021
Merge from original repo
ajsirota pushed a commit that referenced this pull request Apr 25, 2021
ajsirota pushed a commit that referenced this pull request Jun 30, 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
        #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>
ajsirota pushed a commit that referenced this pull request May 10, 2023
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.