<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py/py.mk, branch 6.0.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-09-21T21:44:26+00:00</updated>
<entry>
<title>py: Add enum helper code</title>
<updated>2020-09-21T21:44:26+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-16T16:57:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e7a213a11420ed362dfb672cd0fa6e77c032fa07'/>
<id>urn:sha1:e7a213a11420ed362dfb672cd0fa6e77c032fa07</id>
<content type='text'>
This makes it much easier to implement enums, and the printing code is
shared.  We might want to convert other enums to this in the future.
</content>
</entry>
<entry>
<title>wip: compiles</title>
<updated>2020-08-02T15:36:38+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-08-02T15:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0a60aee3e4270d1da42d67f933578d60d56b8b52'/>
<id>urn:sha1:0a60aee3e4270d1da42d67f933578d60d56b8b52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade ulab</title>
<updated>2020-07-28T21:57:48+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-07-22T19:02:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9b8df7f6356aada4ce2cf89d24ea1cf635e9efe7'/>
<id>urn:sha1:9b8df7f6356aada4ce2cf89d24ea1cf635e9efe7</id>
<content type='text'>
This version
 * moves source files to reflect module structure
 * adds inline documentation suitable for extract_pyi
 * incompatibly moves spectrogram to fft
 * incompatibly removes "extras"

There are some remaining markup errors in the specific revision of
extmod/ulab but they do not prevent the doc building process from
completing.
</content>
</entry>
<entry>
<title>wip: ATT protocol</title>
<updated>2020-07-23T22:54:26+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-07-23T22:54:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f6f45c82a118f59d5d155fbbbe091580ba0dcf31'/>
<id>urn:sha1:f6f45c82a118f59d5d155fbbbe091580ba0dcf31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py/py.mk: Use additional CFLAGS to compile string0.c.</title>
<updated>2020-07-22T23:26:47+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2020-05-21T01:27:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f43834aba2ed9f8f69d961a6554bc81ecaa98f08'/>
<id>urn:sha1:f43834aba2ed9f8f69d961a6554bc81ecaa98f08</id>
<content type='text'>
Otherwise functions like memset might get optimised to call themselves (eg
with gcc 10).  And provide CFLAGS_BUILTIN so these options can be changed
by a port if needed.

Fixes issue #6053.
</content>
</entry>
<entry>
<title>py.mk: Assume we want all C source files in ulab</title>
<updated>2020-06-01T13:26:23+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-06-01T13:26:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f211a090e297a71a8a512487aa8a2051caecdc95'/>
<id>urn:sha1:f211a090e297a71a8a512487aa8a2051caecdc95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py.mk: Assume we want all C files from ulab</title>
<updated>2020-06-01T13:20:23+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-06-01T13:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1cc281b6a49ab4021be92fed7c2975c9d0fa9697'/>
<id>urn:sha1:1cc281b6a49ab4021be92fed7c2975c9d0fa9697</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'adafruit/master' into ringbuf-fixes</title>
<updated>2020-04-30T02:11:22+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-04-30T02:11:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=180f5c6a94a04228fdbac20fe0661c85827ac3c0'/>
<id>urn:sha1:180f5c6a94a04228fdbac20fe0661c85827ac3c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ulab: actually update the submodule</title>
<updated>2020-04-26T15:12:56+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-04-26T15:12:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c016ea6f0a090663f96dc84c430ff7ab722e4096'/>
<id>urn:sha1:c016ea6f0a090663f96dc84c430ff7ab722e4096</id>
<content type='text'>
PR#2802 missed the submodule update itself.
</content>
</entry>
<entry>
<title>further ringbuf cleanup</title>
<updated>2020-04-21T21:38:20+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-04-21T21:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=38ec3bc57476c6fde45cd7d722370a5408fd8e10'/>
<id>urn:sha1:38ec3bc57476c6fde45cd7d722370a5408fd8e10</id>
<content type='text'>
</content>
</entry>
</feed>
