Skip to content

Commit d64420d

Browse files
committed
doc: update README.md in anticipation of merge to main branch
1 parent 1bd5317 commit d64420d

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33

44
[![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)
55

6-
# Warning: Development branch
7-
8-
This is is a development branch of DAPLink:
9-
- It adds support for the GCC (`gcc_arm`) and ARMC6 (`armclang`) compilers. ARMC5 (`armcc`) will be deprecated.
10-
- It focuses on `progen` support using `make` and `cmake`.
11-
12-
**Note:** The main branch of DAPLink requires an Arm Compiler 5 or Keil MDK license to build.
13-
146
----
157

168
Arm Mbed DAPLink is an open-source software project that enables programming and debugging application software running on Arm Cortex CPUs. Commonly referred to as interface firmware, DAPLink runs on a secondary MCU that is attached to the SWD or JTAG port of the application MCU. This configuration is found on nearly all development boards. Enumerating as a USB composite device, it creates a bridge between your development computer and the CPU debug access port. DAPLink enables developers with:
@@ -42,9 +34,10 @@ There are many board builds (board = HIC + target combination) created from this
4234

4335
## Contribute
4436

45-
We welcome contributions to DAPLink in any area. Look for an interesting feature or defect [under
46-
issues](https://github.com/ARMmbed/DAPLink/issues), or start a new thread to engage with the
47-
developers and maintainers.
37+
We welcome contributions to DAPLink in any area. Look for an interesting feature or defect
38+
[under issues](https://github.com/ARMmbed/DAPLink/issues). Start a new thread [in the
39+
discussions](https://github.com/ARMmbed/DAPLink/discussions) to engage with the developers
40+
and maintainers.
4841

4942
Please see the [contribution guidelines](CONTRIBUTING.md) for detailed requirements for
5043
contributions.

0 commit comments

Comments
 (0)