summaryrefslogtreecommitdiff
path: root/board/hatch_fp
Commit message (Expand)AuthorAgeFilesLines
* test: Add always_memset to dartmonkey+bloonchipperCraig Hesling2022-10-031-0/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-1210-10/+10
* common: Conditionally support printf %l and %i modifiersBobby Casey2022-07-071-1/+1
* test: Add a test to check if the debugger is connectedTom Hughes2022-07-071-0/+1
* Move standard library tests to their own fileTom Hughes2022-07-071-0/+1
* board/hatch_fp/board.h: Format with clang-formatJack Rosenthal2022-06-281-15/+15
* tree: Files should end with single newlineTom Hughes2022-06-151-1/+1
* test/run_device_tests.py: Add private testsAndrea Grandi2022-04-081-0/+4
* test: Introduce panic data persistency testPatryk Duda2022-04-061-0/+1
* Revert "test/run_device_tests.py: Add private tests"Hsu Wei-Cheng2022-03-301-4/+0
* test/run_device_tests.py: Add private testsAndrea Grandi2022-03-301-0/+4
* test: Introduce system_is_locked unit testPatryk Duda2022-03-221-0/+1
* bloonchipper: Enable panic data structure size checkPatryk Duda2022-02-281-0/+6
* cortex-m: Introduce FPU interrupt handlerPatryk Duda2022-02-032-0/+2
* COIL: Update SPI references to controller/peripheralKeith Short2021-11-231-1/+3
* hatch_fp/board_rw: Reset FP_RST_ODL line to default on RW initPatryk Duda2021-09-161-0/+9
* hatch_fp/board: Define CONFIG_PANIC_STRIP_GPR in configPatryk Duda2021-09-161-0/+1
* hatch_fp/board: Set correct TIM_WATCHDOG for bloonchipperPatryk Duda2021-08-271-1/+1
* dartmonkey/bloonchipper: Disable low-power-idle in ROCraig Hesling2021-08-091-1/+4
* bloonchipper: Reintroduce sleep lines to ROCraig Hesling2021-08-097-81/+69
* Revert "bloonchipper: Reintroduce sleep lines to RO"Hsu Wei-Cheng2021-08-066-66/+81
* Revert "dartmonkey/bloonchipper: Disable low-power-idle in RO"Hsu Wei-Cheng2021-08-061-4/+1
* dartmonkey/bloonchipper: Disable low-power-idle in ROCraig Hesling2021-08-051-1/+4
* bloonchipper: Reintroduce sleep lines to ROCraig Hesling2021-08-056-81/+66
* hatch_fp/board_rw: Set DIVIDER_HIGHSIDE to 1 during board initPatryk Duda2021-07-262-1/+11
* hatch_fp/board_rw: Explicitly reset FP_RST_ODL to default on RW initPatryk Duda2021-07-161-0/+9
* COIL: Rename MODULE_SPI_MASTER to MODULE_SPI_CONTROLLERCaveh Jalali2021-06-032-2/+2
* COIL: Rename CONFIG_SPI_MASTER to CONFIG_SPI_CONTROLLERCaveh Jalali2021-06-031-1/+1
* config: Populate CONFIG_SUPPRESSED_HOST_COMMANDSGwendal Grignou2021-05-191-2/+0
* bloonchipper: Check if AP is on when processing HOOK_INIT hooksPatryk Duda2021-05-181-2/+6
* fingerprint: Add test that reads hwidKevin Shelton2021-05-081-0/+1
* dartmonkey,bloonchipper: Rename sleep lines to be more genericCraig Hesling2021-04-302-11/+17
* Revert "fpsensor: Support building firmware that works for both sensors"Tom Hughes2021-04-071-21/+0
* fpsensor: Support building firmware that works for both sensorsYicheng Li2021-04-021-0/+21
* fingerprint: Enable more on-device unit testsTom Hughes2021-02-161-0/+6
* bloonchipper: Refactor GPIOs to keep RO minimalTom Hughes2021-02-129-130/+200
* dartmonkey: Use SPI_SEL to configure fingerprint sensor SPITom Hughes2021-02-121-1/+1
* fpsensor: Move CONFIG_CMD_SPI_XFER to RWTom Hughes2021-01-291-1/+1
* fpsensor: Add FP sensor SPI detection logicTom Hughes2021-01-291-0/+5
* spi: Pass in spi_device as argument to spi_enable instead of portTom Hughes2021-01-281-1/+1
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-1/+1
* bloonchipper: Comment cleanupCraig Hesling2020-12-172-3/+2
* bloonchipper: enable low powerVincent Palatin2020-12-162-6/+21
* crc32: rename test crc32->crc to allow for crc8Jett Rink2020-11-131-1/+1
* Revert "crc32: rename test crc32->crc to allow for crc8"Jett Rink2020-11-111-1/+1
* crc32: rename test crc32->crc to allow for crc8Jett Rink2020-11-111-1/+1
* hatch_fp: Do not build rsa unittestYicheng Li2020-11-111-1/+2
* chip/stm32: Fix transport detection in RO.Tom Hughes2020-10-301-5/+5
* include/config.h: Replace CONFIG_FP_SENSOR with CONFIG_FINGERPRINT_MCUTom Hughes2020-10-301-0/+1
* test/fpsensor: Add test for checking protocol infoTom Hughes2020-10-301-1/+8