summaryrefslogtreecommitdiff
path: root/board/mccroskey
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Consolidate module IDs into a single shared enumRandall Spangler2013-10-251-7/+0
* cleanup: Re-enable keyboard console channel for ARM boardsRandall Spangler2013-10-251-3/+0
* cleanup: rename I2C_PORT_HOST to I2C_PORT_MASTERRandall Spangler2013-10-251-1/+1
* cleanup: More detail in todo comments for mccroskeyRandall Spangler2013-10-222-20/+23
* Support compiling with chipset task disabledRandall Spangler2013-09-231-5/+0
* Fix task priorities for console and hostcmd tasksRandall Spangler2013-09-141-2/+2
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-072-0/+16
* Add build-time checks on board-specific array sizes.Bill Richardson2013-07-311-1/+2
* Clean up more config optionsRandall Spangler2013-07-241-0/+3
* Clean up and document UART config optionsRandall Spangler2013-07-241-3/+0
* Clean up and document more config optionsRandall Spangler2013-07-241-1/+0
* Clean up debug config optionsRandall Spangler2013-07-231-4/+1
* Fix EC_ENTERING_RW not being assertedRandall Spangler2013-07-092-0/+2
* stm32: Add CHIP_FAMILY definesRandall Spangler2013-07-011-1/+1
* pit: Fix watchdog help for STM32LRandall Spangler2013-06-241-0/+1
* Rename GPIO_HI_Z macros to more descriptive GPIO_ODR_HIGH/LOWBill Richardson2013-06-131-2/+2
* Move write protect GPIO handling to flash moduleRandall Spangler2013-05-231-1/+1
* Disable i2c for mccroskey. It's busted, but we don't care.Bill Richardson2013-05-011-1/+0
* Remove _OFF from GPIO register macrosRandall Spangler2013-04-161-6/+6
* Refactor gpio_set_level() and gpio_pre_init()Randall Spangler2013-04-151-5/+4
* Remove unneeded USB_CHARGE_PORT_COUNTRandall Spangler2013-04-101-2/+0
* Only includes necessary tasks for test binariesVic Yang2013-04-101-5/+7
* Clean up daisy GPIO and SPI initRandall Spangler2013-04-081-3/+0
* Clean up board configurationRandall Spangler2013-04-052-17/+7
* Trigger dma_init() via HOOK_INITRandall Spangler2013-04-031-3/+0
* Move files in preparation for merging keyboard_scan modulesRandall Spangler2013-03-271-3/+5
* Move keyboard dimension and key constants to keyboard_config.hRandall Spangler2013-03-221-3/+1
* Add keyboard_raw interfaceRandall Spangler2013-03-221-9/+9
* Move asserting host keyboard interrupt signal to keyboard_scanRandall Spangler2013-03-202-6/+8
* Use chipset_reset() interface instead of system_warm_reboot()Randall Spangler2013-03-202-3/+1
* Use common declaration of keyboard_scan_interrupt()Randall Spangler2013-03-192-11/+18
* Rename tasks to HOOKS and CHIPSETRandall Spangler2013-03-191-2/+2
* Initial McCroskey supportDavid Hendricks2013-03-134-0/+322