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: apache/nuttx Loading
base: f4857eddb86b9da9bfc194ba594f53ee54ea6b30
Choose a base ref
...
head repository: apache/nuttx Loading
compare: 01212c252844331c9f52122880682acb3553e047
Choose a head ref
  • 20 commits
  • 75 files changed
  • 5 contributors

Commits on Feb 16, 2024

  1. risc-v/k230: revise k230 hart operations and kernel linker script.

    This patch revises `k230_hart.[ch]` by:
    
      - revising big core boot/stop control.
      - making k230_hart_is_big() available in S-mode.
      - adding more comments.
    
    This patch also revises the `ld-kernel.script` so that to match the
    latest MMU pgtable design.
    
    Signed-off-by: Yanfeng Liu <[email protected]>
    yf13 authored and xiaoxiang781216 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    709a1c6 View commit details
    Browse the repository at this point in the history
  2. rpmsg/debug: add debug configs and macros

    This patch adds debug macros for RPTUN/RPMSG related logging purposes.
    
    Signed-off-by: Yanfeng Liu <[email protected]>
    yf13 authored and xiaoxiang781216 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9620d7a View commit details
    Browse the repository at this point in the history
  3. arch/stm32: Clear all PWM channel when during STOP

    I noticed when executing pwm STOP command in
    multichannel mode, the channel still outputting.
    
    This commit fixes this issue.
    
    Signed-off-by: Alan C. Assis <[email protected]>
    acassis authored and xiaoxiang781216 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6d34679 View commit details
    Browse the repository at this point in the history
  4. arch/stm32f7: Clear all PWM channel when during STOP

    I noticed when executing pwm STOP command in
    multichannel mode, the channel still outputting.
    
    This commit fixes this issue.
    
    Signed-off-by: Alan C. Assis <[email protected]>
    acassis authored and xiaoxiang781216 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5975b25 View commit details
    Browse the repository at this point in the history
  5. arch/stm32h7: Clear all PWM channel when during STOP

    I noticed when executing pwm STOP command in
    multichannel mode, the channel still outputting.
    
    This commit fixes this issue.
    
    Signed-off-by: Alan C. Assis <[email protected]>
    acassis authored and xiaoxiang781216 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    940f1ba View commit details
    Browse the repository at this point in the history
  6. libs/libxx: add patch to remove mach/mach_time.h inclusion

    Inclusion of mach/mach_time.h by libcxx/src/chrono.cpp breaks
    the build on latest MACOS dues to https://forums.developer.apple.com/forums/thread/746737
    The interface from mach/mach_time.h is not referenced in chrono.cpp
    so it is safe to remove it
    
    Signed-off-by: Petro Karashchenko <[email protected]>
    pkarashchenko authored and xiaoxiang781216 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5495ff4 View commit details
    Browse the repository at this point in the history
  7. Revert "citest/sim01: disable sim:libcxxtest on macOS"

    This reverts commit 1ecd78f.
    pkarashchenko authored and xiaoxiang781216 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9feac3b View commit details
    Browse the repository at this point in the history
  8. rpmsg/ping: Replace UINT_MAX with CLOCK_MAX

    since clock_t may map to either 32-bit or 64-bit integer type,
    UINT_MAX may not be the maximum value of clock_t.
    
    Signed-off-by: Xiang Xiao <[email protected]>
    xiaoxiang781216 authored and pkarashchenko committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    42dad89 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c0b50b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f7ba0e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cbf3ad9 View commit details
    Browse the repository at this point in the history
  12. arch/nrf{52|53|91}:

    raiden00pl committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d8017d1 View commit details
    Browse the repository at this point in the history
  13. WIP: nrf52/nrf52_radio: various changes to support IEEE802154

    - remove read-write logic - this should be handled by radio protocol implementation
    - remove EVENTS and TASKS bit definitions - we can just use a signle definition
    - add more radio ops
    - fix frequency configuration
    - fix printf warnings
    raiden00pl committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    dfe8212 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f6798ca View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e2e0874 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5670f99 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8af7032 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5f41882 View commit details
    Browse the repository at this point in the history
  19. wip: cosmetics

    raiden00pl committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    a086fbd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    01212c2 View commit details
    Browse the repository at this point in the history
Loading