Metadata-Version: 1.2
Name: avrtsb
Version: 0.2.6
Summary: Python version of TinySafeBootA tiny and safe Bootloader for AVR-ATtinys and ATmegas
Home-page: http://github.com/mvyskoc/avrtsb
Author: Martin Vyskočil
Author-email: m.vyskoc@seznam.cz
License: GPLv3
Download-URL: https://github.com/mvyskoc/avrtsb/tarball/v0.2.6
Description-Content-Type: UNKNOWN
Description: About AVRTSB
        ============
        
        AVRTSB is Python implementation of TinySafeBoot - A tiny and safe
        Bootloader for AVR-ATtinys and ATmegas [1]. AVRTSB version 0.2
        now supports make custom firmwares. If you want compile the
        firmware yourself, please download from [1].
        
        The console script run with the command pytsb. For more
        information run: pytsb --help 
        
        The benefit of AVRTSB is automatic reset of MCU with DTR or RTS line.
        The second line is set to HIGH value (+12V) for power RS232<->TTL
        convertor directly from serial port.  All parameters are given only
        from command line without user interraction. This makes AVRTSB perfect
        for integration with IDE for automatic upload new firmware after
        compilation. 
        
        TinySafeBoot is great bootloader bacause of:
          1) Small size - only 512 byte
          2) Software emulated serial interface a thus configurable for use
             with all MCU pins.
          3) Secure access by password
        
        More information can be found [1]. 
        
        
        [1] Original website of TinySafeBoot 
            http://jtxp.org/tech/tinysafeboot_en.htm
        
        
Keywords: TinySafeBoot,AVR,bootloader
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: ~=2.5
