MKM34Z256VLx7 Bare Metal Software Drivers  R4.1.6
Reference Manual
Directory Structure

The current version of the bare metal software drivers' project has the following directory structure:

  • [build] - Project folder
    • [at_5_3_0] - ATOLLIC TrueStudio 5.3.0 project subfolder
    • [at_5_3_0_freertos] - ATOLLIC TrueStudio 5.3.0 FreeRTOS project subfolder
    • [iar_7_40] - IAR EWARM 7.40.7 project subfolder
    • [iar_7_40_freertos] - IAR EWARM 7.40.7 FreeRTOS project subfolder
    • [uv_5_15] - KEIL uVision 5.15 project subfolder
    • [uv_5_15_freertos] - KEIL uVision 5.15 FreeRTOS project subfolder
    • [xw_3_6_0] - CrossWorks 3.6.0 project subfolder
    • [xw_3_6_0_freertos] - CrossWorks 3.6.0 FreeRTOS project subfolder
    • [kds_3_0_0] - Kinetis Design Studio 3.0.0 project subfolder
    • [kds_3_0_0_freertos] - Kinetis Design Studio 3.0.0 FreeRTOS project subfolder
      • [mmcaulib] - MMCAU software library object file
      • [projects] - Example projects
  • [refman] - Reference manual folder
    • [drivers] - Drivers documentation
  • [src] - Source code repository
    • [common] - Common source code
      • [headers] - C-header files
    • [drivers] - Drivers source code
      • [adc] - ADC driver code
      • [afe] - AFE driver code
      • [aips] - AIPS driver code
      • [cmp] - CMP driver code
      • [crc] - CRC driver code
      • [dma] - DMA driver code
      • [ewm] - EWM driver code
      • [fll] - FLL driver code
      • [ftfa] - FTFA driver code
      • [gpio] - GPIO driver code
      • [irtc] - IRTC driver code
      • [i2c] - I2C driver code
      • [llwu] - LLWU driver code
      • [lptmr] - LPTMR driver code
      • [lpuart - LPUART driver code
      • [mcm] - MCM driver code
      • [mpu] - MPU driver code
      • [mmau] - MMAU driver code
      • [mmcau] - MMCAU software library header file
      • [osc] - OSC driver code
      • [osc32k] - OSC32K driver code
      • [pit] - PDB driver code
      • [pit] - PIT driver code
      • [pll] - PLL driver code
      • [pmc] - PMC driver code
      • [rcm] - RCM driver code
      • [rnga] - RNGA driver code
      • [sim] - SIM driver code
      • [smc] - SMC driver code
      • [spi] - SPI driver code
      • [swisr] - SWISR driver code
      • [syst] - SYST driver code
      • [tmr] - TMR driver code
      • [uart] - UART driver code
      • [vref] - VREF driver code
      • [wdog] - WDOG driver code
      • [xbar] - XBAR driver code
    • [freemaster] - FreeMASTER driver source code
    • [freertos] - FreeRTOS source code
    • [projects] - Project examples source code
    • [toolchain] - Toolchain subfolder
      • [at] - ATOLLIC TrueStudio 5.3.0 specific source code
        • [config] - ATOLLIC TrueStudio 5.3.0 linker configuration files
      • [iar] - IAR EWARM 7.40.7 specific source code
        • [config] - IAR EWARM 7.40.7 linker configuration files
      • [uv] - KEIL uVision 5.15 specific source code
        • [config] - KEIL uVision 5.15 linker configuration files
      • [xw] - CrossWorks 3.6.0 specific source code
        • [config] - CrossWorks 3.6.0 linker configuration files
      • [kds] - Kinetis Design Studio 3.0.0 specific source code
        • [config] - Kinetis Design Studio 3.0.0 linker configuration files
  • [template] - New project template
    • make_project.exe - Run this script and enter input arguments to create a new project

The source code for drivers and examples are located in the drivers and projects subfolders. The project files are placed in a subfolder for the respective compiler of the build folder.

Go to the next section or return to the index.