Home
last modified time | relevance | path

Searched refs:hello (Results 1 – 5 of 5) sorted by relevance

/zcbor-latest/tests/cases/
Dcorner_cases.cddl43 hello: "hello",
72 Union = Group / MultiGroup / (3,4) / "\"hello\""
95 +multiHello: "hello",
183 hello: bstr .cbor "Hello",
/zcbor-latest/samples/hello_world/
DREADME.md2 # Simple 'hello world' sample
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c949 const uint8_t hello[] = "hello"; in ZTEST() local
975 struct zcbor_string test_str1_hello = {hello, 5}; in ZTEST()
976 struct zcbor_string test_str2_hello_short = {hello, 4}; in ZTEST()
977 struct zcbor_string test_str3_hello_offset = {&hello[1], 4}; in ZTEST()
980 struct zcbor_string test_str6_empty = {hello, 0}; in ZTEST()
/zcbor-latest/
DREADME.md304 - Text string: `Foo = "hello"`, where Foo is a tstr with the requirement that it must be "hello".
DRELEASE_NOTES.md211 …* Add two samples: a hello world with no code generation, and one with code generation and script …