https://github.com/newaetech/chipwhisperer-husky
https://github.com/newaetech/chipwhisperer-husky
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/newaetech/chipwhisperer-husky
- Owner: newaetech
- Created: 2021-02-11T22:39:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T18:00:49.000Z (over 1 year ago)
- Last Synced: 2025-04-06T15:42:27.614Z (over 1 year ago)
- Language: C
- Size: 26.5 MB
- Stars: 84
- Watchers: 8
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChipWhisperer-Husky

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`.