From 53716fcc3effbce1b7cca49d8df30ecaad8bc1dc Mon Sep 17 00:00:00 2001 From: danicampora Date: Mon, 9 Feb 2015 19:38:02 +0100 Subject: 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. --- cc3200/bootmgr/bootmgr.h | 1 - cc3200/bootmgr/flc.h | 1 - 2 files changed, 2 deletions(-) (limited to 'cc3200/bootmgr') 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 -- cgit v1.2.3