summaryrefslogtreecommitdiff
path: root/src/stmf0
Commit message (Expand)AuthorAge
* altos: add ao_time_ns APIKeith Packard2019-02-25
* altos: Fix several mis-specified time typesKeith Packard2019-02-25
* altos: Fix ISR declarations to make them non-weakKeith Packard2019-02-21
* altos: Move common build definitions to src/Makefile.defsKeith Packard2019-02-18
* altos: Add -Wshadow to CFLAGSKeith Packard2019-02-18
* altos: Add a pile more compiler warningsKeith Packard2019-02-18
* altos: Declare task stack as union of uint8_t and uint32_tKeith Packard2019-02-18
* altos: Add 'void' to function declarations with no params.Keith Packard2019-02-18
* altos: Declare all public functions in header filesKeith Packard2019-02-18
* altos: Mark local functions 'static'Keith Packard2019-02-18
* altos: Fix spelling of stm_dma_ch4_5_6_isrKeith Packard2019-02-18
* altos: Create ao_data_fill shared functionKeith Packard2018-10-19
* altos: Clean up AO_ROMCONFIG bitsKeith Packard2018-10-13
* altos: Add generic LED driver.Keith Packard2018-10-13
* altos: Eliminate 'pin' field from GPIO functionsKeith Packard2018-10-13
* altos: Make cmd number parsing functions return valueKeith Packard2018-10-13
* altos: Remove 8051 address space specifiersKeith Packard2018-10-13
* altos: Switch to newlib-nano for libc on armKeith Packard2018-10-13
* altos/stmf0: Stop using 'stdin' name as local variableKeith Packard2018-08-15
* Merge branch 'mpusb'Keith Packard2018-05-07
|\
| * altos/stmf0: leave ao_power_gpio names undefined without power managementKeith Packard2018-05-07
* | altos/stmf0: Fix up USB debug codeKeith Packard2018-05-07
* | altos/stmf0: Add IN3 alternate endpoint supportKeith Packard2018-05-07
* | altos/stmf0: Toggle IN2 SW_BUF bit when sending dataKeith Packard2018-05-07
|/
* altos/stmf0: Set 0x0 mapping to Main Flash for boot loaderKeith Packard2018-05-01
* altos/stmf0: whitespace fixKeith Packard2018-05-01
* altos/stmf0: Change tests for AO_BOOT_CHAIN and AO_BOOT_PIN to #ifKeith Packard2018-05-01
* add a warning about Google limiting per-day access until/unless we payBdale Garbee2018-04-22
* altos/stmf0: Add some common definitions for flash loadersKeith Packard2018-03-16
* altos/scheme: Move ao-scheme to a separate repositoryKeith Packard2018-01-10
* altos/stmf0: Use double buffering for ChaosKeyKeith Packard2018-01-07
* altos/stmf0: use double buffering for USB rx dataKeith Packard2018-01-07
* altos/stmf0: Use double buffering for USB tx dataKeith Packard2018-01-07
* altos/stmf0: Stop shadowing USB tx buffers in system RAMKeith Packard2018-01-07
* altos/stmf0: Remove packet counters from non-debug buildKeith Packard2018-01-07
* altos/stm: Align 'data' to 8 bytes, just like textramKeith Packard2017-12-12
* altos: Allow building with newlib + avr stdio on ARMKeith Packard2017-12-11
* altos/stmf0: Initialize UART RTS/CTS before turning it onKeith Packard2017-06-27
* altos/stmf: Fix up serial port flow control configuration bitsKeith Packard2017-05-15
* altos: Make CDC ACM 'line coding' publicKeith Packard2017-05-04
* altos/stmf0: Add code to use SoC flash as storageKeith Packard2017-05-02
* altos/stmf0: Add support for HSI clocked applicationsKeith Packard2017-04-28
* altos/stmf0: Fix HSI clock rate.Keith Packard2017-04-28
* altos/stmf0: Make sure systick is off before programmingKeith Packard2017-04-28
* altos/stmf0: Compute serial baud rate registers at runtimeKeith Packard2017-04-28
* altos/stmf0: Not all timer configurations use AF2Keith Packard2017-04-24
* altos/stmf0: Pull beeper pin low when beeper is offKeith Packard2017-04-21
* alots/stmf0: Fix vpath entry for AES directoryKeith Packard2017-04-21
* altos/lpc,altos/stmf0: Use -n flag to work around link editor issueKeith Packard2017-04-21
* altos/stmf0: Split up rom load in altos.ld to make linker happyKeith Packard2017-04-13