Try using the latest from GitHub now, and put in TIM1/etc rather than just TIM.
TIM1
eg for STM32F4 TIM1 you now get:
var TIM1 = { "a": { "CR1": 1073807360, "CR2": 1073807364, "SMCR": 1073807368, "DIER": 1073807372, "SR": 1073807376, "EGR": 1073807380, "CCMR1": 1073807384, "CCMR2": 1073807388, "CCER": 1073807392, "CNT": 1073807396, "PSC": 1073807400, "ARR": 1073807404, "RCR": 1073807408, "CCR1": 1073807412, "CCR2": 1073807416, "CCR3": 1073807420, "CCR4": 1073807424, "BDTR": 1073807428, "DCR": 1073807432, "DMAR": 1073807436, "OR": 1073807440 }, "f": {} };
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Try using the latest from GitHub now, and put in
TIM1
/etc rather than just TIM.eg for STM32F4 TIM1 you now get: