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: searajmi/sduino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: development
Choose a base ref
...
head repository: tenbaht/sduino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 53 files changed
  • 1 contributor

Commits on Feb 6, 2019

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

Commits on May 10, 2019

  1. Configuration menu
    Copy the full SHA
    30a6889 View commit details
    Browse the repository at this point in the history
  2. release version 0.5

    The most important change for windows users is the replacement of the msys
    tools by using busybox. This avoids the (harmless) "could not find /tmp
    directory" messages.
    
    All users will benefit from the reduced code size of the compiled binaries.
    This results partly from the improved sdcc compiler efficiency and partly
    from code improvements within the sduino library components.
    
    - reduced binary size by splitting some Arduino core files
    - reduced binary size by optimizing the pinMode() implementation
    - using busybox as command shell for windows to run the wrapper scripts
    - move the SPL compilation scripts into a separate project spl-splitter
    - update SPL files to v2.3.0 (add support for STM8S001)
    - flatten the repository structure
    - update stm8gal to version 1.3.0
    - updated SDCC to version 3.9/build 11242
    
    - make sure main.c is pulled in for IDE builds as well
    - building the core library when using make (regression bug in 0.4.0)
    tenbaht committed May 10, 2019
    Configuration menu
    Copy the full SHA
    e04af40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dde1bc View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    88e3d0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a9b064 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af5135a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    a35d914 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a19e18d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90804b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e23f11 View commit details
    Browse the repository at this point in the history
  5. remove reference to stm32duino since the stm8 board didn't survive th…

    …e transfer to the new owner
    tenbaht committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    b811a59 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. fix most tests for the changed repo structure

    Now most tests can be compiled again. Some are too old to compile with the
    current state of sduino, they are marked by an empty file NON-FUNCTIONAL.
    Later, they might be either removed or adopted.
    tenbaht committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    5b04cf9 View commit details
    Browse the repository at this point in the history
  2. fix small typo in comment

    tenbaht committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    479db2a View commit details
    Browse the repository at this point in the history
  3. add more test logs

    tenbaht committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    31c577f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    3d685a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c7afd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    444fbb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

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