1
0
mirror of https://github.com/olofk/serv.git synced 2026-04-30 05:44:58 +00:00

Port Zephyr support to 2.4 and update instructions

This commit is contained in:
Olof Kindgren
2020-12-16 22:52:36 +01:00
parent 731ca8bb45
commit acab804a31
31 changed files with 690 additions and 43 deletions

View File

@@ -0,0 +1,11 @@
/*
* Copyright (c) 2020 Olof Kindgren <olof.kindgren@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
#address-cells = <1>;
#size-cells = <1>;
compatible = "olofk,servant";
};