Skip to content
  1. Feb 09, 2017
    • David Sidrane's avatar
      Kinetis chip Adding K66 and inlcuding MCG versioning · ab7b72f2
      David Sidrane authored
        This includes arch/arm/include/kinetis/kinetis_mcg.h
        to bring in the MCG versioning and defines the KINETIS_K66
        family for the added SoCs:
      
         --------------- ------- --- ------- ------- ------ ------ ------ -----
         PART NUMBER     CPU     PIN PACKAGE  TOTAL  PROGRAM EEPROM SRAM  GPIO
                         FREQ    CNT          FLASH  FLASH
         --------------- ------- --- ------- ------- ------ ------ ------ -----
         MK66FN2M0VMD18  180 MHz 144 MAPBGA   2   MB    —    — KB  260 KB 100
         MK66FX1M0VMD18  180 MHz 144 MAPBGA  1.25 MB  1 MB   4 KB  256 KB 100
         MK66FN2M0VLQ18  180 MHz 144 LQFP     2   MB    —    — KB  260 KB 100
         MK66FX1M0VLQ18  180 MHz 144 LQFP    1.25 MB  1 MB   4 KB  256 KB 100
      ab7b72f2
    • David Sidrane's avatar
      Created a kinetis MCG versioning scheme pulled in by Kinetis chip.h · 9bbd9858
      David Sidrane authored
         The motvations is to version the IP blocks of the Kinetis
         K series family of parts.
      
         This added versioning and configuration features for the
         Kinetis MCG IP block.
      
         It is envisioned that in the long term as a chip is added.
         The author of the new chip definitions will either find
         the exact configuration in an existing  chip define and
         add the new chip to it Or add the MCG feature configuration
         #defines to the chip ifdef list in
         arch/arm/include/kinetis/kinetis_mcg.h  In either case the
         author should mark it as "Verified to Document Number:"
         taken from the reference manual.
      
         The version KINETIS_MCG_VERSION_UKN has been applied to
         most all the SoCs in the kinetis arch prior to this commit.
      
         The exceptions are the CONFIG_ARCH_CHIP_MK60FN1M0VLQ12,
         All K64 and K66 which not have Verified MCG configurations.
      9bbd9858
    • David Sidrane's avatar
      Add K66 memory map · 6199d180
      David Sidrane authored
      6199d180
    • David Sidrane's avatar
      Add Kinetis K66 to Kinetis Kconfig · db657348
      David Sidrane authored
      db657348
    • David Sidrane's avatar
      Removed ws at EOL · bdd99f5a
      David Sidrane authored
      bdd99f5a
  2. Feb 07, 2017
  3. Feb 06, 2017
  4. Feb 05, 2017
  5. Feb 04, 2017
  6. Feb 03, 2017
  7. Feb 02, 2017