summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
2020-09-28canio: RemoteTransmissionRequest: Split implementation, keep one structureJeff Epler
2020-09-23Merge pull request #3456 from jepler/qstr-and-or-demagicScott Shawcroft
2020-09-22makeqstrdefs: don't make _and_, _or_ poisoned substrings for QSTRsJeff Epler
2020-09-21canio: rename from _canioJeff Epler
2020-09-21_canio: Minimal implementation for SAM E5x MCUsJeff Epler
2020-09-21py: Add enum helper codeJeff Epler
2020-09-21makeqstrdata: Work around python3.6 compatibility problemJeff Epler
2020-09-19makeqstrdata: Work with older PythonJeff Epler
2020-09-16Merge pull request #3398 from jepler/better-dictionary-compressionScott Shawcroft
2020-09-16makeqstrdata: comment my understanding of @ciscorn's codeJeff Epler
2020-09-14camera: Change APIKamil Tomaszewski
2020-09-14camera: Implement new library for cameraKamil Tomaszewski
2020-09-13move implicit-fallthrough warning enable to defns.mkJeff Epler
2020-09-14Small improvements to the dictionary compressionTaku Fukada
2020-09-12makeqstrdata: Avoid encoding problemsJeff Epler
2020-09-12Add FALLTHROUGH comments as neededJeff Epler
2020-09-12modstruct: Improve compliance with python3Jeff Epler
2020-09-12compression: Implement ciscorn's dictionary approachJeff Epler
2020-09-10Merge pull request #3370 from jepler/compression-bigramsScott Shawcroft
2020-09-10Merge pull request #3326 from tannewt/native_wifiScott Shawcroft
2020-09-08translations: Make decompression clearerJeff Epler
2020-09-06circuitpy_mpconfig: enable 3-arg pow() with CIRCUITPY_FULL_BUILDJeff Epler
2020-09-06core: add int.bit_length() when MICROPY_CYPTHON_COMPAT is enabledJeff Epler
2020-09-03Merge remote-tracking branch 'adafruit/main' into native_wifiScott Shawcroft
2020-09-03Changes based on Dan's feedbackScott Shawcroft
2020-09-02Rename functions to encode_ngrams / decode_ngramsJeff Epler
2020-09-02makeqstrdata: correct range of low code points to 0x80..0x9f inclusiveJeff Epler
2020-09-01add bigram compression to makeqstrdataJeff Epler
2020-09-01Merge pull request #3310 from dhalbert/ble_hciScott Shawcroft
2020-08-30merge from upstreamDan Halbert
2020-08-30address review; use constructor for HCI AdapterDan Halbert
2020-08-30builtinimport: Fix a crash with 'import ulab.linalg' on unix port onlyJeff Epler
2020-08-27Merge remote-tracking branch 'adafruit/main' into native_wifiScott Shawcroft
2020-08-25Merge pull request #3318 from jepler/interrupt-serial-rxJeff Epler
2020-08-25Merge remote-tracking branch 'adafruit/main' into native_wifiScott Shawcroft
2020-08-25mp_obj_print_helper: Handle a ctrl-c that comes in during printingJeff Epler
2020-08-21Make socket reads interruptableScott Shawcroft
2020-08-20merge from upstream; working; includes debug_out code for debugging via Salea...Dan Halbert
2020-08-19Add basic error handlingScott Shawcroft
2020-08-19Add espidf module.Scott Shawcroft
2020-08-19SSL works until it runs out of memoryScott Shawcroft
2020-08-19SocketPool stubbed outScott Shawcroft
2020-08-19Ping work and start to add socketpoolScott Shawcroft
2020-08-19Fix ipaddress import and parse ipv4 stringsScott Shawcroft
2020-08-19Add ipaddressScott Shawcroft
2020-08-19Scanning WIP. Need to sort out supervisor memoryScott Shawcroft
2020-08-19First crack at native wifi APIScott Shawcroft
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
2020-08-18Merge pull request #3295 from tannewt/turn_off_terminalioScott Shawcroft
2020-08-18Calculate the Huffman codebook without MP_QSTRsTaku Fukada