Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    52b3e1f View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Merge pull request #6 from adafruit/master

    updating from adafruit
    DavePutz authored Jun 8, 2020
    Configuration menu
    Copy the full SHA
    ef87cc3 View commit details
    Browse the repository at this point in the history
  2. Correct ticks being returned from port_get_raw_ticks()

    Issue #2958 . Correct calculation of usec back to ticks in port_get_raw_ticks().
    DavePutz authored Jun 8, 2020
    Configuration menu
    Copy the full SHA
    d8bb2d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Redid formula for calculating subticks

    changed subticks calculation to give a range from 0 to 32767.
    DavePutz authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    ec7a3fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3020 from DavePutz/issue2958

    Issue #2958 Correct calculation of subticks being returned from port_get_raw_ticks() for esp32s2
    tannewt authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    9b8d648 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeb3825 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b414f82 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    7cc8b78 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3024 from tannewt/main

    Update precommit check branch
    tannewt authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    ca3e55b View commit details
    Browse the repository at this point in the history
  3. Minor comment fix

    hierophect committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    c88a8e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf3a5af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c087024 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #7 from adafruit/main

    update fork
    DavePutz authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    8104b42 View commit details
    Browse the repository at this point in the history
  7. Issue #3014 - refresh after changing to transparent

    Adding     self->needs_refresh = true; in common_hal_displayio_palette_make_opaque() and common_hal_displayio_palette_make_transparent()
    DavePutz authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    058c16e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    724637f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3025 from hierophect/stm32-f7-startup

    STM32: Add DTCM and ITCM support to F7 series
    tannewt authored Jun 11, 2020
    Configuration menu
    Copy the full SHA
    e27f68f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    750037a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3027 from DavePutz/Issue3014

    Issue #3014 Add a refresh when making a displayio palette transparent or opaque
    tannewt authored Jun 11, 2020
    Configuration menu
    Copy the full SHA
    9285252 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. docs: Improve 5.0.x <-> main branch doc linkrot

    This improves, but does not entirely fix, the broken links that result
    from the autoapi change.  It fixes module-level links, but class links
    still do not work (e.g., /shared-bindings/displayio/Palette.html (5.0.x)
    is now just /shared-bindings/displayio/#displayio.Palette).
    jepler committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    3c3cad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f83b0c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb8539b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32a29ff View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. actions: Try checkout v2.2.0

    This version is supposed to
    > Fetch all history for all tags and branches when fetch-depth=0
    
    We leave the tags fetch in place so that actions _in cloned repos_
    work.  Cloned repos' tags do not necessarily match adafruit/circuitpython,
    but we want version reporting to be able to use adafruit/circuitpython
    tags when they are most relevant according to "git describe"'s heuristics.
    
    Submodules are different, as they always point to the repo specified
    in .gitmodules, so they don't need special handling to get the most
    relevant tags.
    jepler committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    03c04e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aac3cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9614bb View commit details
    Browse the repository at this point in the history
  4. cxd56: Disable HID and MIDI

    These are already disabled via the USB_DEVICES setting, but the code is
    included anyway.
    jepler committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    9d5cccc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8189693 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #8 from adafruit/main

    update from adafruit
    DavePutz authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    6fd2472 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3026 from hierophect/stm32-i2cspeed

    STM32: Add I2C timing to the F7 and H7 board profile
    tannewt authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    8ff0a3d View commit details
    Browse the repository at this point in the history
  8. docs: conf.py: Remove an irrelevant TODO

    This TODO made sense in the context of the original project, but for use in
    CircuitPython it does not appear to be relevant.  Remove it.
    jepler committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    7a51719 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3033 from jepler/actions-doc-artifact

    actions: upload artifacts for stubs & docs
    tannewt authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    08c8198 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3035 from jepler/simplify-checkout

    actions: Try checkout v2.2.0
    tannewt authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    b3b38c1 View commit details
    Browse the repository at this point in the history
  11. remove debugging prints

    dhalbert committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    c91435e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    8bbd539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3779304 View commit details
    Browse the repository at this point in the history
  3. Add port D to LQFP64

    hierophect committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    fd4aafa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3040 from hierophect/stm32-portd-hotfix

    STM32: Add port D to LQFP64
    tannewt authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    dffac11 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3031 from jepler/improve-shared-bindings-links

    docs: Improve 5.0.x <-> main branch doc linkrot
    tannewt authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    a345223 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3036 from dhalbert/prefix-match-all

    Fix ScanEntry prefix matching for any=False
    tannewt authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    0e3cad0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47425f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Merge pull request #3039 from hierophect/stm32-meowbit-uf2-web

    STM32: make Meowbit default to UF2 on website
    tannewt authored Jun 17, 2020
    Configuration menu
    Copy the full SHA
    25d5f2c View commit details
    Browse the repository at this point in the history
  2. Translated using Weblate (German)

    Currently translated at 98.0% (749 of 764 strings)
    
    Translation: CircuitPython/main
    Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/de/
    buchen authored and weblate committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    80fdb18 View commit details
    Browse the repository at this point in the history
  3. Fixes issue with memory alignment in STM32

    When compiling with optimizations on, an issue occurs where the claimed_pins/never_reset_pins memory location is shared with another variable. This causes some bad memory read, so the USB pins ended up being reset. Setting these to have an alignment of 4 bytes resolves this.
    
    Tested on nucleo_f746zg
    k0d committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    23da0fa View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. loc_ber_m4_base_board

    florin-trutiu committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    178be2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b316549 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a76e15 View commit details
    Browse the repository at this point in the history
  4. Update __init__.c

    DavePutz authored Jun 19, 2020
    Configuration menu
    Copy the full SHA
    9978928 View commit details
    Browse the repository at this point in the history
  5. removed trailing whitespace

    DavePutz authored Jun 19, 2020
    Configuration menu
    Copy the full SHA
    beb80e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1687c8b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3041 from weblate/weblate-circuitpython-master

    Translations update from Weblate
    jepler authored Jun 19, 2020
    Configuration menu
    Copy the full SHA
    9866646 View commit details
    Browse the repository at this point in the history