Thanks to visit codestin.com
Credit goes to github.com

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: micropython/micropython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: matlinuxer2/micropython
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.
  • 2 commits
  • 16 files changed
  • 1 contributor

Commits on Jun 30, 2024

  1. zephyr: Update include syntax

    The syntax of `#include <zephyr/zephyr.h>` failed to compile on new
    Zephyr versions. Use the Zephyr's script `scripts/utils/migrate_includes.py` to update
    include pathes in batch.
    
    Reference:
    - https://github.com/zephyrproject-rtos/zephyr/blob/main/scripts/utils/migrate_includes.py
    
    Signed-off-by: Chun-Yu Lee (Mat) <[email protected]>
    matlinuxer2 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    1e6bd1e View commit details
    Browse the repository at this point in the history
  2. zephyr: Replace old macro FLASH_AREA_* with FIXED_PARTITION_*

    `FLASH_AREA_LABEL_EXISTS` and `FLASH_AREA_ID` are marked deprecated in
    Zephyr 3.2 and are removed in Zephyr 3.6. Here update the macro with
    the replacement syntax mentioned in the Zephyr 3.2 release note.
    
    Reference:
    - https://docs.zephyrproject.org/latest/releases/release-notes-3.2.html
    - https://docs.zephyrproject.org/latest/releases/release-notes-3.6.html
    
    Signed-off-by: Chun-Yu Lee (Mat) <[email protected]>
    matlinuxer2 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    478e21a View commit details
    Browse the repository at this point in the history
Loading