[PATCH 0/2] Character literal parsing
Anton Staaf
robotboy at chromium.org
Fri Jun 24 09:20:37 EST 2011
These patches add simple and escaped character literal parsing support
to the dct for bytestrings. The first patch is very simple and provides
most of the functionality that is useful. The second patch is of more
debatable value. I've included it for completeness.
Thanks,
Anton
--
Anton Staaf (2):
Add character literal parsing in bytestrings
Add escaped character support to character literals
Documentation/dts-format.txt | 5 +-
Documentation/manual.txt | 7 ++-
data.c | 77 +--------------------------------
dtc-lexer.l | 16 +++++++
util.c | 98 ++++++++++++++++++++++++++++++++++++++++++
util.h | 5 ++
6 files changed, 127 insertions(+), 81 deletions(-)
--
1.7.3.1
More information about the devicetree-discuss
mailing list