aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/modpyb.c
AgeCommit message (Expand)Author
2020-06-22stm32/irq: Clean up irq.h so it does not depend on core uPy defines.Damien George
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-12-28lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it.Yonatan Goldschmidt
2019-10-18stm32/accel: Add support for KXTJ3.Frederic.Pierson
2019-08-15stm32/modpyb: Support building with PY_PYB_LEGACY on and HW_USB_HID off.Damien George
2019-07-16stm32/usb: Add config options to disable USB MSC and/or HID.Damien George
2019-06-03stm32/modpyb: Add pyb.country() function to set the country.Damien George
2019-04-01stm32: Add support for MMC driver, exposed via pyb.MMCard class.Damien George
2019-04-01stm32: Rename MICROPY_HW_HAS_SDCARD to MICROPY_HW_ENABLE_SDCARD.Damien George
2019-01-27stm32: Implement machine.lightsleep().Damien George
2018-07-08stm32: Support compiling with object representation D.Damien George
2018-05-14stm32/modpyb: Remove unused includes and clean up comments.Damien George
2018-05-14stm32/pyb_i2c: Put pyb.I2C under MICROPY_PY_PYB_LEGACY setting.Damien George
2018-05-14stm32/modpyb: Introduce MICROPY_PY_PYB_LEGACY config option for pyb mod.Damien George
2018-04-23stm32/uart: Allow ctrl-C to work with UARTs put on REPL via os.dupterm.Damien George
2018-02-22stm32: Add board config option to enable/disable the ADC.Damien George
2018-02-13stm32: Introduce MICROPY_HW_ENABLE_USB and clean up USB config.Damien George
2018-01-31stm32: Add support for DHT11/DHT22 sensors.Damien George
2017-12-22stm32: Allow to build a board without any hardware I2C ports defined.Damien George
2017-10-19stm32: Make uos.dupterm() conform to specs by using extmod version.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George