summaryrefslogtreecommitdiff
path: root/utils/atj2137/adfuload/test_binary/timer_irq (follow)
Commit message (Collapse)AuthorAge
* atj213x: various fixes in sample code snippetsMarcin Bukat2014-03-04
| | | | Change-Id: I78781e1a56cb6705d011ee2296f1789b497a566a
* atj213x: rework crt0.S in test codeMarcin Bukat2014-02-14
| | | | | | | Rework init code so relocation is safe for binaries linked into cached unmapped KSEG0 region. Change-Id: I705ee3f0334f8998237f249a2c3059d6dbe78a43
* atj213x: Simple test exploring irq handlingMarcin Bukat2014-02-09
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