summaryrefslogtreecommitdiff
path: root/utils/atj2137/adfuload/test_binary/timer_irq (unfollow)
Commit message (Collapse)Author
2014-03-04atj213x: various fixes in sample code snippetsMarcin Bukat
Change-Id: I78781e1a56cb6705d011ee2296f1789b497a566a
2014-02-14atj213x: rework crt0.S in test codeMarcin Bukat
Rework init code so relocation is safe for binaries linked into cached unmapped KSEG0 region. Change-Id: I705ee3f0334f8998237f249a2c3059d6dbe78a43
2014-02-09atj213x: Simple test exploring irq handlingMarcin Bukat
This test software setups timer T0 periodic interrupt. In ISR it changes backlight level. The interrupt handler does not support nesting and the whole ISR is run in interrupt context. Exceptions are not handled yet. Change-Id: Idc5d622991c7257b4577448d8be08ddd1c24c745