diff options
| author | danicampora | 2015-02-09 19:38:02 +0100 |
|---|---|---|
| committer | danicampora | 2015-02-09 20:01:54 +0100 |
| commit | 53716fcc3effbce1b7cca49d8df30ecaad8bc1dc (patch) | |
| tree | 2c3894d6d1ee74bb18bb8226908f9b07a44a8240 /cc3200/bootmgr | |
| parent | d0df10b2c6192449747280e91ca56a185398288d (diff) | |
cc3200: Rename GPIO module to Pin.
This change helps making the cc3200 port API a bit closer to stmhal.
The ramaining differences are due to the specific hardware details
of each chip. One feature that has been deliberately disabled is the
possibility to add custom names and custom pin mappings. Those
features are nice and convenient, but in this port, code size is a
major concern.
Diffstat (limited to 'cc3200/bootmgr')
| -rw-r--r-- | cc3200/bootmgr/bootmgr.h | 1 | ||||
| -rw-r--r-- | cc3200/bootmgr/flc.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cc3200/bootmgr/bootmgr.h b/cc3200/bootmgr/bootmgr.h index fa1d7c361..4b314335c 100644 --- a/cc3200/bootmgr/bootmgr.h +++ b/cc3200/bootmgr/bootmgr.h @@ -3,7 +3,6 @@ * * The MIT License (MIT) * - * Copyright (c) 2013, 2014 Damien P. George * Copyright (c) 2015 Daniel Campora * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/cc3200/bootmgr/flc.h b/cc3200/bootmgr/flc.h index 7023bc68c..869c4cd49 100644 --- a/cc3200/bootmgr/flc.h +++ b/cc3200/bootmgr/flc.h @@ -3,7 +3,6 @@ * * The MIT License (MIT) * - * Copyright (c) 2013, 2014 Damien P. George * Copyright (c) 2015 Daniel Campora * * Permission is hereby granted, free of charge, to any person obtaining a copy |
