summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* pd: Massage initialization at task start.Todd Broch2015-02-251-1/+4
* USART: Add STM32F3 support and fix STM32F baud rate bugAnton Staaf2015-02-247-15/+143
* stm32f0: fix handling of RTC alarm 24 hour rolloverAlec Berg2015-02-221-0/+6
* stm32f3: Allow per-board ADC sampling timeVic Yang2015-02-211-6/+13
* hwtimer/hwtimer32: Remove task_resched_if_needed from watchdog helpAlexandru M Stan2015-02-182-8/+4
* make idlestats console command optionalVincent Palatin2015-02-181-0/+2
* USB: fix memcpy_to_usbramAnton Staaf2015-02-171-3/+9
* stm32f0: Change idle task warning printf to save stack spaceAlec Berg2015-02-161-1/+2
* cortex-m0: Add deferred schedulerAlexandru M Stan2015-02-122-4/+5
* USB: Fix cut and paste bug for board specific disconnectionAnton Staaf2015-02-101-1/+1
* stm32: Add delay after enabling peripheral clockVic Yang2015-02-1019-0/+107
* I2C: Increase priority of i2c_initAlexandru M Stan2015-01-163-3/+3
* stm32: remove useless moduloVincent Palatin2015-01-141-1/+1
* hoho/dingdong: support unprotected RO partitionVincent Palatin2015-01-141-0/+8
* stm32f: Fix adc_read_all_channels()Vic Yang2015-01-131-14/+1
* samus: pd: fix potential junk at end of tx transmissionstabilize-6670.BAlec Berg2015-01-092-88/+76
* usb: fix sysjumpVincent Palatin2015-01-081-0/+2
* disable DMA before sysjumpingVincent Palatin2015-01-082-0/+15
* pd: dingdong/hoho: Enable flash write-protectionVincent Palatin2015-01-081-0/+8
* USB: Add memcpy_from_usbram and update existing memcpyAnton Staaf2015-01-082-5/+59
* USB: Delete mass storage driverAnton Staaf2015-01-083-1114/+0
* Read ADC channels one by one for STM32FVic Yang2015-01-071-1/+15
* zinger: enable RO partition write-protectionVincent Palatin2015-01-051-0/+1
* usb: fix undefined USB endpoints (bis)Vincent Palatin2015-01-051-0/+1
* samus: Debounce BC1.2 charger detection due to asynchronous pin contactShawn Nematbakhsh2014-12-291-0/+3
* stm32f0/i2c: adjust the 100kHz setting to never go above 100kHzChris Zhong2014-12-181-2/+2
* stm32: fixed spi shared_mem_release bugSheng-Liang Song2014-12-181-1/+1
* stm32f0: USART: Disable ORECF interrupt we never check forAlexandru M Stan2014-12-183-2/+9
* clock-stm32l: properly setting HSI/MSI clock based on the RMYen Lin2014-12-172-7/+47
* pd: check for collisions before transmittingAlec Berg2014-12-171-11/+56
* ryu_sh_loader: Add board directory for load imageGwendal Grignou2014-12-151-5/+5
* USB-SPI: Switch from task to deferred functionAnton Staaf2014-12-082-32/+18
* USB-SPI: Support board enable/disable functionalityAnton Staaf2014-12-082-16/+124
* USB-SPI: Make global initializer names more uniqueAnton Staaf2014-12-081-12/+12
* USB: Add setup packet struct and parsing routineAnton Staaf2014-12-081-0/+9
* pd: Re-factor common flash vdms.Todd Broch2014-12-051-1/+4
* USB: Interface callbacks now return an error codeAnton Staaf2014-12-024-28/+30
* stm32f0: fix setting GPIO in push-pull modeVincent Palatin2014-11-211-0/+2
* stm32: Do not wait for USB host if USB is disabledVic Yang2014-11-212-0/+8
* usb: extend console buffer to 64 bytesVincent Palatin2014-11-211-1/+1
* Twinkie: add packet injection capabilityVincent Palatin2014-11-181-6/+7
* Zinger: honor disable_sleep()Vincent Palatin2014-11-181-1/+1
* rsa: add support for 4096 and 8192 bit keysVincent Palatin2014-11-151-1/+2
* ryu: Enable PD/EC console over USBAnton Staaf2014-11-131-0/+12
* USB: Enable finer grain control over init processAnton Staaf2014-11-131-1/+4
* USB: Add support for board specific connect/disconnectAnton Staaf2014-11-116-32/+79
* USB: Fix issue with USB RAM sizesAnton Staaf2014-11-116-10/+28
* USB: Fix console code to work with old and new USB peripheralsAnton Staaf2014-11-111-3/+4
* USB: Remove special case for iVersion string descriptorAnton Staaf2014-11-041-6/+0
* USB: stm32f3: use correct values for USB RAM size and usb_uintAnton Staaf2014-11-041-1/+1