summaryrefslogtreecommitdiff
path: root/board/keyborg
Commit message (Expand)AuthorAgeFilesLines
* zinger: keyborg: fix runtime bug with task_wait_event()Alec Berg2014-08-221-1/+1
* Makefile: Add support for per-board symlinks to top levelAnton Staaf2014-07-301-0/+1
* better unhandled exception panic without runtimeVincent Palatin2014-07-031-0/+7
* Keyborg: implement methods needed for touch wakeVic Yang2014-06-198-3/+154
* IRQ list support for enabling specific IRQs without common runtimeVic Yang2014-06-193-4/+17
* Keyborg: improve async slave responseVic Yang2014-06-152-10/+28
* Keyborg: remove unneeded 64-bit integer operationVic Yang2014-06-131-2/+2
* Keyborg: always send max size packet on slave responseVic Yang2014-06-132-19/+26
* Keyborg: disable fast scan at compile time instead of run timeVic Yang2014-06-131-16/+9
* Keyborg: implement system rebootVic Yang2014-06-123-1/+27
* Keyborg: add debug info on sync failureVic Yang2014-06-122-2/+6
* Keyborg: improve error recoveryVic Yang2014-06-123-28/+56
* Keyborg: fix incorrect column driving in fast scanningVic Yang2014-06-111-5/+10
* Emit error when board.h or config_chip.h is included before config.hVic Yang2014-06-114-4/+1
* Keyborg: fix a bug in fast scan modeVic Yang2014-06-111-1/+1
* Keyborg: options to turn on/off fast scan modeVic Yang2014-05-312-0/+13
* Keyborg: provide options on data encoding/printing styleVic Yang2014-05-314-1/+95
* Keyborg: improve panel dischargeVic Yang2014-05-301-2/+18
* Keyborg: show version on bootVic Yang2014-05-281-1/+8
* Keyborg: handle ADC overflowVic Yang2014-05-282-11/+14
* Keyborg: implement fast scan modeVic Yang2014-05-232-14/+97
* Keyborg: fix a bug in task_wait_event()Vic Yang2014-05-211-4/+3
* Keyborg: do not trim response before sending back to masterVic Yang2014-05-211-9/+3
* Keyborg: make a copy of response before transmittingVic Yang2014-05-211-5/+7
* Keyborg: fix ADC timing and increase sampling rateVic Yang2014-05-212-10/+9
* Keyborg: Switch to HSEVic Yang2014-05-211-9/+9
* Keyborg: fix bug in slave data processingVic Yang2014-05-211-2/+9
* Keyborg: encode the scanned heat map to fit into RAMVic Yang2014-05-184-22/+143
* Keyborg: Fix column orderingVic (Chun-Ju) Yang2014-04-301-10/+10
* Keyborg: Disable SWD portsVic (Chun-Ju) Yang2014-04-302-4/+7
* Keyborg: Refine master slave identificationVic (Chun-Ju) Yang2014-04-302-8/+29
* Keyborg: implement matrix scanningVic (Chun-Ju) Yang2014-04-307-3/+456
* Keyborg: increase UART baud rate to 38400Vic (Chun-Ju) Yang2014-04-241-3/+3
* Keyborg: chip-to-chip SPI communicationVic (Chun-Ju) Yang2014-04-245-12/+579
* Keyborg: Implement master/slave identificationVic (Chun-Ju) Yang2014-04-245-3/+170
* Add STM32TS60 supportVic (Chun-Ju) Yang2014-04-208-0/+443