<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tools/file2h.py, branch type_hints</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=type_hints</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=type_hints'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-04-16T10:45:52+00:00</updated>
<entry>
<title>tools: Fix up pybcdc.inf generation: new lines and hex digits.</title>
<updated>2014-04-16T10:45:52+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-04-16T10:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ecdf6cdc5bdbb51451604df0713f1b24476f0714'/>
<id>urn:sha1:ecdf6cdc5bdbb51451604df0713f1b24476f0714</id>
<content type='text'>
Using Python's file open in 'r' mode opens it for text reading, which
converts all new lines to \n.  Could use 'rb' binary mode, but then
don't have access to the string Template replacement functions.  Thus,
force the output to have '\\r\\n' ending.

Also fix regex to match hex digits.
</content>
</entry>
<entry>
<title>Auto-generate the stmhal/pybcdc_inf header file from static files</title>
<updated>2014-04-16T01:41:26+00:00</updated>
<author>
<name>Andrew Scheller</name>
<email>github@loowis.durge.org</email>
</author>
<published>2014-04-10T23:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1452221aca8851df029702e8a71be339005bd5fd'/>
<id>urn:sha1:1452221aca8851df029702e8a71be339005bd5fd</id>
<content type='text'>
The USB VID&amp;PID are automatically extracted from usbd_desc_cdc_msc.c
and inserted into pybcdc_inf.template, ensuring that the same USB
IDs get used everywhere
</content>
</entry>
</feed>
