Skip to content

Commit

Permalink
CI: enable GitHub Actions on main branch + doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrossard committed Feb 10, 2023
1 parent 2e146c9 commit 69ca613
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Build DAPLink (Linux)
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
workflow_dispatch:

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

[![DAPLink](/docs/images/daplink-website-logo-link.png)](https://daplink.io/)

[![Linux Build (main)](https://github.com/ARMmbed/DAPLink/actions/workflows/linux.yml/badge.svg?branch=main)](https://github.com/ARMmbed/DAPLink/actions/workflows/linux.yml)
[![Linux Build (develop)](https://github.com/ARMmbed/DAPLink/actions/workflows/linux.yml/badge.svg?branch=develop)](https://github.com/ARMmbed/DAPLink/actions/workflows/linux.yml)
[![Join us on Slack](https://img.shields.io/static/v1?label=Slack&color=4A154B&logo=slack&style=social&message=Join%20us%20on%20Slack)](https://join.slack.com/t/pyocd/shared_invite/zt-zqjv6zr5-ZfGAXl_mFCGGmFlB_8riHA)

Expand Down Expand Up @@ -29,6 +30,7 @@ There are many ARM microcontroller-based Hardware Interface Circuits (HICs) that
* [Segger J-Link OB based on Atmel SAM3U](https://www.segger.com/products/debug-probes/j-link/models/j-link-ob/)
* [STMicroelectronics ST-LINK/V2 (on NUCLEO boards) based on STM32F103CB](https://www.st.com/en/evaluation-tools/stm32-nucleo-boards.html)

You can find more information on the microcontrollers supported [here](docs/hic/README.md).

## Releases
There are many board builds (board = HIC + target combination) created from this repository. Quarterly releases will contain new features and bugfixes. Standalone bugfixes are released once reported, verified and fixed. Both quarterly and bugfix releases will result in the build number being incremented. Many development kits and products ship with DAPLink interface firmware or are capable of running DAPLink firmware. **[The current release builds and instructions for updating DAPLink interface firmware is hosted on the DAPLink release site.](https://daplink.io/)** Release notes and previous release builds can be found under GitHub releases.
Expand All @@ -54,4 +56,4 @@ Information for setting up a development environment, running the tests or creat
DAPLink is licensed with the permissive Apache 2.0 license. See the [LICENSE](LICENSE) file for the
full text of the license.

Copyright © 2006-2022 Arm Ltd
Copyright © 2006-2023 Arm Ltd
2 changes: 1 addition & 1 deletion docs/hic/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HICs
# Hardware Interface Circuits (HICs)

| HIC | Core | Freq. | RAM | ROM | USB |
|-------------------------------|:----:|--------:|-------:|-------:|:---:|
Expand Down

0 comments on commit 69ca613

Please sign in to comment.