micropython/stmhal
Dave Hylands f380904bd9 stmhal: Print exception information in nlr_jump_failed
Currently nlr_jump_fail prints that there was an uncaught exception
but nothing about the exception.
This patch causes nlr_jump_failed to try to print the exception.
Given that printf was called on the line above, I think that
the call to mp_obj_print_exception has about as much likelyhood
of succeeding as the printf does.
2015-12-07 17:21:51 +00:00
..
boards stmhal: Add option to free up TIM3 from USB VCP polling. 2015-12-04 14:07:15 +00:00
cmsis
hal
usbdev
usbhost
.gitignore
Makefile stmhal: Allow make DEBUG=1 to build 2015-11-26 00:04:34 +00:00
accel.c
accel.h
adc.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
adc.h
autoflash
bufhelper.c
bufhelper.h
can.c stmhal/can: Fix a bug in filter handling. 2015-11-02 23:09:49 +00:00
can.h
dac.c stmhal: Put all DMA channel & stream definitions in dma.h 2015-12-02 22:55:57 +00:00
dac.h
diskio.c extmod: Move fsusermount.c from stmhal for cross-port reuse. 2015-11-25 13:19:36 +02:00
dma.c stmhal: On SysTick IRQ, only process one DMA channel at a time. 2015-11-24 15:44:16 +00:00
dma.h stmhal: Put all DMA channel & stream definitions in dma.h 2015-12-02 22:55:57 +00:00
extint.c stmhal: Add symbolic #defines for interrupt levels in irq.h. 2015-11-01 23:23:39 +00:00
extint.h
ffconf.c extmod: Move fsusermount.c from stmhal for cross-port reuse. 2015-11-25 13:19:36 +02:00
file.c
file.h
flash.c stmhal: Add support for the STM32F429I-DISCO kit by STMicro. 2015-11-25 23:53:26 +00:00
flash.h
font_petme128_8x8.h
gccollect.c
gccollect.h
gchelper.s
help.c
i2c.c stmhal: Put all DMA channel & stream definitions in dma.h 2015-12-02 22:55:57 +00:00
i2c.h
import.c
input.c
irq.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
irq.h stmhal: Only use BASEPRI irq stuff if Cortex is M3 or higher. 2015-12-04 12:13:12 +00:00
lcd.c
lcd.h
led.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
led.h
lexerfatfs.c
main.c stmhal: Print exception information in nlr_jump_failed 2015-12-07 17:21:51 +00:00
make-stmconst.py stmhal: Add missing regex property for parsing header comments 2015-11-06 23:32:55 +00:00
memory.h
modmachine.c stmhal: Fix unused variables when HW_CLK_LAST_FREQ not defined. 2015-11-23 23:52:09 +00:00
modmachine.h
modnetwork.c
modnetwork.h
modnwcc3k.c
modnwwiznet5k.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
modpyb.c extmod: Move fsusermount.c from stmhal for cross-port reuse. 2015-11-25 13:19:36 +02:00
modstm.c stmhal: Make stm.mem* support large integers. 2015-11-26 22:19:42 +00:00
moduos.c extmod: Move fsusermount.c from stmhal for cross-port reuse. 2015-11-25 13:19:36 +02:00
moduselect.c stmhal/moduselect: Expose POLLIN/OUT/ERR/HUP constants. 2015-11-09 22:10:31 +02:00
modusocket.c
modutime.c stmhal: Implement delayed RTC initialization with LSI fallback. 2015-11-23 23:23:07 +00:00
mpconfigport.h extmod/fsusermount: Make configurable with MICROPY_FSUSERMOUNT. 2015-11-25 13:19:36 +02:00
mpconfigport.mk
mphalport.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
mphalport.h all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
pendsv.c stmhal: Add symbolic #defines for interrupt levels in irq.h. 2015-11-01 23:23:39 +00:00
pendsv.h
pin.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
pin.h
pin_defs_stmhal.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
pin_defs_stmhal.h
pin_named_pins.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
portmodules.h
pybcdc.inf_template
pybioctl.h stmhal/moduselect: Expose POLLIN/OUT/ERR/HUP constants. 2015-11-09 22:10:31 +02:00
pybstdio.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
qstrdefsport.h stmhal/moduselect: Expose POLLIN/OUT/ERR/HUP constants. 2015-11-09 22:10:31 +02:00
rng.c
rng.h
rtc.c stmhal: Add rtc.init() method to force RTC to re-initialise. 2015-12-04 12:05:05 +00:00
rtc.h stmhal: Add rtc.init() method to force RTC to re-initialise. 2015-12-04 12:05:05 +00:00
sdcard.c stmhal: Protect SD card DMA transactions against USB MSC contention. 2015-12-04 11:39:21 +00:00
sdcard.h
servo.c
servo.h
spi.c stmhal: Put all DMA channel & stream definitions in dma.h 2015-12-02 22:55:57 +00:00
spi.h
startup_stm32.S
stm32_it.c stmhal: Add option to free up TIM3 from USB VCP polling. 2015-12-04 14:07:15 +00:00
stm32_it.h stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all. 2015-11-26 16:17:26 +00:00
storage.c stmhal: Add support for the STM32F429I-DISCO kit by STMicro. 2015-11-25 23:53:26 +00:00
storage.h stmhal: Process storage idle tick handler in different slot to DMA. 2015-11-24 16:57:13 +00:00
system_stm32.c stmhal: Implement delayed RTC initialization with LSI fallback. 2015-11-23 23:23:07 +00:00
systick.c
systick.h
timer.c stmhal: Add option to free up TIM3 from USB VCP polling. 2015-12-04 14:07:15 +00:00
timer.h
uart.c stmhal: Fix uart off by 1 circular buffer size. 2015-12-04 22:20:47 +00:00
uart.h stmhal: uart.any() function now returns number of bytes available. 2015-11-30 13:07:20 +00:00
usb.c
usb.h
usbd_cdc_interface.c
usbd_cdc_interface.h
usbd_conf.c stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all. 2015-11-26 16:17:26 +00:00
usbd_conf.h
usbd_desc.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
usbd_desc.h
usbd_msc_storage.c
usbd_msc_storage.h
usrsw.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
usrsw.h