From 9d50803b0ca07f317007c2238695b9a994711780 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 16 Mar 2016 19:40:46 +0200 Subject: [PATCH] Minor fix for Teensy platform --- docs/frameworks/arduino.rst | 2 +- docs/frameworks/mbed.rst | 2 +- docs/platforms/teensy.rst | 7 +++---- platformio/platforms/teensy.py | 3 +-- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/frameworks/arduino.rst b/docs/frameworks/arduino.rst index eac205e3..223f39b7 100644 --- a/docs/frameworks/arduino.rst +++ b/docs/frameworks/arduino.rst @@ -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. * - :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` - 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. diff --git a/docs/frameworks/mbed.rst b/docs/frameworks/mbed.rst index eaea3167..790d42e4 100644 --- a/docs/frameworks/mbed.rst +++ b/docs/frameworks/mbed.rst @@ -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. * - :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 ------ diff --git a/docs/platforms/teensy.rst b/docs/platforms/teensy.rst index 3249089e..bfc21144 100644 --- a/docs/platforms/teensy.rst +++ b/docs/platforms/teensy.rst @@ -13,7 +13,7 @@ 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 `_. @@ -50,9 +50,8 @@ Packages **Linux Users:** Don't forget to install "udev" rules file `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 - to act as a USB Serial device, Windows XP, Vista, 7 and 8 require `this serial driver` - is needed to access the COM port your program uses. No special driver installation is necessary on Windows 10. + **Windows Users:** Please check that you have correctly installed USB driver + from board manufacturer diff --git a/platformio/platforms/teensy.py b/platformio/platforms/teensy.py index 3678ff15..45e62562 100644 --- a/platformio/platforms/teensy.py +++ b/platformio/platforms/teensy.py @@ -22,8 +22,7 @@ class TeensyPlatform(BasePlatform): 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. + needed, only a standard USB cable and a PC or Macintosh with a USB port. https://www.pjrc.com/teensy """