Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: micropython/micropython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: swegener/micropython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 8 files changed
  • 1 contributor

Commits on Jul 20, 2018

  1. py/makeqstrdefs.py: Avoid double newline

    From readlines() there's already a newline.
    
    Signed-off-by: Sven Wegener <[email protected]>
    swegener committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    5659935 View commit details
    Browse the repository at this point in the history
  2. py/makeqstrdefs.py: Create output file if missing

    Signed-off-by: Sven Wegener <[email protected]>
    swegener committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    4298639 View commit details
    Browse the repository at this point in the history
  3. Use $(MAKE) for invoking sub-make

    This is required to properly pass on the jobserver fds.
    
    Signed-off-by: Sven Wegener <[email protected]>
    swegener committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    777973d View commit details
    Browse the repository at this point in the history
  4. mpy-cross: Disable stack-protector

    The inline asm in nlrx86.c and nlrx64.c depends on a specific stack layout.
    
    Signed-off-by: Sven Wegener <[email protected]>
    swegener committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    5bf0863 View commit details
    Browse the repository at this point in the history
  5. Use $(MAKE) for invoking sub-make

    This is required to properly pass on the jobserver fds.
    
    Signed-off-by: Sven Wegener <[email protected]>
    swegener committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    bfac493 View commit details
    Browse the repository at this point in the history
  6. stmhal: Replace __WFI with __BKPT in __fatal_error

    On a fatal error, bring the processor into debug state.
    
    Signed-off-by: Sven Wegener <[email protected]>
    swegener committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    2105a3b View commit details
    Browse the repository at this point in the history
  7. stmhal: Add target to start gdb debugging

    Signed-off-by: Sven Wegener <[email protected]>
    swegener committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    9f95764 View commit details
    Browse the repository at this point in the history
  8. stmhal: Split out firmware0.bin and firmware1.bin rules

    Signed-off-by: Sven Wegener <[email protected]>
    swegener committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    d084650 View commit details
    Browse the repository at this point in the history
  9. stmhal: Put debug builds in separate dir

    Signed-off-by: Sven Wegener <[email protected]>
    swegener committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    59d7817 View commit details
    Browse the repository at this point in the history
Loading