circuitpython/lib
Jeff Epler 1cdc91dce6 Update protomatter
This brings in the following, and updates us to the 1.0.4 release tag:

Submodule lib/protomatter 2a1ba8fa4..5f07ec618:
  > Bumping version for release
  > Merge pull request #21 from makermelissa/master
  > Merge pull request #20 from makermelissa/master
  > Merge pull request #18 from jepler/fix-cpy-3184
  > Merge pull request #14 from hierophect/cpy-timer-allocator

We previously had the _changes_ of jepler/fix-cpy-3184 and
hierophect/cpy-timer-allocator but not their merge commits.

The only other changes in protomatter were one formatting change in the
core, plus several Arduino sketches.  So this should make no practical
difference for CPy.
2020-10-03 13:21:58 -05:00
..
axtls@43a6e6bd3b WIP: complete manual inspection of all significant changes 2018-07-23 21:34:25 -04:00
berkeley-db-1.xx@35aaec4418 berkeley-db-1.xx: Update, allow to override MINCACHE, DEFPSIZE. 2017-09-10 13:51:51 +03:00
cmsis/inc lib/cmsis: upgrade CMSIS-CORE to V4.30 2016-09-30 16:19:03 +10:00
embed Two fixes and translate more strings. 2018-08-09 13:29:30 -07:00
libc Add license to some obvious files. 2020-07-06 19:16:25 +01:00
libffi@e9de7e35f2 lib/libffi: Add libffi as a submodule. 2015-10-17 15:52:35 +03:00
libm libm: rem_pio2: Reduce size of static array 2020-08-04 14:45:45 -05:00
libm_dbl Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
memzip Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
mp-readline Handle home, delete, & emacs key w/ utf-8 in repl 2020-08-19 23:25:20 -04:00
mp3@bc58a65496 lib/mp3: update to 1.2.2 release 2020-07-09 10:05:08 -05:00
netutils Add license to some obvious files. 2020-07-06 19:16:25 +01:00
nrfutil@9e7dfb28a5 update nrfutil to 0.5.2d with singlebank option 2018-05-17 15:20:07 +07:00
oofatfs Add license to some obvious files. 2020-07-06 19:16:25 +01:00
protomatter@5f07ec6188 Update protomatter 2020-10-03 13:21:58 -05:00
timeutils Add license to some obvious files. 2020-07-06 19:16:25 +01:00
tinytest Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
tinyusb@8b2c822557 Update TinyUSB to get MIDI SysEx fix 2020-09-25 12:23:31 -07:00
upytesthelper lib/upytesthelper: MicroPython test helper layer on top of tinytest. 2017-12-13 09:07:51 +02:00
utils pyexec: Handle a ctrl-c that comes in "very late" 2020-08-25 11:45:00 -05:00
uzlib@f966da0fab uzlib: Upgrade to uzlib v2.9 release 2018-09-09 20:22:25 -05:00
README.md lib: Add basic README. 2014-09-18 00:13:03 +01:00

README.md

This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.