https://github.com/micropython/alif-security-toolkit
Alif Security Toolkit
https://github.com/micropython/alif-security-toolkit
Last synced: 7 months ago
JSON representation
Alif Security Toolkit
- Host: GitHub
- URL: https://github.com/micropython/alif-security-toolkit
- Owner: micropython
- Created: 2025-03-11T05:41:46.000Z (8 months ago)
- Default Branch: work-v1.104.0
- Last Pushed: 2025-03-27T06:23:14.000Z (8 months ago)
- Last Synced: 2025-04-10T05:49:34.840Z (7 months ago)
- Language: Python
- Size: 26.3 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Alif Security Toolkit
=====================
This repository contains a copy of the Alif Security Toolkit, for Alif
Semiconductor microcontrollers. Minor changes are applied to the Toolkit to
make it easier to use within a wider project.
The "vendor" branch contains the original Toolkit source and is updated from
time-to-time when new versions become available. The commits in the "vendor"
branch are tagged as appropriate with a tag that describes the Toolkit release
at that commit, for example v1.104.0.
There are then working branches that branch at a given vendor tag and apply
minor patches to the vendor code, for example work-v1.104.0. The commits that
form a given working branch are reapplied (with conflict resolution) to newer
vendor tags to create the next working branch.
Original sources
================
The sources are obtained from Alif Semiconductor, and placed in the `toolkit`
directory.
The provided `fetch_from_upstream.sh` script can be used to copy and process a
new Toolkit release into this repository. It does some cleaning and formatting
of the Toolkit source files to make them more uniform.