Skip to content

Commit f343dd9

Browse files
committed
CI: enable GitHub Actions on main branch + doc fixes
1 parent 2e19991 commit f343dd9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Build DAPLink (Linux)
22
on:
33
push:
44
branches:
5+
- main
56
- develop
67
pull_request:
78
branches:
9+
- main
810
- develop
911
workflow_dispatch:
1012

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

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

4+
[![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)
45
[![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)
56
[![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)
67

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

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

3335
## Releases
3436
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.
@@ -54,4 +56,4 @@ Information for setting up a development environment, running the tests or creat
5456
DAPLink is licensed with the permissive Apache 2.0 license. See the [LICENSE](LICENSE) file for the
5557
full text of the license.
5658

57-
Copyright © 2006-2022 Arm Ltd
59+
Copyright © 2006-2023 Arm Ltd

docs/hic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HICs
1+
# Hardware Interface Circuits (HICs)
22

33
| HIC | Core | Freq. | RAM | ROM | USB |
44
|-------------------------------|:----:|--------:|-------:|-------:|:---:|

0 commit comments

Comments
 (0)