Skip to content

Commit e6bc062

Browse files
committed
nrf52820_hic: remove CMSIS headers and minor clean-ups
1 parent 2e833c0 commit e6bc062

File tree

4 files changed

+2
-440
lines changed

4 files changed

+2
-440
lines changed

docs/hic/nrf52820.md

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Based on Nordic [nRF52820](https://www.nordicsemi.com/Products/nRF52820):
44
- Cortex-M4 64 MHz
5-
-256 KB Flash
5+
- 256 KB Flash
66
- 32 KB RAM
77
- Full-speed USB 2.0 device controller
88
- QFN40 packaging
@@ -60,31 +60,3 @@ Note:
6060

6161
Note:
6262
- LEDs have active state high.
63-
64-
## nRF52833-DK pin assignment
65-
66-
For development on [nRF52833-DK](https://www.nordicsemi.com/Products/Development-hardware/nRF52833-DK).
67-
68-
| Signal | I/O | Symbol | Connection |
69-
|-------------|:---:|---------|:----------:|
70-
| SWD |
71-
| SWCLK | O | P0.04 | |
72-
| SWDIO | I/O | P0.05 | |
73-
| nRESET | O | P0.07 | |
74-
| UART |
75-
| UART RX | I | P0.08 | J-Link TX |
76-
| UART TX | O | P0.06 | J-Link RX |
77-
| UART (alt) |
78-
| UART RX | I | P0.29 | |
79-
| UART TX | O | P0.30 | |
80-
| Button |
81-
| F-RST But. | I | P0.11 | BUTTON_1 |
82-
| LEDs |
83-
| RUN LED | O | P0.13 | LED_1 |
84-
| CON LED | O | P0.14 | LED_2 |
85-
| HID LED | O | P0.14 | LED_2 |
86-
| MSD LED | O | P0.15 | LED_3 |
87-
| CDC LED | O | P0.16 | LED_4 |
88-
89-
Note:
90-
- LEDs have active state low.

source/board/nrf52820_bl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @brief board ID and meta-data for HIC based on Nordic Semiconductor nRF52820
44
*
55
* DAPLink Interface Firmware
6-
* Copyright (c) 2009-2019, ARM Limited, All Rights Reserved
6+
* Copyright (c) 2009-2021, Arm Limited, All Rights Reserved
77
* SPDX-License-Identifier: Apache-2.0
88
*
99
* Licensed under the Apache License, Version 2.0 (the "License"); you may

source/hic_hal/nordic/nrf52820/Driver_Common.h

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)