aboutsummaryrefslogtreecommitdiff
path: root/ports/samd
AgeCommit message (Expand)Author
2021-02-12samd/mphalport: Fix USB CDC tx handling to work reliably.Damien George
2021-02-12ports: Update to build with new tinyusb.Damien George
2021-02-04ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.Damien George
2020-10-17ports: Use correct in/out endpoint size in TUD_CDC_DESCRIPTOR.Damien George
2020-04-29all: Factor gchelper code to one place and use it for unix & ARM ports.Jim Mussared
2020-03-28all: Remove spaces inside and around parenthesis.Damien George
2020-03-11samd: Fix to build with latest tinyusb.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-28all: Add *FORMAT-OFF* in various places.Damien George
2020-02-07py/scheduler: Move clearing of kbd traceback to mp_keyboard_interrupt.Damien George
2020-02-07py/scheduler: Move mp_keyboard_interrupt from lib/utils to py core.Damien George
2020-02-07py/scheduler: Add "raise_exc" argument to mp_handle_pending.Damien George
2019-10-15ports: Add new make target "submodules" which inits required modules.Damien George
2019-08-20samd: Add minimum config for Atmel SAMD21-XPLAINED-PRO board.roland van straten
2019-08-16samd/boards: Add Mini SAM M4 board configuration.Jim Mussared
2019-08-16samd/boards: Add Adafruit Feather M0 Express board configuration.Jim Mussared
2019-08-16samd: Make common linker scripts, rename board.mk to mpconfigboard.mk.Jim Mussared
2019-07-02samd: Remove "makefile" file.Damien George
2019-07-01samd: Add new port to Microchip SAMDxx microcontrollers.Damien George