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
Age
Commit message (
Expand
)
Author
2019-09-06
stm32/machine_adc: Improve operation of ADC for H7, L4 and WB MCUs.
Damien George
2019-09-05
py/mkenv.mk: Add GDB variable.
Damien George
2019-09-05
nrf/boards: Add Particle Xenon board configuration (an nRF52840).
Jim Mussared
2019-09-05
nrf/Makefile: Add support for flashing with a Black Magic Probe.
Jim Mussared
2019-09-05
nrf/boards/make-pins.py: Fix gen of board pins to use correct index.
Jim Mussared
2019-09-05
nrf/machine/adc: Fix mapping of ADC channel to pin.
Damien George
2019-09-05
nrf/machine/adc: Allow to pass a Pin object in to ADC constructor.
Damien George
2019-09-05
nrf: Add ADC channel mapping to alt function table.
Damien George
2019-09-05
nrf/machine/adc: Add ADC.read_u16() method.
Damien George
2019-09-05
esp32/machine_adc: Add ADC.read_u16() method.
Damien George
2019-09-05
esp8266/machine_adc: Add read_u16 method and refactor.
Damien George
2019-09-04
esp8266/machine_adc: Rename pyb_adc_* to machine_adc_*.
Damien George
2019-09-04
stm32/machine_adc: Add machine.ADC class.
Damien George
2019-09-04
docs/library: Specify new machine.ADC class.
Damien George
2019-09-04
docs: Rename machine.ADC docs to machine.ADCWiPy.
Damien George
2019-09-04
stm32/powerctrl: Fix machine.bootloader() for L0 MCUs.
Jim Mussared
2019-09-03
stm32/dma: Fix DMA config for L0 MCUs.
Jim Mussared
2019-09-03
windows/msvc: Treat compiler warnings as errors.
stijn
2019-09-03
docs/library/pyb.DAC.rst: Correct frequency for triangle mode output.
Jim Mussared
2019-09-03
esp32/Makefile: Fix subst->patsubst in ESPIDF_BOOTLOADER_SUPPORT_O.
Jim Mussared
2019-09-02
py/bc: Fix size calculation of UNWIND_JUMP opcode in mp_opcode_format.
Damien George
2019-09-02
py/binary: Change mp_uint_t to size_t for index, size, align args.
Damien George
2019-09-02
py/modstruct: Fix struct.pack_into with unaligned offset of native type.
Damien George
2019-09-02
py/modstruct: Fix struct.unpack with unaligned offset of native type.
Tom McDermott
2019-08-31
py/objtuple: Allow compatible subclasses of tuple in mp_obj_tuple_get.
Jeff Epler
2019-08-30
travis: Add new job to test unix port with sys.settrace enabled.
Damien George
2019-08-30
tools/mpy-tool.py: Add initial support for frozen with settrace.
Damien George
2019-08-30
esp8266: Put new profile code in iROM.
Damien George
2019-08-30
py/profile: Add debugging for sys.settrace feature.
Milan Rossa
2019-08-30
tests: Add tests for sys.settrace feature.
Milan Rossa
2019-08-30
py: Integrate sys.settrace feature into the VM and runtime.
Milan Rossa
2019-08-30
py/profile: Add initial implementation of sys.settrace feature.
Milan Rossa
2019-08-30
py/bc: Factor out code to get bytecode line number info into new func.
Damien George
2019-08-30
py/compile: Improve the line numbering precision for lambdas.
Damien George
2019-08-29
stm32/stm32_it: Include correct EXTI interrupt handlers for L0 MCUs.
Damien George
2019-08-28
nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars.
Damien George
2019-08-28
esp32: Add 'config' function to network.LAN, reusing network.WLAN.
Eric Poulsen
2019-08-28
docs/reference/speed_python: Add missing self to var caching example.
Paul m. p. P
2019-08-28
stm32/extint: Fix EXTI mapping of PVD and RTC events for H7 MCUs.
iabdalkader
2019-08-28
tests: Split out test for optimisation level and line-no printing.
Damien George
2019-08-28
py: Add global default_emit_opt variable to make emit kind persistent.
Damien George
2019-08-28
mpy-cross/main: Only accept full emit cmdline options if native enabled.
Damien George
2019-08-28
unix/main: Only accept full emit cmd-line options if native enabled.
Damien George
2019-08-28
stm32/boards/PYBD_SF2: Exclude certain things when building mboot.
Damien George
2019-08-28
stm32/mboot/Makefile: Define "BUILDING_MBOOT" when building mboot.
Damien George
2019-08-28
stm32/mphalport: Put PYBD specific MAC code in board specific file.
Damien George
2019-08-28
py/vm: Don't add traceback info for exceptions that are re-raised.
Damien George
2019-08-28
py/vm: Don't add traceback info for exc's propagated through a finally.
Damien George
2019-08-27
py/py.mk: Remove trailing spaces at end of line.
Damien George
2019-08-22
extmod/crypto-algorithms: Add source to header and populate copyright.
Damien George
[next]