micropython/tests/pyb
Damien George 27c149efe0 stmhal: Add pyb.fault_debug() function, to control hard-fault behaviour.
This new function controls what happens on a hard-fault:
- debugging disabled: board will do a reset
- debugging enabled: board will print registers and stack and flash LEDs

The default is disabled, ie to do a reset.  This is different to previous
behaviour which flashed the LEDs and waited indefinitely.
2017-02-06 13:22:17 +11:00
..
accel.py
accel.py.exp
adc.py
adc.py.exp
can.py
can.py.exp
dac.py
dac.py.exp
extint.py
extint.py.exp
halerror.py
halerror.py.exp
i2c.py
i2c.py.exp
i2c_error.py
i2c_error.py.exp
irq.py
irq.py.exp
led.py
led.py.exp
modstm.py
modstm.py.exp
modtime.py
modtime.py.exp
pin.py tests, pyb: Update pin test. 2014-08-08 22:38:58 +01:00
pin.py.exp
pyb1.py stmhal: Add pyb.fault_debug() function, to control hard-fault behaviour. 2017-02-06 13:22:17 +11:00
pyb1.py.exp
rtc.py
rtc.py.exp
servo.py
servo.py.exp
spi.py
spi.py.exp
switch.py
switch.py.exp
timer.py
timer.py.exp
timer_callback.py
timer_callback.py.exp
uart.py
uart.py.exp