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