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: RIOT-OS/RIOT
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f3d32d5
Choose a base ref
...
head repository: RIOT-OS/RIOT
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c0aed9b
Choose a head ref
  • 13 commits
  • 17 files changed
  • 5 contributors

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    97ab5ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20135 from benpicco/drivers/sdmmc/sdmmc_sdhc-fix

    drivers/sdmmc: fix placement of #endif
    maribu authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b6de46d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    167a70c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #20150 from maribu/tests/sys/psa_crypto_se

    tests/sys/psa_crytpo_se: disable test on esp32-wroom-32
    maribu authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9ed2da1 View commit details
    Browse the repository at this point in the history
  5. tests/net/gnrc_sixlowpan_frag_sfr_congure_impl: disable test on native

    This test sporadically failed on multiple machines compiled with both
    GNU and LLVM toolchains. To not waste more CI time by sporadically
    failing unrelated CI runs, let's disable the test for now.
    maribu committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5b7a1be View commit details
    Browse the repository at this point in the history
  6. drivers/periph_timer: add periph_timer_query_freqs

    Allow accessing supported timer frequencies with a dedicated API.
    This API needs to be implemented per platform and is available with
    the feature periph_timer_query_freqs.
    maribu committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b917807 View commit details
    Browse the repository at this point in the history
  7. tests/periph_timer: use periph_timer_query_freqs

    If the feature periph_timer_query_freqs is provided, use the
    corresponding function to iterate over all supported frequencies to
    increase test coverage.
    maribu committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3bc6494 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #20151 from maribu/tests/net/gnrc_sixlowpan_frag_s…

    …fr_congure_impl
    
    tests/net/gnrc_sixlowpan_frag_sfr_congure_impl: disable test on native
    miri64 authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    7d1d776 View commit details
    Browse the repository at this point in the history
  9. tests/sys/psa_crypto_se_cipher: disable test on esp32-wroom-32

    The test fails systematically on the CI and prevents merging PRs.
    maribu committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    754bbe4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #20152 from maribu/tests/sys/psa_crypto_se_cipher

    tests/sys/psa_crypto_se_cipher: disable test on esp32-wroom-32
    maribu authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c05388f View commit details
    Browse the repository at this point in the history
  11. Merge pull request #16349 from maribu/periph_timer_query_freq

    drivers/periph_timer: add timer_query_freqs()
    maribu authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    0097692 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    92dc2d9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c0aed9b View commit details
    Browse the repository at this point in the history
Loading