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

Add support to SAM4L SoC Family #143

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 26, 2020

  1. Flash.h: Add flash override samba error

    When a device have bootloader on flash, user can set a offset that may
    try erase and/or override the bootloader.  Add an exception to abort on
    any of that conditions.
    
    Signed-off-by: Gerson Fernando Budke <[email protected]>
    nandojve committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    a7c015a View commit details
    Browse the repository at this point in the history
  2. CalwFlash: Add SAM4L Flashcalw controller

    The SAM4L SoC have a special flash controller on the whole family.  Add
    CalwFlash controller to allow bossac work with SAM4L SoC family.
    
    Signed-off-by: Gerson Fernando Budke <[email protected]>
    nandojve committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    ec9bb35 View commit details
    Browse the repository at this point in the history
  3. Device: Introduce support to SAM4L SoC family

    This enables SAM4L SoC family support on BOSSA.
    
    Note: SAM4L SoC family doesn't have SAM-BA boot rom. User needs
    compile and set all configuration to allow use any SAM-BA host
    like BOSSA.
    
    Signed-off-by: Gerson Fernando Budke <[email protected]>
    nandojve committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    74e96db View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. CalwFlash: Add NVIC reset command

    The SAM4L doesn't have an user interface to access the reset
    controller.  Add Cortex-M4 NVIC reset instructions to allow
    use of parameter -R.
    
    Signed-off-by: Gerson Fernando Budke <[email protected]>
    nandojve committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    53f8401 View commit details
    Browse the repository at this point in the history