summaryrefslogtreecommitdiff
path: root/.gitattributes
AgeCommit message (Collapse)Author
2021-02-09Add PWM based audio playbackScott Shawcroft
See https://learn.adafruit.com/circuitpython-essentials/circuitpython-audio-out to get started. Fixes #4037
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2018-11-30Fix BLE buildScott Shawcroft
2018-07-16Merge branch 'master' into micropython-25ae98f-mergeDan Halbert
2018-07-11WIP: after merge; before testingDan Halbert
2018-06-27update pin map for feather52840hathach
2018-05-11.gitattributes: Remove special text handling of stm32 usbdev files.Damien George
2017-11-15Speed up the Travis build.Scott Shawcroft
This does two major things: 1. It stores the arm gcc in the repo. The download from the PPA was taking between 2 and 7 minutes. 2. It splits each board into a separate job so they are built in parallel.
2017-09-06stm32/boards: Change remaining stm32f4xx_hal_conf.h to unix line ending.Damien George
2017-09-06all: Update Makefiles and others to build with new ports/ dir layout.Damien George
Also renames "stmhal" to "stm32" in documentation and everywhere else.
2017-09-06.gitattributes: Add entries for files that will move to ports/ dir.Damien George
2017-09-01.gitattributes: Remove obsolete entries for stmhal/hal, stmhal/cmsis.Damien George
2017-02-17gitattributes: Remove obsolete lines.Damien George
2017-02-17gitattributes: Add .mpy files to list of binary files.Damien George
2015-04-16Add .gitattributes file to force text line endings to LF.Damien George
Some files are excluded, otherwise a whole lot of files need converting.