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

sync #3

Merged
merged 22 commits into from
Sep 1, 2024
Merged

sync #3

merged 22 commits into from
Sep 1, 2024

Commits on Aug 21, 2024

  1. update circle ci to build make (#2769)

    * update build.py script to work with circleci
    * build make with circle ci
    * build vm for esp only
    * nrf imxrt with large resource
    * nrf imxrt with large resource
    * remove 2 of nrf boards
    hathach authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6118700 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. circleci tweaks (#2770)

    * skip circleci build on master push
    * change max32666 probe to jlink, max32625pico is not reliable enough
    hathach authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    858ad66 View commit details
    Browse the repository at this point in the history
  2. add hil support for dual host_info_to_cdc

    replace itsybitsy m4 by metro m4 + max3421e
    hathach committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0db42aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccf886c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45d06cd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2771 from hathach/hil-add-host-test

    [HIL] add dual host_info_to_device_cdc support
    hathach authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4485bff View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

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

Commits on Aug 26, 2024

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

Commits on Aug 27, 2024

  1. reset usb when init for max32650/66. change hil max32 to use pico (cm…

    …sis dap2), change metro m4 flasher
    hathach committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    29d4c82 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2779 from hathach/update-hil-max32

    change hil max32666 to use picodebug
    hathach authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c46adc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    6fdf206 View commit details
    Browse the repository at this point in the history
  2. try to build hil in parallel

    hathach committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9985b9f View commit details
    Browse the repository at this point in the history
  3. enable rx-gcc for circleci

    hathach committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5988323 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    973cbd3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d542a0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2780 from hathach/bump-pio-usb

    bump up pio-usb to 0.6.1
    hathach authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    669f341 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. change order, fixes #2778

    HardyGriech-EH committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1d2c9f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2782 from rgrr/fix-dcd_nrf5x-wrong-order

    dcd_nrf5x: fix race condition
    HiFiPhile authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ed0d587 View commit details
    Browse the repository at this point in the history
  3. Fix ESP32-SX resume

    The interrupt handler pipes through the resume event but the
    interrupt wasn't enabled in the first place.
    tannewt committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6890975 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Merge pull request #2784 from tannewt/fix_esp32_sx_resume

    Fix ESP32-SX resume
    hathach authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    64e62ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2731 from cumhuronat/master

    Fix: Properly Handle NAK Response in MAX3421E driver
    hathach authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    29e025c View commit details
    Browse the repository at this point in the history