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

Firmware DSO150 - How to build hex #5

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

Commits on Apr 3, 2017

  1. First cut of DSO-150 support

    Might or might not have broken DSO-138... No hardware to test....
    michar71 committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    1967544 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. Lots of bugfixes

    Getting somewhere but still a lot of outstanding issues remaining.
    Encoder works better but is still pretty terrible...
    michar71 committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    72bc642 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

  1. Significantly imrpove encoder

    - Improve encoder by toggling on/off EXT IRQ's in Display Routine
    - Multiple small bug-fixes...
    michar71 committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    e5d94de View commit details
    Browse the repository at this point in the history
  2. Code Cleanup

    - Better calibration for ADC->Volt multiplier for Stats
    - Slighly faster Display/encoder switching
    - General code cleanup...
    michar71 committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    72f708e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2017

  1. Add more features

    - Only calculate stats over visible samples (Not sure yet if that's a
    good idea as it affects frequ-calc)
    - Add function option (At the moment only serialdump works)
    michar71 committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    4fd852e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2017

  1. More features

    - Add zoom (or better unzoom)
    - Add Trigger Source
    - Add Trigger on Change Mode
    michar71 committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    4a9bf16 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. rename project

    michar71 committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    9683e0a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2017

  1. Add Auto Cal, Fix bugs

    michar71 committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    c781faa View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. trueSTUDIO based Rewrite

    Complete Code Rewrite....
    michar71 committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    0fb1c6d View commit details
    Browse the repository at this point in the history
  2. update readme...

    michar71 committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    da2c365 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. fix unresponsive buttons

    Fix unresponsive buttons by aboarting sampling on IRQ...
    michar71 committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    b19af8b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

  1. Revert "fix unresponsive buttons"

    This reverts commit b19af8b.
    michar71 committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    bca5508 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

  1. Improve buttons

    Improve button behavior
    michar71 committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    edfbef3 View commit details
    Browse the repository at this point in the history
  2. Even Better button Handling

    michar71 committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    b182682 View commit details
    Browse the repository at this point in the history
  3. Update Readme

    michar71 committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    b8420f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. fix compile on linux/mac (move contents of src to Src)

    Stephan Reichholf committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    245ef90 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. Merge pull request #20 from sreichholf/master

    fix compile on linux/mac (move contents of src to Src)
    michar71 authored Apr 20, 2018
    Configuration menu
    Copy the full SHA
    54b62d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2018

  1. Fix AC/DC/GND switch bug

    michar71 committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    8afcb56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a7bc17 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2019

  1. [gitignore]

    mean committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    afe1429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b68396 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66ad127 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a1479a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. update to STM32IDE

    michar71 committed May 5, 2020
    Configuration menu
    Copy the full SHA
    e4c6f59 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. adding PlatformIO build support

    PlatformIO built simplifies the usage
    slang committed May 9, 2020
    Configuration menu
    Copy the full SHA
    c8527f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Optimize Memory Use

    michar71 committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    08f6c5a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. add clocking options pics

    michar71 committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    00ac47a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Merge pull request #27 from mean00/master

    This adds support for the ST7789 based board.
    michar71 authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    adfd737 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0314c13 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #43 from universam1/platformio

    adding PlatformIO build support
    michar71 authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    d6b6d9a View commit details
    Browse the repository at this point in the history
  4. General Improvements

    - Doubled capture buffer depth
    - Added microcontroller overclock
    - Extended Zoom Range
    - Added Defein for rotated displays (Autodetect currently doesnt work, it's a define in global.h)
    michar71 committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    b575ba2 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. Update display.cpp

    Optimize drawing
    michar71 committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    6467fdc View commit details
    Browse the repository at this point in the history
  2. Fix Display Rotation

    michar71 committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    a7e8dde View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Config check

    Add confirugration validation at startup
    michar71 committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    a7ef46f View commit details
    Browse the repository at this point in the history
  2. Show Display ID on Command Line

    Show Display ID on command line and reverse logic so we only use rotating code when we have positivly ID'd a ST7789
    michar71 committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    cf715ef View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Avoid crash at startup....

    michar71 committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    76747fe View commit details
    Browse the repository at this point in the history