Metadata-Version: 2.1
Name: llama-bsl
Version: 0.2
Summary: Script to communicate with Texas Instruments CC13xx/CC2538/CC26xx Serial Boot Loader (Fork of cc2538-bsl.py)
Home-page: https://github.com/electrolama/llama-bsl
Author: Omer Kilic
Author-email: omerkilic@gmail.com
License: BSD-3-Clause
Keywords: cc2538,cc1310,cc13xx,bootloader,cc26xx,cc2650,cc2640
Platform: posix
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.4

# llama-bsl

This is a nascent fork of the ever-popular [cc2538-bsl.py](https://github.com/JelmerT/cc2538-bsl/) script that is widely used with TI's serial bootloader for CC13xx/CC26xx/CC2538 series of chips. 

### Warning: This is an experimental fork with features that can disable BSL on your boards. Do not use if you're not comfortable with JTAG recovery until a fully tested release is published.


## Why fork?

We're adding features that only make sense in limited context, therefore unlikely to be ever merged upstream.

Any generally applicable additions/fixes will be submitted upstream.


## Usage

Documentation for new features will be added once fully tested, refer to commit history to see changes.

Original README can be found [here](https://github.com/JelmerT/cc2538-bsl/blob/master/README.md).


## Authors

[@OmerK](https://twitter.com/omerk) and [contributors](https://github.com/electrolama/llama-bsl/graphs/contributors).

llama-bsl is a fork of [cc2538-bsl.py](https://github.com/JelmerT/cc2538-bsl/) created by Jelmer Tiete <jelmer@tiete.be>, which is in turn based on [stm32loader](https://github.com/jsnyder/stm32loader) by Ivan A-R <ivan@tuxotronic.org>


