Skip to content
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

Revamp deploy.py #78

Merged
merged 11 commits into from
Mar 12, 2020
Merged

Revamp deploy.py #78

merged 11 commits into from
Mar 12, 2020

Commits on Mar 11, 2020

  1. Revamp deploy.py

    Now the script supports more flashing methods:
    - JLink (with tockloader)
    - OpenOCD (with tockloader)
    - pyOCD
    - Nordic DFU
    - none (will produce an IntelHex file)
    
    Also merged the contributions from:
    - Yihui Xiong to support the Makerdiary USB dongle board
    - Dennis Geurts to support Nordic DFU
    
    Doc updated accordingly.
    
    Imported 2 patches for Tock kernel:
    - 06-add-set_vector_table_offset.patch (upstream tock/tock#1579)
    - 07-nrf52-bootloader.patch (upstream tock/tock#1681)
    jmichelp committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    e63482a View commit details
    Browse the repository at this point in the history
  2. Fix pylint

    jmichelp committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    9c13d73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e87e78a View commit details
    Browse the repository at this point in the history
  4. Remove duplicate patch

    jmichelp committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    550098d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b22832e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a3ccb4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c5c7b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Address review round google#2

    jmichelp committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    0e1c764 View commit details
    Browse the repository at this point in the history
  2. Add new python dependency

    jmichelp committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    49182c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfe901e View commit details
    Browse the repository at this point in the history
  4. Fix missing directory

    jmichelp committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    93bc8da View commit details
    Browse the repository at this point in the history