micropython/ports
Francisco J. Manno f938e70c69 stm32: Add compile-time option to use HSI as clock source.
To use HSI instead of HSE define MICROPY_HW_CLK_USE_HSI as 1 in the board
configuration file.  The default is to use HSE.

HSI has been made the default for the NUCLEO_F401RE board to serve as an
example, and because early revisions of this board need a hardware
modification to get HSE working.
2019-03-05 15:49:08 +11:00
..
bare-arm py/objdict: Make .fromkeys() method configurable. 2018-12-13 01:20:55 +11:00
cc3200 cc3200/mpconfigport.h: Disable compiler optimisation of OrderedDict. 2019-03-01 15:24:29 +11:00
esp32 esp32/modnetwork: Fix wifi.isconnected to return False after disconnect. 2019-02-26 00:49:40 +11:00
esp8266 esp8266/modmachine: Call ets_event_poll after waiti in machine.idle. 2019-02-28 15:44:37 +11:00
minimal py/objdict: Make .fromkeys() method configurable. 2018-12-13 01:20:55 +11:00
nrf nrf/pwm: Remove superfluous NULL in machine_hard_pwm_instances. 2019-02-20 22:52:18 +01:00
pic16bit all: Change PYB message prefix to MPY. 2019-02-12 15:18:33 +11:00
qemu-arm qemu-arm: Use gchelper code to get registers for GC scanning. 2019-02-12 14:48:29 +11:00
stm32 stm32: Add compile-time option to use HSI as clock source. 2019-03-05 15:49:08 +11:00
teensy all: Change PYB message prefix to MPY. 2019-02-12 15:18:33 +11:00
unix unix/modffi: Eliminate unused-argument warning when debugging disabled. 2019-02-25 14:53:17 +11:00
windows windows: Remove remaining traces of old GNU readline support. 2018-12-15 13:54:55 +11:00
zephyr ports: Convert legacy uppercase macro names to lowercase. 2019-02-12 14:54:51 +11:00