1. 23 Jan, 2021 3 commits
  2. 22 Jan, 2021 1 commit
  3. 18 Jan, 2021 6 commits
  4. 22 Dec, 2020 2 commits
  5. 18 Dec, 2020 7 commits
  6. 17 Dec, 2020 5 commits
  7. 14 Dec, 2020 6 commits
  8. 10 Dec, 2020 2 commits
  9. 09 Dec, 2020 3 commits
  10. 08 Dec, 2020 3 commits
  11. 07 Dec, 2020 2 commits
    • Glenn Ruben Bakke's avatar
      nrf: Change selected boards to utilize pre-flashed bootloader. · d0b8554d
      Glenn Ruben Bakke authored
      The nrf52840-mdk-usb-dongle and pca10050 comes with a pre-flashed
      bootloader (OpenBootloader).
      
      This commit updates the boards "mpconfigboard.mk" to use DFU as
      default flashing method and set the corresponding BOOTLOADER
      settings such that nrf52840_open_bootloader_1.2.x.ld linker
      script is used.
      
      The default DFU flashing method can be disabled by issuing "DFU=0"
      when invoking make. This will lead to "segger" being used as default
      flashing tool. When using "DFU=0", the linker scripts will not
      compensate for any MBR and Bootloader region being present, and might
      overwrite them if they were present.
      
      The commit also removes the custom linker script specific to
      nrf52840-mdk-usb-dongle as it now points to a generic.
      
      Updated nrf52840-mdk-usb-dongle's README.md to be more clear on
      how to deploy the built firmware.
      
      The port README.md has also been updated. In the list of target
      boards a new column has been added to indicate which bootloader
      is present on the target board. And for consistency, changed all
      examples in the README.md to use "deploy" instead of "flash".
      d0b8554d
    • Glenn Ruben Bakke's avatar