Skip to content

Commit b4b9a92

Browse files
committed
Merge branch 'nxp-lpc55' of https://github.com/genan2003/tock into nxp-lpc55
2 parents e7863e6 + ea58018 commit b4b9a92

18 files changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ resolver = "2"
120120

121121
[workspace.package]
122122
version = "0.2.3-dev"
123-
authors = ["Tock Project Developers <tock-dev@googlegroups.com>"]
123+
authors = ["Tock Project Developers <devel@lists.tockos.org>"]
124124
edition = "2021"
125125

126126
[profile.dev]

boards/particle_boron/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name = "particle_boron"
77
version.workspace = true
88
authors = [
9-
"Tock Project Developers <tock-dev@googlegroups.com>",
9+
"Tock Project Developers <devel@lists.tockos.org>",
1010
"Wilfred Mallawa <vindulawilfred@gmail.com>"
1111
]
1212
build = "../build.rs"

boards/sma_q3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name = "sma_q3"
77
version.workspace = true
88
authors = [
9-
"Tock Project Developers <tock-dev@googlegroups.com>",
9+
"Tock Project Developers <devel@lists.tockos.org>",
1010
"Dorota <gihu.dcz@porcupinefactory.org>"
1111
]
1212
build = "../build.rs"

doc/reference/trd-appid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Application IDs (AppID), Credentials, and Process Loading
99
**Draft-Created:** 2021/09/01 <br/>
1010
**Draft-Modified:** 2022/10/14 <br/>
1111
**Draft-Version:** 10 <br/>
12-
**Draft-Discuss:** tock-dev@googlegroups.com<br/>
12+
**Draft-Discuss:** devel@lists.tockos.org<br/>
1313

1414
Abstract
1515
-------------------------------

doc/reference/trd-digest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Digest HIL
99
**Draft-Created:** June 8, 2022<br/>
1010
**Draft-Modified:** June 8, 2022<br/>
1111
**Draft-Version:** 1<br/>
12-
**Draft-Discuss:** tock-dev@googlegroups.com</br>
12+
**Draft-Discuss:** devel@lists.tockos.org</br>
1313

1414
Abstract
1515
-------------------------------

doc/reference/trd-radio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Kernel 802.15.4 Radio HIL
99
**Draft-Created:** Feb 14, 2017<br/>
1010
**Draft-Modified:** Mar 20, 2017<br/>
1111
**Draft-Version:** 2<br/>
12-
**Draft-Discuss:** tock-dev@googlegroups.com</br>
12+
**Draft-Discuss:** devel@lists.tockos.org</br>
1313

1414
Abstract
1515
-------------------------------

doc/reference/trd-spi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Kernel Serial Peripheral Interface (SPI) HIL
99
**Draft-Created:** 2021/08/13 <br/>
1010
**Draft-Modified:** 2021/08/13 <br/>
1111
**Draft-Version:** 2 <br/>
12-
**Draft-Discuss:** tock-dev@googlegroups.com<br/>
12+
**Draft-Discuss:** devel@lists.tockos.org<br/>
1313

1414
Abstract
1515
-------------------------------

doc/reference/trd-uart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Universal Asynchronous Receiver Transmitter (UART) HIL
99
**Draft-Created:** August 5, 2021<br/>
1010
**Draft-Modified:** June 5, 2022<br/>
1111
**Draft-Version:** 5<br/>
12-
**Draft-Discuss:** tock-dev@googlegroups.com</br>
12+
**Draft-Discuss:** devel@lists.tockos.org</br>
1313

1414
Abstract
1515
-------------------------------

doc/reference/trd-userspace-readable-allow-syscalls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Userspace Readable Allow System Call
99
**Draft-Created:** June 17, 2021<br/>
1010
**Draft-Modified:** Sep 8, 2021<br/>
1111
**Draft-Version:** 2<br/>
12-
**Draft-Discuss:** tock-dev@googlegroups.com</br>
12+
**Draft-Discuss:** devel@lists.tockos.org</br>
1313

1414
Abstract
1515
-------------------------------

doc/reference/trd102-adc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Kernel Analog-to-Digital Conversion HIL
99
**Draft-Created:** Dec 18, 2016<br/>
1010
**Draft-Modified:** June 12, 2017<br/>
1111
**Draft-Version:** 2<br/>
12-
**Draft-Discuss:** tock-dev@googlegroups.com</br>
12+
**Draft-Discuss:** devel@lists.tockos.org</br>
1313

1414
Abstract
1515
-------------------------------

0 commit comments

Comments
 (0)