arch.{arc,mips}: add explicit trailing padding fie...
by Hector Martin 6 years 6 months
arch.{arc,mips}: add explicit trailing padding fields to structures.
18224141
support.bits: rewrite Bitfield around bitarray ins...
by Hector Martin 6 years 6 months
support.bits: rewrite Bitfield around bitarray instead of ctypes.
7c4be815
protocol.sfdp: update references.
by whitequark 6 years 6 months
ba3e3308
Update CONTRIBUTING to require uploads to Glasgow ...
by whitequark 6 years 6 months
Update CONTRIBUTING to require uploads to Glasgow Archive.
3792701e
Update repository paths after migrating to a GitHu...
by whitequark 6 years 6 months
Update repository paths after migrating to a GitHub organization.
4914571e
Permanently archive all referenced documentation.
by whitequark 6 years 6 months
f44967bc
applet.sensor.bmp280: update BMP280 datasheet URL.
by rvolgers 6 years 6 months
5ae5dcd3
applet: sort out required=True in add_subparsers()...
by whitequark 6 years 6 months
applet: sort out required=True in add_subparsers().

In code that uses add_subparsers to choose an interact operation,
where not specifying an operation argument would not perform any
action at all (as opposed to some identification action), ideally,
required=True should be added. However, this is only available on
Python 3.7, so we can't use it just yet.
257197ee
revC1: fix ugliness in user LED schematic section
by Hector Martin 6 years 6 months
b209775e
applet.memory.24x: explain page sizes.
by whitequark 6 years 6 months
a5cbd1a7
Report a bug