mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-10 12:55:23 +02:00
113 lines
3.2 KiB
ReStructuredText
113 lines
3.2 KiB
ReStructuredText
.. _platform_freescalekinetis:
|
|
|
|
Platform ``freescalekinetis``
|
|
=============================
|
|
Freescale Kinetis Microcontrollers is family of multiple hardware- and software-compatible ARM Cortex-M0+, Cortex-M4 and Cortex-M7-based MCU series. Kinetis MCUs offer exceptional low-power performance, scalability and feature integration.
|
|
|
|
For more detailed information please visit `vendor site <http://www.freescale.com/webapp/sps/site/homepage.jsp?code=KINETIS>`_.
|
|
|
|
.. contents::
|
|
|
|
Packages
|
|
--------
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - Name
|
|
- Contents
|
|
|
|
* - ``framework-mbed``
|
|
- `mbed Framework <http://mbed.org>`_
|
|
|
|
* - ``toolchain-gccarmnoneeabi``
|
|
- `gcc-arm-embedded <https://launchpad.net/gcc-arm-embedded>`_, `GDB <http://www.gnu.org/software/gdb/>`_
|
|
|
|
.. warning::
|
|
**Linux Users:** Don't forget to install "udev" rules file
|
|
`99-platformio-udev.rules <https://github.com/platformio/platformio/blob/develop/scripts/99-platformio-udev.rules>`_ (an instruction is located in the file).
|
|
|
|
|
|
|
|
Frameworks
|
|
----------
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - Name
|
|
- Description
|
|
|
|
* - :ref:`framework_mbed`
|
|
- The mbed framework The mbed SDK has been designed to provide enough hardware abstraction to be intuitive and concise, yet powerful enough to build complex projects. It is built on the low-level ARM CMSIS APIs, allowing you to code down to the metal if needed. In addition to RTOS, USB and Networking libraries, a cookbook of hundreds of reusable peripheral and module libraries have been built on top of the SDK by the mbed Developer Community.
|
|
|
|
Boards
|
|
------
|
|
|
|
.. note::
|
|
* You can list pre-configured boards by :ref:`cmd_boards` command or
|
|
`PlatformIO Boards Explorer <http://platformio.org/#!/boards>`_
|
|
* For more detailed ``board`` information please scroll tables below by
|
|
horizontal.
|
|
|
|
Freescale
|
|
~~~~~~~~~
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - Type ``board``
|
|
- Name
|
|
- Microcontroller
|
|
- Frequency
|
|
- Flash
|
|
- RAM
|
|
|
|
* - ``IBMEthernetKit``
|
|
- `Ethernet IoT Starter Kit <http://developer.mbed.org/platforms/IBMEthernetKit/>`_
|
|
- MK64FN1M0VLL12
|
|
- 120 MHz
|
|
- 1024 Kb
|
|
- 256 Kb
|
|
|
|
* - ``frdm_k20d50m``
|
|
- `Freescale Kinetis FRDM-K20D50M <https://developer.mbed.org/platforms/FRDM-K20D50M/>`_
|
|
- MK20DX128VLH5
|
|
- 48 MHz
|
|
- 128 Kb
|
|
- 16 Kb
|
|
|
|
* - ``frdm_k22f``
|
|
- `Freescale Kinetis FRDM-K22F <https://developer.mbed.org/platforms/FRDM-K22F/>`_
|
|
- MK22FN512VLH12
|
|
- 120 MHz
|
|
- 512 Kb
|
|
- 128 Kb
|
|
|
|
* - ``frdm_k64f``
|
|
- `Freescale Kinetis FRDM-K64F <https://developer.mbed.org/platforms/FRDM-K64F/>`_
|
|
- MK64FN1M0VLL12
|
|
- 120 MHz
|
|
- 1024 Kb
|
|
- 256 Kb
|
|
|
|
* - ``frdm_kl05z``
|
|
- `Freescale Kinetis FRDM-KL05Z <https://developer.mbed.org/platforms/FRDM-KL05Z/>`_
|
|
- MKL05Z32VFM4
|
|
- 48 MHz
|
|
- 32 Kb
|
|
- 4 Kb
|
|
|
|
* - ``frdm_kl25z``
|
|
- `Freescale Kinetis FRDM-KL25Z <https://developer.mbed.org/platforms/KL25Z/>`_
|
|
- MKL25Z128VLK4
|
|
- 48 MHz
|
|
- 128 Kb
|
|
- 16 Kb
|
|
|
|
* - ``frdm_kl46z``
|
|
- `Freescale Kinetis FRDM-KL46Z <https://developer.mbed.org/platforms/FRDM-KL46Z/>`_
|
|
- MKL46Z256VLL4
|
|
- 48 MHz
|
|
- 256 Kb
|
|
- 32 Kb
|