An open API service indexing awesome lists of open source software.

https://github.com/newaetech/chipwhisperer-husky


https://github.com/newaetech/chipwhisperer-husky

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ChipWhisperer-Husky

![](img/huskysmall.jpg)

This repository contains the ChipWhisperer-Husky information.

* The interface code is part of [ChipWhisperer](https://github.com/newaetech/chipwhisperer).
* The examples are part of the [ChipWhisperer-Jupyter](https://github.com/newaetech/chipwhisperer-jupyter) examples.
* The full documentation is on the [ChipWhisperer documentation site](https://chipwhisperer.readthedocs.io/en/latest/Capture/ChipWhisperer-Husky.html).

## Building SAM3U Firmware

Navigate to `ChipWhisperer-Husky/src`, clone the naeusb submodule (`git submodule update --init naeusb`),
and build with `make -j`.

You can get a more verbose output by running make as follows: `make -j VERBOSE=TRUE`

You can program an attached Husky by running `make program`.