Commit Graph

  • 649d3371a8 crypto: add initial Crypto module with AESCipher crypto-aes Sean Cross 2020-04-14 11:18:45 +0800
  • 51dbe9109f
    Merge pull request #2797 from jepler/fix-2792 Scott Shawcroft 2020-04-21 12:30:32 -0700
  • 507e17fbf1 displayio: Fix "bus type" problem introduced at 8cba145c90 Jeff Epler 2020-04-21 13:46:03 -0500
  • ff9e388910
    Merge pull request #2789 from simmel-project/nrf52833 Scott Shawcroft 2020-04-21 11:33:36 -0700
  • 23b697476b nrf: add simmel board simmel Sean Cross 2020-04-19 15:08:42 +0800
  • a38a80fce3 nrf: bleio: parameterize softradio configuration Sean Cross 2020-04-21 11:28:36 +0800
  • 0eeb57b934 nrf: mpconfigport: support configuration of various sizes Sean Cross 2020-04-21 11:13:58 +0800
  • 5d5f468c02 nrf: mpconfigport: subtract config size from firmware size Sean Cross 2020-04-21 11:09:43 +0800
  • 3289d33068 nrf: add support for nrf52833 Sean Cross 2020-04-17 10:35:33 +0800
  • c04e6d6f52 nrf: bleio: parameterize softradio configuration Sean Cross 2020-04-21 11:28:36 +0800
  • 3537ad4059 nrf: mpconfigport: support configuration of various sizes Sean Cross 2020-04-21 11:13:58 +0800
  • 33720af0c6 nrf: mpconfigport: subtract config size from firmware size Sean Cross 2020-04-21 11:09:43 +0800
  • 3ed5b87b8f nrf: add support for nrf52833 Sean Cross 2020-04-17 10:35:33 +0800
  • 4ad1cbeea3 nrf: make rgbmatrix and framebufferio optional Sean Cross 2020-04-21 10:02:24 +0800
  • 066f486b28 nrf: supervisor: support building without BUSIO Sean Cross 2020-04-19 13:53:51 +0800
  • ac9d336f40 nrf: make neopixel support optional Sean Cross 2020-04-17 10:36:26 +0800
  • 05b5356acc external_flash: add support for mx25r1635f Sean Cross 2020-04-17 10:37:46 +0800
  • a4d86b96fd
    Merge pull request #2777 from pewpew-game/master Scott Shawcroft 2020-04-20 15:25:29 -0700
  • 2c92befae1
    Merge pull request #2788 from k0d/nulceo_f767_flash_bugfix hierophect 2020-04-20 16:06:02 -0400
  • 506f340c7d STM32: f767: Fixes linker settings. Mark Olsson 2020-04-20 17:55:08 +0200
  • 276241b962
    Merge pull request #2775 from jepler/rgbmatrix Jeff Epler 2020-04-20 07:09:12 -0500
  • 898c09c35e RGBMatrix: nonessential change to kick Actions Jeff Epler 2020-04-19 09:10:08 -0500
  • b4c1b355bb make translate Jeff Epler 2020-04-17 18:44:35 -0500
  • 9bfe6b7197 framebufferio: update copyright information Jeff Epler 2020-04-17 08:16:56 -0500
  • 8c455f24bf RGBMatrix: this comment no longer describes the code Jeff Epler 2020-04-16 12:40:17 -0500
  • 37cb6bafa8 RGBMatrix: documentation got behind the code Jeff Epler 2020-04-16 12:39:54 -0500
  • 5fcc6d6286 RGBMatrix: finish renaming from Protomatter Jeff Epler 2020-04-15 15:01:24 -0500
  • 1b478bbae6 RGBMatrix: remove unneeded properties Jeff Epler 2020-04-15 12:29:41 -0500
  • 57ce2d1f41 framebufferio: get width, etc., from protocol, not object property Jeff Epler 2020-04-15 12:29:32 -0500
  • 3d6258f63d Rename Protomatter -> RGBMatrix Jeff Epler 2020-04-15 11:22:16 -0500
  • 64c3968a2e protomatter: move get_width/height to common_hal Jeff Epler 2020-04-15 10:19:33 -0500
  • 545b6e560a fix doc build Jeff Epler 2020-04-15 10:00:07 -0500
  • 1a91a75b9c framebufferio: get more properties direct from underlying framebuffer Jeff Epler 2020-04-15 09:29:59 -0500
  • a32337718d Rename _protomatter -> protomatter Jeff Epler 2020-04-15 09:21:04 -0500
  • d1ff23e004 framebufferio: get width, height from framebuffer properties Jeff Epler 2020-04-15 09:13:02 -0500
  • d2aac7a754 Protomatter: add width, height properties Jeff Epler 2020-04-15 09:12:40 -0500
  • 1a71c8c515
    Merge pull request #2735 from hierophect/stm32x7-setup hierophect 2020-04-17 13:02:09 -0400
  • 43022d8294 Add copyrights to pewpew m4 and ugame board.c Radomir Dopieralski 2020-04-17 09:50:11 +0200
  • 669ac3f7f2
    Merge pull request #2768 from xobs/litex-full-build Scott Shawcroft 2020-04-16 15:31:28 -0700
  • 9e49fc13f4 startup file crash fix, H7 bin fix Lucian Copeland 2020-04-16 14:53:52 -0400
  • 5b0d9bdeb0
    Update copyright to bump the CI Scott Shawcroft 2020-04-16 14:21:26 -0700
  • f7e8987929 Bump circuitpython-stage to 1.0.11 to fix audio problems Radomir Dopieralski 2020-04-16 13:56:03 +0200
  • 61f777c9c6 litex: enable binascii and ujson modules Sean Cross 2020-04-14 12:55:37 +0800
  • bb527ac9ea litex: disable minimal build Sean Cross 2020-04-14 11:06:32 +0800
  • db3933429a litex: add os module Sean Cross 2020-04-14 11:11:09 +0800
  • 6885ffc9af litex: mphalport: add fake mp_hal_delay_us Sean Cross 2020-04-14 11:07:53 +0800
  • f39ca6052e Fix RGB/BGR colors in Stage Radomir Dopieralski 2020-04-15 23:41:38 +0200
  • 00b2e6a1db Fix korea translation error, minor submodule change Lucian Copeland 2020-04-15 12:25:13 -0400
  • a1451aae51 Correct submodule desync Lucian Copeland 2020-04-15 11:32:50 -0400
  • 54abfc2e8b translations-merge Lucian Copeland 2020-04-15 10:29:05 -0400
  • 0f87a75f4f translations Lucian Copeland 2020-04-15 10:24:51 -0400
  • 6427994b14 Implement requested changes Lucian Copeland 2020-04-15 10:18:09 -0400
  • ae549fc9da
    Merge pull request #2772 from adafruit/tannewt-patch-1 Dan Halbert 2020-04-14 22:08:49 -0400
  • 11d6e177c0
    Fix my discord username Dan Halbert 2020-04-14 19:56:36 -0400
  • 7ed1483b89
    Merge pull request #2706 from jepler/protomatter Jeff Epler 2020-04-14 18:55:40 -0500
  • ebd98bfc7b
    Update to the Adafruit Community Code of Conduct Scott Shawcroft 2020-04-14 16:50:08 -0700
  • 3c018bf7fd make translate Jeff Epler 2020-04-14 18:25:21 -0500
  • d8362ef654 displayio: swap colors in palettes too Jeff Epler 2020-04-14 17:34:53 -0500
  • 0ce9c008c5 Protomatter: Make all arguments kw-only, add rgb count and optional height checking Jeff Epler 2020-04-14 10:02:08 -0500
  • 880fff80e9 protomatter: Respond to review comments Jeff Epler 2020-04-13 08:51:35 -0500
  • 5d328c3b44 protomatter: clarify by comment why these functions exist Jeff Epler 2020-04-10 09:07:16 -0500
  • ba20bc8b43 framebufferio: move backlight down to the underlying framebuffer Jeff Epler 2020-04-10 09:07:06 -0500
  • 129c6369cf protomatter: code style Jeff Epler 2020-04-10 08:45:42 -0500
  • 4a05e938ed protomatter: validate pins to give better error message Jeff Epler 2020-04-10 08:45:37 -0500
  • e4c6b241a9 protomatter: Use low end of supervisor heap Jeff Epler 2020-04-09 09:11:55 -0500
  • 9019710a1e protomatter: improve an error message Jeff Epler 2020-04-09 09:11:37 -0500
  • b1fab1cdac Make stripping circuitpython optional, not the default Jeff Epler 2020-04-09 09:10:09 -0500
  • 5dae23c0e7 protomatter: release the protomatter object during release_displays() Jeff Epler 2020-04-07 11:19:47 -0500
  • 0ca270172f protomatter: allocator: Never supervisor-alloc while gc available Jeff Epler 2020-04-07 11:19:24 -0500
  • 23bced26da samd: actually disable protomatter timer Jeff Epler 2020-04-07 11:18:57 -0500
  • baf04b7738 FramebufferDisplay: remove probably not needed constructor arguments Jeff Epler 2020-04-03 10:59:06 -0500
  • 50219862e1 protomatter: make docstring match implementation Jeff Epler 2020-04-03 10:54:15 -0500
  • a663a7dd30 _protomatter: move get/set paused into shared-module Jeff Epler 2020-04-03 10:52:50 -0500
  • caea4e010f deinit: Work harder to ensure storage is released at deinit Jeff Epler 2020-04-03 10:55:14 -0500
  • 5fcba97a51 Make function name more descriptive Jeff Epler 2020-04-03 10:50:12 -0500
  • 89eb45a13c use floor division in docstring Jeff Epler 2020-04-02 14:22:08 -0500
  • 759fdffda5 Update ports/atmel-samd/boards/pyportal_titano/board.c Jeff Epler 2020-04-01 20:08:01 -0500
  • 1f3821220e fix build for non-displayio & non-protomatter targets Jeff Epler 2020-04-01 16:10:19 -0500
  • 3a94412cd3 protomatter: more memory allocation fixes Jeff Epler 2020-04-01 11:59:15 -0500
  • 1d8a073c05 nrf: protomatter port Jeff Epler 2020-04-01 11:57:52 -0500
  • 09dc46a984 Add Protomatter and FramebufferDisplay Jeff Epler 2020-03-10 13:12:01 -0500
  • a51d4f7a45 pycubed: add trailing newline to file Jeff Epler 2020-03-31 13:32:32 -0500
  • 094fe05bdd allow retrieving info about a supervisor allocation Jeff Epler 2020-03-25 13:40:48 -0500
  • 8cba145c90 displayio: implement, use allocate_new_display_bus_or_raise Jeff Epler 2020-03-30 10:47:14 -0500
  • 6378d600c4 displayio: implement, use allocate_display_or_raise Jeff Epler 2020-03-28 10:34:18 -0500
  • ada102dd98
    Merge pull request #2767 from jepler/update-ulab Scott Shawcroft 2020-04-14 15:59:33 -0700
  • 135fb5b887 py.mk: update warning flags needed for ulab Jeff Epler 2020-04-14 10:08:07 -0500
  • e063b066f0
    Merge pull request #2756 from caternuson/bitmap_fill Scott Shawcroft 2020-04-14 12:54:44 -0700
  • cc21bed0e4 ulab: Get updates from upstream Jeff Epler 2020-04-13 16:03:35 -0500
  • 693928d201 doc updates Jeff Epler 2020-04-13 20:10:02 -0500
  • db01f88cc3 enable MICROPY_PY_REVERSE_SPECIAL_METHODS where ulab is enabled Jeff Epler 2020-04-13 19:58:52 -0500
  • d19700e975 make translate Jeff Epler 2020-04-13 17:17:51 -0500
  • d1a2a1a333 test requires yield, can't run native Jeff Epler 2020-04-13 16:18:42 -0500
  • ca97964701 ulab: Get updates from upstream Jeff Epler 2020-04-13 16:03:35 -0500
  • a9fb34eb93 make packed word and copy it in caternuson 2020-04-13 16:48:27 -0700
  • 83a55f65a4 Implement cache-based reads Lucian Copeland 2020-04-13 15:14:38 -0400
  • 426d2afe28 Fix pin mapping for the H7 Nucleo Lucian Copeland 2020-04-13 14:36:49 -0400
  • 1f17bdb4ff
    Merge pull request #2765 from jepler/checkout-v2-subomdules Dan Halbert 2020-04-13 14:01:13 -0400
  • 6227e63cc5 Merge remote-tracking branch 'upstream/master' into stm32x7-setup Lucian Copeland 2020-04-13 12:03:56 -0400
  • 5ac38c95cc Various requested fixes Lucian Copeland 2020-04-13 12:03:05 -0400