micropython/ports
iabdalkader cb2b210d45 stm32/adc: Update ADC driver to work with the new H7 HAL.
Use NB_TO_CHANNEL to map decimal numbers to channel numbers.  And use the
correct rank to initialize channels (ADC_REGULAR_RANK_1).
2019-10-15 22:03:54 +11:00
..
bare-arm bare-arm, minimal: Set CSUPEROPT=-Os to get minimal firmware size. 2019-09-17 11:43:52 +10:00
cc3200 ports: Provide mp_hal_stdio_poll for sys.stdio polling where needed. 2019-07-01 17:10:12 +10:00
esp32 esp32: Convert to use FROZEN_MANIFEST to specify frozen code. 2019-10-15 21:37:02 +11:00
esp8266 esp8266: Convert to use FROZEN_MANIFEST to specify frozen code. 2019-10-15 21:36:02 +11:00
javascript py: Add global default_emit_opt variable to make emit kind persistent. 2019-08-28 12:47:58 +10:00
minimal minimal/frozentest.mpy: Recompile now that mpy format changed. 2019-10-15 16:58:58 +11:00
nrf ports: Add new make target "submodules" which inits required modules. 2019-10-15 17:14:41 +11:00
pic16bit ports: Provide mp_hal_stdio_poll for sys.stdio polling where needed. 2019-07-01 17:10:12 +10:00
qemu-arm qemu-arm: Convert to use FROZEN_MANIFEST to specify frozen code. 2019-10-15 21:36:55 +11:00
samd ports: Add new make target "submodules" which inits required modules. 2019-10-15 17:14:41 +11:00
stm32 stm32/adc: Update ADC driver to work with the new H7 HAL. 2019-10-15 22:03:54 +11:00
teensy ports: Provide mp_hal_stdio_poll for sys.stdio polling where needed. 2019-07-01 17:10:12 +10:00
unix unix: Convert to use FROZEN_MANIFEST to specify frozen code. 2019-10-15 21:35:27 +11:00
windows mpy-cross,windows: Add msvc build of mpy-cross. 2019-09-18 22:16:36 +10:00
zephyr zephyr: Switch back to enabling I2C in board-specific configs. 2019-05-24 15:33:02 +10:00