Skip to content
Snippets Groups Projects
  1. Mar 11, 2020
    • Jean-Michel Picod's avatar
      Minor changes (review round 1) · e87e78ac
      Jean-Michel Picod authored
      e87e78ac
    • Jean-Michel Picod's avatar
      Fix pylint · 9c13d738
      Jean-Michel Picod authored
      9c13d738
    • Jean-Michel Picod's avatar
      Revamp deploy.py · e63482af
      Jean-Michel Picod authored
      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)
      e63482af
  2. Mar 04, 2020
    • Julien Cretin's avatar
      Support storing in RAM instead of flash · e52a6718
      Julien Cretin authored
      This permits to run without persistent storage. The benefit is that the board
      doesn't implement a the syscall API in Tock. The disadvantage is that rebooting
      the key will reset the storage.
      e52a6718
  3. Mar 03, 2020
    • Jean-Michel Picod's avatar
      Make internal python linter happy. · 740d6658
      Jean-Michel Picod authored
      It seems that our internal linter is stricter than what pylint does.
      Fixing the python code to make both happy and tries to fix the gap by
      modifying pylintrc configuration file
      740d6658
  4. Mar 02, 2020
  5. Feb 27, 2020
  6. Feb 21, 2020
  7. Feb 20, 2020
    • Jean-Michel Picod's avatar
      Improve deploy script. · 557eebab
      Jean-Michel Picod authored
      - Check that JLinkExe in properly installed
      - Verify that the app is installed
      - Always report failures in the exit code
      - Add vscode settings for Python code formatting using Google style
      - Fix issue #42 regarding tockloader version and sticky parameter
      557eebab
  8. Feb 19, 2020
Loading