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