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

Feature/enable zephyr integration #37

Closed
wants to merge 4 commits into from

Commits on Oct 11, 2021

  1. zephyr: Enable NXP HAL support in mcux-sdk

     - For device, board support and mcux drivers, change to use that in
       mcux-sdk offerring.
     - For middleware, imx drivers and the component drivers, keep using
       existing enablement in hal-nxp.
    
    Signed-off-by: Susan Su <susan.su@nxp.com>
    mcuxsusan committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    cdea0b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. mcux: Build SRC driver

    Build the status reset controller driver if hwinfo is enabled
    pdgendt authored and mcuxsusan committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    195ba7f View commit details
    Browse the repository at this point in the history
  2. mcux: add imx adc driver compiling

    add rtadc zephyr driver compiling
    
    Signed-off-by: Andrei Ovchinnikov<ovchinnikov@strim-tech.com>
    Andrei Auchynnikau authored and mcuxsusan committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    a3a7be5 View commit details
    Browse the repository at this point in the history
  3. modules: mcux: Enabled GPT driver when GPT Timer KConfig is selected

    Enabled GPT driver in CMakeLists.txt when the GPT driver is used as a
    timer within Zephyr
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and mcuxsusan committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    7b98fcc View commit details
    Browse the repository at this point in the history