circuitpython/ports/atmel-samd/common-hal
Scott Shawcroft bda3267432
Save flash space
* No weak link for modules. It only impacts _os and _time and is
  already disabled for non-full builds.
* Turn off PA00 and PA01 because they are the crystal on the Metro
  M0 Express.
* Change ejected default to false to move it to BSS. It is set on
  USB connection anyway.
* Set sinc_filter to const. Doesn't help flash but keeps it out of
  RAM.
2020-11-13 18:57:52 -08:00
..
_pew atmel-samd: Add support for SAM E54 family MCUs 2020-06-23 10:41:48 -05:00
analogio samd: AnalogOut: Better handle boards which IGNOREd analog pins 2020-10-17 20:08:32 -05:00
audiobusio Save flash space 2020-11-13 18:57:52 -08:00
audioio atmel-samd: Add support for SAM E54 family MCUs 2020-06-23 10:41:48 -05:00
board Add license to some obvious files. 2020-07-06 19:16:25 +01:00
busio samd: SPI: improve conditional code 2020-09-17 18:30:22 -05:00
canio canio: remove unused fields 2020-10-06 20:14:50 -05:00
countio Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
digitalio Update digitalio api for other ports 2020-05-20 09:23:42 -07:00
displayio Update parallel bus signatures 2020-11-13 18:57:52 -08:00
frequencyio supervisor: factor supervisor_background_tasks from sundry ports 2020-07-15 11:49:44 -05:00
i2cperipheral I2CPeripheral: Rename class and its module 2020-06-25 11:44:19 -05:00
microcontroller samd: extend IGNORE_PIN_foo to all sam e5x/e5x pins 2020-10-17 20:08:32 -05:00
neopixel_write atmel-samd: add same51, feather_m4_can 2020-09-08 13:06:45 -05:00
nvm wip 2020-01-03 10:24:07 -05:00
os atmel-samd: Add support for SAM E54 family MCUs 2020-06-23 10:41:48 -05:00
ps2io Initial work on SAMD 2020-03-13 11:16:41 -07:00
pulseio Finer grained, per port tick locking 2020-10-12 18:43:21 -07:00
pwmio Split pulseio.PWMOut into pwmio 2020-08-18 13:08:33 -07:00
rgbmatrix RGBMatrix: finish renaming from Protomatter 2020-04-17 18:44:07 -05:00
rotaryio typo in IncrementalEncoder.c 2019-08-20 16:23:17 -04:00
rtc Combine similar strings to reduce size of translations 2020-08-04 13:34:29 -05:00
sdioio samd: move mcu_find_pin_function to header 2020-09-21 16:44:07 -05:00
supervisor Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
touchio fix up SAMD21 sleep 2020-03-17 12:10:35 -07:00