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

Added overridden new and delete for QURT HAL #49

Open
wants to merge 73 commits into
base: pr-hal-qurt-v2
Choose a base branch
from

Commits on May 18, 2024

  1. HAL_QURT: revive QURT HAL

    tridge committed May 18, 2024
    Configuration menu
    Copy the full SHA
    3f4d0f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2623e72 View commit details
    Browse the repository at this point in the history
  3. AP_HAL: added QURT HAL

    tridge committed May 18, 2024
    Configuration menu
    Copy the full SHA
    d9595de View commit details
    Browse the repository at this point in the history
  4. AP_Common: fixed QURT build

    tridge committed May 18, 2024
    Configuration menu
    Copy the full SHA
    e120845 View commit details
    Browse the repository at this point in the history
  5. AP_Baro: fixed QURT build

    tridge committed May 18, 2024
    Configuration menu
    Copy the full SHA
    11b62d7 View commit details
    Browse the repository at this point in the history
  6. Tools: added QURT build

    tridge committed May 18, 2024
    Configuration menu
    Copy the full SHA
    439819c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a46d50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43cd984 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    148a9cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dee2f70 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bf81eb7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6d64063 View commit details
    Browse the repository at this point in the history
  13. HAL_QURT: more hackery

    tridge committed May 18, 2024
    Configuration menu
    Copy the full SHA
    6fd1fba View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c32942d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. AP_HAL_ChibiOS: removed Util::run_debug_shell()

    unused function
    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    3f4c630 View commit details
    Browse the repository at this point in the history
  2. AP_HAL_Empty: removed Util::run_debug_shell()

    unused function
    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    ce9bb1b View commit details
    Browse the repository at this point in the history
  3. AP_HAL_ESP32: removed Util::run_debug_shell()

    unused function
    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    9aea969 View commit details
    Browse the repository at this point in the history
  4. AP_HAL: removed Util::run_debug_shell()

    unused function
    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    8e7746a View commit details
    Browse the repository at this point in the history
  5. AP_HAL_Linux: removed Util::run_debug_shell()

    unused function
    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    56eda48 View commit details
    Browse the repository at this point in the history
  6. AP_HAL_SITL: removed Util::run_debug_shell()

    unused function
    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    5997bbb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a62c63 View commit details
    Browse the repository at this point in the history
  8. AP_HAL_ChibiOS: use if for ENABLE_HEAP

    allows for HAL with no heap functions
    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    74f462d View commit details
    Browse the repository at this point in the history
  9. AP_HAL_ESP32: use if for ENABLE_HEAP

    allows for HAL with no heap functions
    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    105484d View commit details
    Browse the repository at this point in the history
  10. AP_HAL: use if for ENABLE_HEAP

    allows for HAL with no heap functions
    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    a6f4a44 View commit details
    Browse the repository at this point in the history
  11. AP_HAL_Linux: use if for ENABLE_HEAP

    allows for HAL with no heap functions
    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    1cef950 View commit details
    Browse the repository at this point in the history
  12. AP_HAL_SITL: use if for ENABLE_HEAP

    allows for HAL with no heap functions
    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    012694b View commit details
    Browse the repository at this point in the history
  13. HAL_QURT: got to link stage

    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    302e30c View commit details
    Browse the repository at this point in the history
  14. Tools: more QURT hackery

    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    91ef39b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    53faa50 View commit details
    Browse the repository at this point in the history
  16. Tools: break out CAN libraries

    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    60b1bfb View commit details
    Browse the repository at this point in the history
  17. Tools: QURT progress

    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    2a5bcac View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2bce578 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    76382b6 View commit details
    Browse the repository at this point in the history
  20. AP_HAL: qurt fixups

    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    84d10db View commit details
    Browse the repository at this point in the history
  21. HAL_QURT: fixups

    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    6cc9e24 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bdfe1f0 View commit details
    Browse the repository at this point in the history
  23. AP_HAL: qurt update

    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    7d9058c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b919dc2 View commit details
    Browse the repository at this point in the history
  25. waf: added -lpthread for QURT

    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    b808b85 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c45f821 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1325384 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    701da7e View commit details
    Browse the repository at this point in the history
  29. HAL_QURT: fixed semaphores

    tridge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    d6f8f86 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. HAL_QURT: added interface.h

    tridge committed May 20, 2024
    Configuration menu
    Copy the full SHA
    15427a5 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Tools: specify pymonocypher version in more places

    and confirm version when running tools
    tridge committed May 24, 2024
    Configuration menu
    Copy the full SHA
    3f93462 View commit details
    Browse the repository at this point in the history
  2. autotest: add support for minimum_duration to wait_ekf_flags

    .... by re-implementing in terms of a WaitAndMaintain class
    peterbarker authored and tridge committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d9c5403 View commit details
    Browse the repository at this point in the history
  3. autotest: pass kwargs straight through in wait_ekf_args

    this allows minimum_duration to be passed through to the underlying methods, for example
    peterbarker authored and tridge committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0d625d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b810bf2 View commit details
    Browse the repository at this point in the history
  5. Removed unnecessary dsp_main.cpp file

    katzfey authored and tridge committed May 24, 2024
    Configuration menu
    Copy the full SHA
    be872d6 View commit details
    Browse the repository at this point in the history
  6. AP_HAL_QURT: Bunch of changes to link everything properly and call th…

    …e run method
    katzfey authored and tridge committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e5e7a2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    358d249 View commit details
    Browse the repository at this point in the history
  8. Added support for console printf

    katzfey authored and tridge committed May 24, 2024
    Configuration menu
    Copy the full SHA
    571e5bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3a91db9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    53311cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c4fa6dd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dcac5ed View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    933ac33 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9bde55a View commit details
    Browse the repository at this point in the history
  15. Copter: start baro

    tridge committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1e03205 View commit details
    Browse the repository at this point in the history
  16. HAL_QURT: fixed thread create

    tridge committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ffedf8c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. HAL_QURT: fixed interface fns

    tridge committed May 25, 2024
    Configuration menu
    Copy the full SHA
    3bc67f4 View commit details
    Browse the repository at this point in the history
  2. waf: wrap printf on QURT

    tridge committed May 25, 2024
    Configuration menu
    Copy the full SHA
    285d8b1 View commit details
    Browse the repository at this point in the history
  3. AP_HAL: added baro for QURT

    tridge committed May 25, 2024
    Configuration menu
    Copy the full SHA
    a7ae56e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec9b25a View commit details
    Browse the repository at this point in the history
  5. HAL_QURT: added SPI support

    tridge committed May 25, 2024
    Configuration menu
    Copy the full SHA
    88191f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e573b36 View commit details
    Browse the repository at this point in the history
  7. Copter: QURT hacks

    tridge committed May 25, 2024
    Configuration menu
    Copy the full SHA
    a12ef9c View commit details
    Browse the repository at this point in the history
  8. AP_AHRS: QURT hacks

    tridge committed May 25, 2024
    Configuration menu
    Copy the full SHA
    2e17e91 View commit details
    Browse the repository at this point in the history
  9. AP_BoardConfig: QURT hacks

    tridge committed May 25, 2024
    Configuration menu
    Copy the full SHA
    ea1f908 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    098b581 View commit details
    Browse the repository at this point in the history
  11. waf: fixed QURT link

    tridge committed May 25, 2024
    Configuration menu
    Copy the full SHA
    dae73e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    04e5c08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b00e03 View commit details
    Browse the repository at this point in the history