mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 01:32:45 +00:00 
			
		
		
		
	 21a21c6a11
			
		
	
	
		21a21c6a11
		
	
	
	
	
		
			
			This makes it easier to work with device tree nodes and properties, then writing simple state machines to parse the device tree. This also makes the old slow traversal methods use the DeviceTreeProperty helper class, and adds a simple test.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| 
 | |
| set(SOURCES
 | |
|   DeviceTree.cpp
 | |
|   FlattenedDeviceTree.cpp
 | |
|   Validation.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibDeviceTree DeviceTree)
 |