diff options
| author | Dan Halbert <halbert@halwitz.org> | 2017-11-06 18:35:23 -0500 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2017-11-07 09:59:54 -0800 |
| commit | 7292984204e7ac28a5b69c23930ff7b8be003faf (patch) | |
| tree | c17417b90eb7f2cac877816aaa19a75c28b112cf /.gitignore | |
| parent | 048f0f0e4f0a3e231e9ddbc522a4a8cbe69ef8d4 (diff) | |
Implement busio.I2c.
* Added asf4_conf/samd*/hpl_sercom_config.h
* Adjusted clocks in peripheral_clk_config.h.
* Put some frozen libs back in CPX for testing.
* Implement common-hal I2C
* Add samd*_peripherals.h in parallel with samd*_pins.h for common
functions and data.
* Store SERCOM index in pins table for convenience.
* Canonicalize some #include guard names in various .h files.
simpler reset of SERCOMs; remove unused routine
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6f19fe788..61219390e 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,12 @@ _build # Generated rst files ###################### genrst/ + +# ctags and similar +################### +TAGS + +# Merge leftovers +################# +*.orig + |
