You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			| 
				
					
						
							 | 
			3 years ago | |
|---|---|---|
| .. | ||
| examples | 3 years ago | |
| scripts | 3 years ago | |
| src | 3 years ago | |
| tests | 3 years ago | |
| tools | 3 years ago | |
| .appveyor.yml | 3 years ago | |
| .gitattributes | 3 years ago | |
| .gitignore | 3 years ago | |
| .tag | 3 years ago | |
| .travis.yml | 3 years ago | |
| Doxyfile | 3 years ago | |
| LICENSE | 3 years ago | |
| Makefile | 3 years ago | |
| README | 3 years ago | |
| TODO | 3 years ago | |
| VERSION | 3 years ago | |
| tinycbor.pc.in | 3 years ago | |
		
			
				
				README
			
		
		
			
			
		
	
	Concise Binary Object Representation (CBOR) Library
---------------------------------------------------
To build TinyCBOR:
make
If you want to change the compiler or pass extra compiler flags:
make CC=clang CFLAGS="-m32 -Oz" LDFLAGS="-m32"
Documentation: https://intel.github.io/tinycbor/current/