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

feat(BLE): BLE PHY-V2 for MAX32655 and MAX32690 #680

Closed
wants to merge 142 commits into from
Closed

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    40b0aaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a3a428 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    8530ec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b91592f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7250f61 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. fix(workflow): Delete generated register files after action completion

    The workflow can't regenerate register files if it already exists from a prev job
    sihyung-maxim committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    fde23ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1d77ed View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    2f382d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3ab692 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c55fe3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60691c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29cc569 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ad5091 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. updated BLE GCR and SIR

    EricB-ADI committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    579c373 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d75bb4 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    bdbbe38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bc4b74 View commit details
    Browse the repository at this point in the history
  3. gcr fix

    EricB-ADI committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    15b20f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb03c20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6087680 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. fixed max32680 btle reference

    EricB-ADI committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e761e2e View commit details
    Browse the repository at this point in the history
  2. typecase around volatile

    EricB-ADI committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    dc12236 View commit details
    Browse the repository at this point in the history
  3. updated fcc for max32690

    EricB-ADI committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    761a63c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    304f65c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7282e7f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. updated 680 hart_uart

    EricB-ADI committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ad85a57 View commit details
    Browse the repository at this point in the history
  2. restore libphy

    EricB-ADI committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    26d1501 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. fixed bug for selection of tx powers

    EricB-ADI committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    64b2055 View commit details
    Browse the repository at this point in the history
  2. added api to get possible tx powers

    EricB-ADI committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6f5605b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3fe2c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

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

Commits on Oct 11, 2023

  1. added versioning API

    EricB-ADI committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7daa867 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. fix(CMSIS, PeriphDrivers): Fix "warning: _kill/_getpid is not impleme…

    …nted and will always fail" on GCC 12 (#714)
    Jake-Carter authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    619cee1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    136ab7b View commit details
    Browse the repository at this point in the history
  3. fix(BLE): Always stop atts service discovery idle timers to make sure…

    … not leaking TimerStruct buffers (#685)
    khpeterson authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    48552b2 View commit details
    Browse the repository at this point in the history
  4. feat(PeriphDrivers)!: Add support for configuring GPIO Drive Strength (

    …#673)
    
    Co-authored-by: sihyung-maxim <[email protected]>
    2 people authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1f05924 View commit details
    Browse the repository at this point in the history
  5. fix(Build): Fix ".elf has a LOAD segment with RWX permissions" Linker…

    … Warning on GCC 12+ (#717)
    Jake-Carter authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4907f9a View commit details
    Browse the repository at this point in the history
  6. fix(workflow): Add token secret to clang-format-run workflow to retri…

    …gger other actions upon successful completion (#724)
    sihyung-maxim authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0822a7b View commit details
    Browse the repository at this point in the history
  7. feat(Examples): Add generic I2C RX/TX DMA vector flexibility to I2C e…

    …xamples for all parts (#693)
    
    Co-authored-by: sihyung-maxim <[email protected]>
    Co-authored-by: Jake Carter <[email protected]>
    3 people authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    863da39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d776995 View commit details
    Browse the repository at this point in the history
  9. feat(Examples): Add CLI Library to MSDK (#679)

    Co-authored-by: Suraj-Ajjampur <[email protected]>
    Co-authored-by: Suraj-Ajjampur <[email protected]>
    Co-authored-by: Scheiffler <[email protected]>
    Co-authored-by: Jacob Scheiffler <[email protected]>
    Co-authored-by: Jake Carter <[email protected]>
    6 people authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    13f8deb View commit details
    Browse the repository at this point in the history
  10. fix(Examples): Removed dead submodule (#741)

    Co-authored-by: Jake Carter <[email protected]>
    EricB-ADI and Jake-Carter committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2f91db2 View commit details
    Browse the repository at this point in the history
  11. fix(Examples): Fix 'this device cannot start COM port' error in MAX32…

    …665 USB_CDCACM example (#729)
    karaanil authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6a09801 View commit details
    Browse the repository at this point in the history
  12. perf(Examples,PeriphDrivers): Reset USB block when operating in low p…

    …ower modes for MAX32650 (#728)
    sihyung-maxim authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    cf16465 View commit details
    Browse the repository at this point in the history
  13. fix(SDHC)!: Fix SDHC Formats Card Size Incorrectly, Update FatFS to R…

    …0.15, Add SDXC and exFAT Support (#720)
    
    Co-authored-by: Brian Hindman <[email protected]>
    Co-authored-by: Jake-Carter <[email protected]>
    3 people authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    081e8f2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7ad58e7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8a63216 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    db4b83f View commit details
    Browse the repository at this point in the history
  17. feat(PeriphDrivers): MSDK 1238: Add a way to remove clk and gpio init…

    …ialization at compile time (#730)
    
    Signed-off-by: Sadik Ozer <[email protected]>
    ozersa authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    fb3a57d View commit details
    Browse the repository at this point in the history
  18. fix(SDHC): Fix SDHC Get Capacity and Implement Get Sectors functional…

    …ity (#727)
    
    Co-authored-by: Jake Carter <[email protected]>
    2 people authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6e2950a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1718d92 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3c326d9 View commit details
    Browse the repository at this point in the history
  21. fix(SDHC): Remove second definition of SDHC_CLK_FREQ in sdhc_lib.h to…

    … resolve build warning (#747)
    Jacob-Scheiffler authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    75625fe View commit details
    Browse the repository at this point in the history
  22. perf(Examples): Cats&Dogs model parameters updated for MAX78000 demos (

    …#735)
    
    Co-authored-by: Erman Okman <[email protected]>
    Co-authored-by: Jake Carter <[email protected]>
    Co-authored-by: Jake Carter <[email protected]>
    4 people authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3dad371 View commit details
    Browse the repository at this point in the history
  23. feat(Examples,PeriphDrivers)!: Update SPI v2 Implementation and add T…

    …arget mode functionality (#662)
    
    Co-authored-by: sihyung-maxim <[email protected]>
    Co-authored-by: Jake Carter <[email protected]>
    Co-authored-by: Jake Carter <[email protected]>
    4 people authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f9d77f5 View commit details
    Browse the repository at this point in the history
  24. fix(MiscDrivers): Allow valid param `address + txlen <= W25_DEVICE_SI…

    …ZE` when calling Ext_Flash_Program_Page() (#748)
    khpeterson authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e8ab832 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e2ebddb View commit details
    Browse the repository at this point in the history
  26. fix(Build): Add statement to MAX32680 linker description file placing…

    … flash functions in SRAM (#756)
    lorne-maxim authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    387f1ee View commit details
    Browse the repository at this point in the history
  27. fix(Examples,PeriphDrivers): Fix SPI FIFO register access causing swa…

    …pped message ordering and other minor fixes (#755)
    
    Co-authored-by: sihyung-maxim <[email protected]>
    2 people authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2760d1a View commit details
    Browse the repository at this point in the history
  28. fix(Examples): Decrease the delay in the MAX32680 Watchdog example to…

    … force a watchdog reset to occur (#758)
    lorne-maxim authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    dcf22c5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1009e16 View commit details
    Browse the repository at this point in the history
  30. fix(CMSIS, PeriphDrivers, Examples): Bug fixes for ME13, ME14 and ME1…

    …8 found in release testing (#759)
    Jacob-Scheiffler authored and EricB-ADI committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    94eaecb View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5453ca1 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    29c1a25 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    85475bc View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    1d63e32 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    af7866a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

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

Commits on Nov 21, 2023

  1. conn update bug

    EricB-ADI committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    fee0484 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. got rid of redundant check

    EricB-ADI committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    9a6999b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

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

Commits on Jan 16, 2024

  1. refactored libphy

    EricB-ADI committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    fc4d623 View commit details
    Browse the repository at this point in the history
  2. merge main

    EricB-ADI committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1c027f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    441796f View commit details
    Browse the repository at this point in the history
  4. updated FCC examples

    EricB-ADI committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e59fb11 View commit details
    Browse the repository at this point in the history
  5. updated usage string

    EricB-ADI committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    b235d4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    901d4cb View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. update libphy 690

    EricB-ADI committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    451cb59 View commit details
    Browse the repository at this point in the history
  2. rebuild

    EricB-ADI committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    9ac243f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    6784cbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e747ea View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    2f3b99f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf0eec0 View commit details
    Browse the repository at this point in the history
  3. cleaned up rf test code

    EricB-ADI committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    00d1bb0 View commit details
    Browse the repository at this point in the history
  4. cleanup

    EricB-ADI committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    64955b7 View commit details
    Browse the repository at this point in the history
  5. reformatted help str

    EricB-ADI committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    40dd52f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

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

    EricB-ADI committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8ce47f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5c291b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec19328 View commit details
    Browse the repository at this point in the history
  5. added trace message

    EricB-ADI committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    789b370 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd29a4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59f8756 View commit details
    Browse the repository at this point in the history
  8. fix fcc example for 665

    EricB-ADI committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    87f588e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    523a750 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff7e9a6 View commit details
    Browse the repository at this point in the history
  11. added missing header to pal flash

    '
    EricB-ADI committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a891b9a View commit details
    Browse the repository at this point in the history
  12. lint fix

    EricB-ADI committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    cc87602 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    965bf0f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    945b92b View commit details
    Browse the repository at this point in the history
  15. lint example

    EricB-ADI committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ec0ab3c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a7e6bfd View commit details
    Browse the repository at this point in the history
  17. bump small change

    EricB-ADI committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    11e4c73 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. bump phy

    EricB-ADI committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    07fbc54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a626b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

Commits on Feb 27, 2024

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

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    9cc5982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d82a5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62e90e1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    45c20e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1693a3c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    c9df795 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38d570c View commit details
    Browse the repository at this point in the history
  3. readd fast led

    EricB-ADI committed May 24, 2024
    Configuration menu
    Copy the full SHA
    35eba80 View commit details
    Browse the repository at this point in the history
  4. fixed token error

    EricB-ADI committed May 24, 2024
    Configuration menu
    Copy the full SHA
    05e6f4a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    221814f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c12940f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    34b5d9d View commit details
    Browse the repository at this point in the history
  2. use arena allocator for dtm

    EricB-ADI committed May 29, 2024
    Configuration menu
    Copy the full SHA
    48bd8aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fd5dec View commit details
    Browse the repository at this point in the history
  4. fixed token error

    EricB-ADI committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ccadd37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be22aef View commit details
    Browse the repository at this point in the history
  6. remove xtra ref decrement

    EricB-ADI committed May 29, 2024
    Configuration menu
    Copy the full SHA
    398a191 View commit details
    Browse the repository at this point in the history
  7. remove xtra ref decrement

    EricB-ADI committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1e5f367 View commit details
    Browse the repository at this point in the history
  8. made cb volatile

    EricB-ADI committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e096d46 View commit details
    Browse the repository at this point in the history
  9. ref coun decrement in abort

    EricB-ADI committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0a1479d View commit details
    Browse the repository at this point in the history
  10. debug

    EricB-ADI committed May 29, 2024
    Configuration menu
    Copy the full SHA
    cb9a265 View commit details
    Browse the repository at this point in the history
  11. readd assert

    EricB-ADI committed May 29, 2024
    Configuration menu
    Copy the full SHA
    fb43f34 View commit details
    Browse the repository at this point in the history
  12. added test over to abort

    EricB-ADI committed May 29, 2024
    Configuration menu
    Copy the full SHA
    35c933c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0815d4d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1afb4c2 View commit details
    Browse the repository at this point in the history
  15. clean up debug

    EricB-ADI committed May 29, 2024
    Configuration menu
    Copy the full SHA
    126dbfd View commit details
    Browse the repository at this point in the history
  16. added arena header

    EricB-ADI committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c86c4b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. added hardfp phy

    EricB-ADI committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    903c783 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

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

Commits on Jul 30, 2024

  1. merge main

    EricB-ADI committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    4f4996c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    184cf49 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. removed merge markers

    EricB-ADI committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7efda1b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. added yml file

    EricB-ADI committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    0aad6c9 View commit details
    Browse the repository at this point in the history