Metadata-Version: 1.1
Name: efm8
Version: 0.0.2
Summary: Flash via AN945: EFM8 Factory Bootloader HID
Home-page: https://github.com/BarnabyShearer/efm8.git
Author: Barnaby Shearer
Author-email: b@Zi.iS
License: BSD
Description: EFM8
        ====
        
        Flash via AN945: EFM8 Factory Bootloader HID
        
        ::
        
            sudo apt install libusb-1.0-0-dev libudev-dev python-dev
            pip install efm8
            efm8.py firmware.hex
        
        Also includes an example that resets a https://u2fzero.com/ into the bootloader and flashes in one command.
        
        ::
        
            u2fzero.py firmware.hex
        
        And a way to (slowly) read the firmware back
        
        ::
        
            efm8_read.py firmware.hex
        
Keywords: EFM8 AN945 HID Bootloader
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
