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

S340 for nrf52840 feather #182

Draft
wants to merge 46 commits into
base: master
Choose a base branch
from

Commits on Apr 10, 2022

  1. Adding support for s340 SD

    Adding readme.txt to describe the way to obtain S340 and how to put into the bootloader. Fixing BLEDIS name.
    orrmany committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    9b3cace View commit details
    Browse the repository at this point in the history
  2. fix prepoc. definition

    orrmany committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    309712b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f537a6 View commit details
    Browse the repository at this point in the history
  4. .

    orrmany committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    0851dd4 View commit details
    Browse the repository at this point in the history
  5. .

    orrmany committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    8a9b169 View commit details
    Browse the repository at this point in the history
  6. ignoring build dir

    orrmany committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    f1cf86b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    ef9f181 View commit details
    Browse the repository at this point in the history
  2. more ci update

    hathach committed May 17, 2022
    Configuration menu
    Copy the full SHA
    5e6e04a View commit details
    Browse the repository at this point in the history
  3. clean up

    hathach committed May 17, 2022
    Configuration menu
    Copy the full SHA
    daabc3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    150a8a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    503609f View commit details
    Browse the repository at this point in the history
  2. Updated README

    PontusO committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    cf96394 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

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

Commits on Jun 26, 2022

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

Commits on Jun 27, 2022

  1. Renamed board init function.

    PontusO committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    dc41079 View commit details
    Browse the repository at this point in the history
  2. Updated missed reference.

    PontusO committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    787de9b View commit details
    Browse the repository at this point in the history
  3. Merge pull request adafruit#267 from PontusO/master

    Adds support for the Challenger 840 BLE board
    hathach authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    e75aa4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e396b0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request adafruit#268 from adafruit/action-gcc

    carlosperate/arm-none-eabi-gcc-action
    hathach authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    597dc6f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. clean up makefile

    - rename target sd -> flash-sd, mbr -> flash-mbr, dfu-flash -> flash-dfu
    - update readme
    - clean up python script, add multiprocess build
    hathach committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    6c0bb9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0811a47 View commit details
    Browse the repository at this point in the history
  3. added feather 833

    hathach committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    dbeaafa View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. clean up

    hathach committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    cda1798 View commit details
    Browse the repository at this point in the history
  2. more clean up

    hathach committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    c9a548f View commit details
    Browse the repository at this point in the history
  3. fix build with 832

    hathach committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    90c856e View commit details
    Browse the repository at this point in the history
  4. Merge pull request adafruit#270 from adafruit/feather-833

    Add Feather nRF52833
    hathach authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    f4b503e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b60ef5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b36925d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f86906 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. add debug linker when building with DEBUG=1

    extend bootloader start to reserved app for debug build
    hathach committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c42dce0 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

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

Commits on Sep 8, 2022

  1. Merge pull request adafruit#273 from whiz00/build-fix

    fix 'array subscript 0 is outside array bounds' for newer gcc versions
    hathach authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    de32e8c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    3af7f74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7229caf View commit details
    Browse the repository at this point in the history
  3. Merge pull request adafruit#280 from adafruit/add-debug-build

    Add debug build
    hathach authored Oct 16, 2022
    Configuration menu
    Copy the full SHA
    0cb582d View commit details
    Browse the repository at this point in the history
  4. update readme doc

    hathach committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    d2977b1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request adafruit#281 from adafruit/update-doc

    update readme doc
    hathach authored Oct 16, 2022
    Configuration menu
    Copy the full SHA
    b55f516 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

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

Commits on Nov 18, 2022

  1. Merge pull request adafruit#284 from kylemccreery/pillbug

    Add new board PillBug
    hathach authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    da70d4a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    e052885 View commit details
    Browse the repository at this point in the history
  2. Adding support for s340 SD

    Adding readme.txt to describe the way to obtain S340 and how to put into the bootloader. Fixing BLEDIS name.
    ignoring build dir
    Ignoring s340 copyrighted files
    orrmany committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    1e1db14 View commit details
    Browse the repository at this point in the history
  3. Updated submodules

    orrmany committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    00f2d86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9eab5dd View commit details
    Browse the repository at this point in the history
  5. Revert "Updated submodules"

    This reverts commit 00f2d86.
    orrmany committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    5dc6685 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    babf82c View commit details
    Browse the repository at this point in the history
  7. Revert "Trying to fix submodules barnches"

    This reverts commit babf82c.
    orrmany committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    18ed5c9 View commit details
    Browse the repository at this point in the history