summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/abb
AgeCommit message (Collapse)AuthorFilesLines
2012-02-07firmware: Turn off FIQ, when waiting for power button to be releasedAndreas Eversberg1-0/+8
2012-01-28Hold function for power button to turn off the phoneAndreas Eversberg1-7/+4
In order to allow applications to use the power button, the keypad handler will wait half a second if the key is pressed and hold, until the power is turned off. This way the application does not need to handle it. The power off function will then wait until the button is released, so the phone will not start again while the button is still pressed.
2011-08-30fw/abb/twl3025: handle interrupt on powerbutton pressSteve Markgraf1-0/+7
Since the powerbutton on the Pirelli DP-L10 doesn't seem to be connected to the keypad scan matrix at all, we're using Iota's PWON interrupt to determine if the powerbutton has been pressed, and power off the phone after it has been released again. This also affects the Compal phones, since the interrupt happens quite some time before the keypad driver notices the keypress. The code in the keypad driver that has been used so far to power off the phone will remain as a backup when running without interrupts at all (e.g. the loader application). Signed-off-by: Steve Markgraf <steve@steve-m.de>
2010-03-01Uplink: Use TPU window driven modelHarald Welte1-1/+11
This means we can even send and receive in the same TDMA frame, provided we keep the usual 3 timeslot distance between DL and UL.
2010-03-01twl3025: fix typoHarald Welte1-1/+1
2010-03-01TWL3025: add default APC rampHarald Welte1-0/+20
2010-03-01TWL3025: Add uplink enable/disable functionHarald Welte1-0/+26
2010-02-23TWL3025: Ensure we don't perform downlink calibration too earlyHarald Welte1-1/+10
If we perform the downlink calibration too early, the TRF6151 might not yet provide a stable signal and we'll not be able to receive anything. From the desired "BDLENA" time, we subtract all the delays and latencies to determine the point in time at which the calibration process should start.
2010-02-18Initial import of OsmocomBB into git repositoryHarald Welte1-0/+291