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

Branch flash pr with large eeprom #177

Merged
merged 33 commits into from
Feb 22, 2022

Commits on Mar 19, 2020

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

Commits on May 7, 2020

  1. merge

    thelsing committed May 7, 2020
    Configuration menu
    Copy the full SHA
    300b710 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Merge branch 'master' into flash

    # Conflicts:
    #	src/knx/application_program_object.cpp
    #	src/knx/bau27B0.cpp
    #	src/knx/bau57B0.cpp
    #	src/knx/bits.h
    #	src/knx/config.h
    #	src/knx/ip_data_link_layer.cpp
    #	src/knx/knx_ip_search_response.cpp
    #	src/knx/memory.cpp
    #	src/knx/network_layer.cpp
    #	src/knx/rf_data_link_layer.cpp
    #	src/knx/rf_medium_object.cpp
    #	src/knx/rf_physical_layer_cc1101.cpp
    #	src/knx/tpuart_data_link_layer.cpp
    thelsing committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    fb5570a View commit details
    Browse the repository at this point in the history
  2. reduce diffs to master

    thelsing committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    c7ff078 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

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

Commits on Jul 8, 2021

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

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    7f56648 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bee7559 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    6f9efca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4abacb View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Configuration menu
    Copy the full SHA
    aff7a4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    266287e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

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

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    e1c0629 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into flashnew

    # Conflicts:
    #	src/rp2040_arduino_platform.cpp
    #	src/rp2040_arduino_platform.h
    Ing-Dom committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    9098478 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. some fixes and debugs

    Ing-Dom committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    7fae86e View commit details
    Browse the repository at this point in the history
  2. align to pagesize

    Ing-Dom committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    d34e776 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5b228c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bef967 View commit details
    Browse the repository at this point in the history
  5. changed memoryReadIndicationP to memoryReadIndication

    added stdlib and defines
    Ing-Dom committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    b8265d0 View commit details
    Browse the repository at this point in the history
  6. fixed std::min

    Ing-Dom committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    23b7b45 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3bf579f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49b93c2 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' into flashnew_w_master2

    # Conflicts:
    #	src/rp2040_arduino_platform.cpp
    Ing-Dom committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    5bf2177 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dbfd190 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

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

Commits on Feb 18, 2022

  1. Configuration menu
    Copy the full SHA
    eb70c55 View commit details
    Browse the repository at this point in the history
  2. added support for EEPROM-Emulation / RAM-buffered Flash

    improvements in RP2040 plattform
    Ing-Dom committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    fe5a542 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from SirSydom/flash_pr

    bugfix when calculating memorywrites over multiple blocks by mumpf
    Ing-Dom committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    54666ab View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Configuration menu
    Copy the full SHA
    1122017 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'Branch_flash_pr_with_large_eeprom' of https://github.co…

    …m/SirSydom/knx into Branch_flash_pr_with_large_eeprom
    Ing-Dom committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    4513e1d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. - writebuffersize clarified (PR discussion)

    - changed alignment from flashpagesize to 32bit
    - added override modifier (PR discussion)
    - changed comment regarding flash/eeprom functions for plattforms to override/implement (PR discussion)
    Ing-Dom committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    76654f3 View commit details
    Browse the repository at this point in the history
  2. resolved CodeFactor issue

    Ing-Dom committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    5f71935 View commit details
    Browse the repository at this point in the history