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: resterle/LPC810_CodeBase
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: microbuilder/LPC810_CodeBase
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 4 files changed
  • 5 contributors

Commits on Feb 4, 2016

  1. LPC8xx.h - LPC_MRT->IRQ_FLAG address wrong

    See https://www.lpcware.com/content/forum/lpcmrt-irqflag-address-wrong
    In LPC_MRT_TypeDef struct, change Reserved0[1] into Reserved0[45]
    Snieffy committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    44876a6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request microbuilder#17 from frankvnk/master

    LPC8xx.h - LPC_MRT->IRQ_FLAG address wrong
    microbuilder committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    14efa9c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2016

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

Commits on May 6, 2016

  1. Merge pull request microbuilder#18 from cpldcpu/master

    Solve issue with space in path
    microbuilder committed May 6, 2016
    Configuration menu
    Copy the full SHA
    0d4805b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. implicit declaration of function 'main'

    Prevent warning
    ```
    gcc_startup_lpc8xx.c: In function 'ResetISR':
    gcc_startup_lpc8xx.c:177:5: warning: implicit declaration of function 'main' [-Wimplicit-function-declaration]
      177 |     main();
          |     ^~~~
    ```
    danielvandenberg95 authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    710a7b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request microbuilder#20 from danielvandenberg95/master

    implicit declaration of function 'main'
    ladyada authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    0ecf0fc View commit details
    Browse the repository at this point in the history
Loading