mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-01 02:54:25 +02:00
Minor fix for Teensy platform
This commit is contained in:
@@ -40,7 +40,7 @@ Platforms
|
|||||||
- The Nordic nRF51 Series is a family of highly flexible, multi-protocol, system-on-chip (SoC) devices for ultra-low power wireless applications. nRF51 Series devices support a range of protocol stacks including Bluetooth Smart (previously called Bluetooth low energy), ANT and proprietary 2.4GHz protocols such as Gazell.
|
- The Nordic nRF51 Series is a family of highly flexible, multi-protocol, system-on-chip (SoC) devices for ultra-low power wireless applications. nRF51 Series devices support a range of protocol stacks including Bluetooth Smart (previously called Bluetooth low energy), ANT and proprietary 2.4GHz protocols such as Gazell.
|
||||||
|
|
||||||
* - :ref:`platform_teensy`
|
* - :ref:`platform_teensy`
|
||||||
- Teensy is a complete USB-based microcontroller development system, in a very small footprint, capable of implementing many types of projects. All programming is done via the USB port. No special programmer is needed, only a standard "Mini-B" USB cable and a PC or Macintosh with a USB port.
|
- Teensy is a complete USB-based microcontroller development system, in a very small footprint, capable of implementing many types of projects. All programming is done via the USB port. No special programmer is needed, only a standard USB cable and a PC or Macintosh with a USB port.
|
||||||
|
|
||||||
* - :ref:`platform_timsp430`
|
* - :ref:`platform_timsp430`
|
||||||
- MSP430 microcontrollers (MCUs) from Texas Instruments (TI) are 16-bit, RISC-based, mixed-signal processors designed for ultra-low power. These MCUs offer the lowest power consumption and the perfect mix of integrated peripherals for thousands of applications.
|
- MSP430 microcontrollers (MCUs) from Texas Instruments (TI) are 16-bit, RISC-based, mixed-signal processors designed for ultra-low power. These MCUs offer the lowest power consumption and the perfect mix of integrated peripherals for thousands of applications.
|
||||||
|
@@ -46,7 +46,7 @@ Platforms
|
|||||||
- The STM32 family of 32-bit Flash MCUs based on the ARM Cortex-M processor is designed to offer new degrees of freedom to MCU users. It offers a 32-bit product range that combines very high performance, real-time capabilities, digital signal processing, and low-power, low-voltage operation, while maintaining full integration and ease of development.
|
- The STM32 family of 32-bit Flash MCUs based on the ARM Cortex-M processor is designed to offer new degrees of freedom to MCU users. It offers a 32-bit product range that combines very high performance, real-time capabilities, digital signal processing, and low-power, low-voltage operation, while maintaining full integration and ease of development.
|
||||||
|
|
||||||
* - :ref:`platform_teensy`
|
* - :ref:`platform_teensy`
|
||||||
- Teensy is a complete USB-based microcontroller development system, in a very small footprint, capable of implementing many types of projects. All programming is done via the USB port. No special programmer is needed, only a standard "Mini-B" USB cable and a PC or Macintosh with a USB port.
|
- Teensy is a complete USB-based microcontroller development system, in a very small footprint, capable of implementing many types of projects. All programming is done via the USB port. No special programmer is needed, only a standard USB cable and a PC or Macintosh with a USB port.
|
||||||
|
|
||||||
Boards
|
Boards
|
||||||
------
|
------
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Platform ``teensy``
|
Platform ``teensy``
|
||||||
===================
|
===================
|
||||||
Teensy is a complete USB-based microcontroller development system, in a very small footprint, capable of implementing many types of projects. All programming is done via the USB port. No special programmer is needed, only a standard "Mini-B" USB cable and a PC or Macintosh with a USB port.
|
Teensy is a complete USB-based microcontroller development system, in a very small footprint, capable of implementing many types of projects. All programming is done via the USB port. No special programmer is needed, only a standard USB cable and a PC or Macintosh with a USB port.
|
||||||
|
|
||||||
For more detailed information please visit `vendor site <https://www.pjrc.com/teensy>`_.
|
For more detailed information please visit `vendor site <https://www.pjrc.com/teensy>`_.
|
||||||
|
|
||||||
@@ -50,9 +50,8 @@ Packages
|
|||||||
**Linux Users:** Don't forget to install "udev" rules file
|
**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).
|
`99-platformio-udev.rules <https://github.com/platformio/platformio/blob/develop/scripts/99-platformio-udev.rules>`_ (an instruction is located in the file).
|
||||||
|
|
||||||
**Windows Users:** Teensy programming uses only Windows built-in HID drivers. When Teensy is programmed
|
**Windows Users:** Please check that you have correctly installed USB driver
|
||||||
to act as a USB Serial device, Windows XP, Vista, 7 and 8 require `this serial driver<http://www.pjrc.com/teensy/serial_install.exe>`
|
from board manufacturer
|
||||||
is needed to access the COM port your program uses. No special driver installation is necessary on Windows 10.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -22,8 +22,7 @@ class TeensyPlatform(BasePlatform):
|
|||||||
Teensy is a complete USB-based microcontroller development system, in
|
Teensy is a complete USB-based microcontroller development system, in
|
||||||
a very small footprint, capable of implementing many types of projects.
|
a very small footprint, capable of implementing many types of projects.
|
||||||
All programming is done via the USB port. No special programmer is
|
All programming is done via the USB port. No special programmer is
|
||||||
needed, only a standard "Mini-B" USB cable and a PC or Macintosh with
|
needed, only a standard USB cable and a PC or Macintosh with a USB port.
|
||||||
a USB port.
|
|
||||||
|
|
||||||
https://www.pjrc.com/teensy
|
https://www.pjrc.com/teensy
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user