Skip to content

Commit 84c9ab1

Browse files
committed
Improved documentation and split the fork from the original project which is meant to be multi-pla
tform
1 parent 91e479b commit 84c9ab1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# DTBLib: Device Tree Blob Parsing Library
22

3+
Please note: This library is still under development. It is not yet ready for use.
4+
35
**Overview:**
46

57
DTBLib is a specialized library designed for reading and parsing Device Tree Blob (DTB) files. Developed in strict adherence to ANSI C standards, this library is distinct for its lack of dependencies on the Standard C Library (SCL). This unique attribute makes DTBLib particularly suited for use in environments where standard library support is unavailable or undesirable.
@@ -10,7 +12,9 @@ The genesis of DTBLib was born out of a necessity encountered during a personal
1012

1113
**Primary Use Case:**
1214

13-
While the initial intention behind DTBLib was to serve as a component in the RISC OS Kernel — specifically within its Hardware Abstraction Layer (HAL) — the library's design is not exclusive to this use. Its creation was driven by an experimental endeavor to integrate DeviceTree support into RISC OS. Nevertheless, DTBLib's versatile and adaptable nature makes it a suitable choice for a wide range of projects that require DTB parsing capabilities under similar constraints.
15+
While the initial intention behind DTBLib was to serve as a component in the RISC OS Kernel — specifically within its Hardware Abstraction Layer (HAL) — the library's design is not exclusive to this use. Its creation was driven by an experimental endeavor to integrate DeviceTree support into RISC OS. Nevertheless, DTBLib's versatile and adaptable nature makes it a suitable choice for a wide range of platforms, however this repository is dedicated solely to the RISC OS focused developments, if you are interested in DTBLib for multiple platforms please check the original repository here:
16+
17+
https://github.com/pzaino/DTBLib
1418

1519
**Considerations for Usage:**
1620

0 commit comments

Comments
 (0)