summaryrefslogtreecommitdiff
path: root/chip/max32660
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-013-3/+3
* chip/max32660/uart_regs.h: Format with clang-formatJack Rosenthal2022-07-071-158/+190
* chip/max32660/pwrseq_regs.h: Format with clang-formatJack Rosenthal2022-07-071-27/+32
* chip/max32660/wdt_regs.h: Format with clang-formatJack Rosenthal2022-07-071-44/+54
* chip/max32660/flc_regs.h: Format with clang-formatJack Rosenthal2022-07-071-41/+50
* chip/max32660/tmr_regs.h: Format with clang-formatJack Rosenthal2022-07-071-50/+62
* chip/max32660/gpio_regs.h: Format with clang-formatJack Rosenthal2022-07-071-70/+86
* chip/max32660/gcr_regs.h: Format with clang-formatJack Rosenthal2022-07-071-606/+735
* chip/max32660/uart_regs.h: Format with clang-formatJack Rosenthal2022-07-011-414/+459
* chip/max32660/clock_chip.c: Format with clang-formatJack Rosenthal2022-07-011-3/+3
* chip/max32660/wdt_chip.c: Format with clang-formatJack Rosenthal2022-07-011-1/+1
* chip/max32660/gpio_chip.c: Format with clang-formatJack Rosenthal2022-07-011-13/+13
* chip/max32660/uart_chip.c: Format with clang-formatJack Rosenthal2022-07-011-17/+18
* chip/max32660/flash_chip.c: Format with clang-formatJack Rosenthal2022-07-011-7/+5
* chip/max32660/gpio_regs.h: Format with clang-formatJack Rosenthal2022-07-011-345/+358
* chip/max32660/icc_regs.h: Format with clang-formatJack Rosenthal2022-06-301-56/+54
* chip/max32660/config_chip.h: Format with clang-formatJack Rosenthal2022-06-301-1/+1
* chip/max32660/i2c_chip.c: Format with clang-formatJack Rosenthal2022-06-291-68/+75
* chip/max32660/tmr_regs.h: Format with clang-formatJack Rosenthal2022-06-291-138/+158
* chip/max32660/i2c_regs.h: Format with clang-formatJack Rosenthal2022-06-291-38/+38
* chip/max32660/registers.h: Format with clang-formatJack Rosenthal2022-06-291-8/+10
* chip/max32660/flc_regs.h: Format with clang-formatJack Rosenthal2022-06-281-119/+134
* chip/max32660/hwtimer_chip.c: Format with clang-formatJack Rosenthal2022-06-281-21/+21
* chip/max32660/wdt_regs.h: Format with clang-formatJack Rosenthal2022-06-281-209/+221
* chip/max32660/pwrseq_regs.h: Format with clang-formatJack Rosenthal2022-06-281-239/+247
* chip/max32660/gcr_regs.h: Format with clang-formatJack Rosenthal2022-06-281-893/+1110
* tree: Files should end with single newlineTom Hughes2022-06-151-1/+0
* chip: Remove -march, since -mcpu itself is sufficientTom Hughes2022-06-151-1/+1
* chip: max32660: convert pwrseq_regs.h file newline to unix formatFabio Baltieri2022-05-101-489/+489
* COIL: update chip/max32660Ricardo Quesada2022-03-292-125/+126
* COIL: update chip/max32660Ricardo Quesada2022-03-292-167/+185
* cosmetic fixes for max32660/i2c_regs.hRicardo Quesada2022-03-251-1404/+1137
* gpio: cleanup header usage for uartKeith Short2022-02-251-0/+1
* gpio: cleanup header usage for i2cKeith Short2022-02-251-0/+1
* COIL: Update I2C terminologyRicardo Quesada2022-02-031-4/+4
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-083-4/+4
* include/flash: rename the APIsTim Lin2021-06-091-16/+16
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-1/+1
* COIL: Rename CONFIG_BOARD_I2C_ADDR_FLAGSDiana Z2020-11-051-13/+13
* COIL: Rename SLEEP_MASK_I2C_PERIPHERALDiana Z2020-10-311-2/+2
* COIL: Rename CONFIG_HOSTCMD_I2C_ADDR_FLAGSDiana Z2020-10-311-10/+10
* ec: change usage of dummySam Hurst2020-08-051-1/+1
* max32660: enabled gpio interrupts and fixed gpio level interruptsJerry Bradshaw2020-03-111-18/+37
* max32660: make methods static in UART codeHarry Cutts2020-03-101-23/+11
* max32660: add I2C board support for stand-alone read transactionsJerry Bradshaw2020-02-262-70/+134
* max32660: add I2C board address support, refactorJerry Bradshaw2019-11-022-424/+287
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-5/+7
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-2/+1
* max32660: put slave-only code in `#ifdef`sHarry Cutts2019-10-091-403/+395
* max32660: add I2C master and slaveJerry Bradshaw2019-09-264-67/+2934