arch/arm: migrate to SPDX identifier
Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
parent
aa1df4e9a9
commit
d368c0cc04
333 changed files with 845 additions and 671 deletions
|
@ -1,6 +1,8 @@
|
||||||
# ##############################################################################
|
# ##############################################################################
|
||||||
# arch/arm/src/tiva/CMakeLists.txt
|
# arch/arm/src/tiva/CMakeLists.txt
|
||||||
#
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
||||||
# license agreements. See the NOTICE file distributed with this work for
|
# license agreements. See the NOTICE file distributed with this work for
|
||||||
# additional information regarding copyright ownership. The ASF licenses this
|
# additional information regarding copyright ownership. The ASF licenses this
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
############################################################################
|
############################################################################
|
||||||
# arch/arm/src/tiva/Make.defs
|
# arch/arm/src/tiva/Make.defs
|
||||||
#
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
# this work for additional information regarding copyright ownership. The
|
# this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13x0_rom.c
|
* arch/arm/src/tiva/cc13xx/cc13x0_rom.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* This is a port of TI's setup_rom.c file which has a fully compatible BSD
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13x0_rom.h
|
* arch/arm/src/tiva/cc13xx/cc13x0_rom.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* This is a port of TI's setup_rom.h file which has a fully compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13x0_trim.c
|
* arch/arm/src/tiva/cc13xx/cc13x0_trim.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* This is a port of TI's setup.c file (revision 49363) which has a fully
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions are
|
* modification, are permitted provided that the following conditions are
|
||||||
|
|
|
@ -1,15 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13x2_aux_sysif.c
|
* arch/arm/src/tiva/cc13xx/cc13x2_aux_sysif.c
|
||||||
* Driver for the AUX System Interface
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI aux_sysif.c file that has a
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13x2_aux_sysif.h
|
* arch/arm/src/tiva/cc13xx/cc13x2_aux_sysif.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* This is a port of TI's aux_sysif.h file which has a fully compatible BSD
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13x2_cc26x2_v1_rom.c
|
* arch/arm/src/tiva/cc13xx/cc13x2_cc26x2_v1_rom.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* This is a port of TI's setup_rom.c file which has a fully compatible BSD
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13x2_cc26x2_v1_rom.h
|
* arch/arm/src/tiva/cc13xx/cc13x2_cc26x2_v1_rom.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* This is a port of TI's rom.h file which has a fully compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13x2_cc26x2_v2_rom.h
|
* arch/arm/src/tiva/cc13xx/cc13x2_cc26x2_v2_rom.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* This is a port of TI's rom.h file which has a fully compatible BSD
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13x2_v1_trim.c
|
* arch/arm/src/tiva/cc13xx/cc13x2_v1_trim.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* This is a port of TI's setup.c file (revision 49363) which has a fully
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions are
|
* modification, are permitted provided that the following conditions are
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13x2_v2_trim.c
|
* arch/arm/src/tiva/cc13xx/cc13x2_v2_trim.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* This is a port of TI's setup.c file (revision 49363) which has a fully
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions are
|
* modification, are permitted provided that the following conditions are
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13xx_chipinfo.c
|
* arch/arm/src/tiva/cc13xx/cc13xx_chipinfo.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI file that has a compatible BSD
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13xx_enableclks.c
|
* arch/arm/src/tiva/cc13xx/cc13xx_enableclks.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13xx_enableclks.h
|
* arch/arm/src/tiva/cc13xx/cc13xx_enableclks.h
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13xx_enablepwr.c
|
* arch/arm/src/tiva/cc13xx/cc13xx_enablepwr.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13xx_enablepwr.h
|
* arch/arm/src/tiva/cc13xx/cc13xx_enablepwr.h
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13xx_gpio.c
|
* arch/arm/src/tiva/cc13xx/cc13xx_gpio.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13xx_gpio.h
|
* arch/arm/src/tiva/cc13xx/cc13xx_gpio.h
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13xx_gpioirq.c
|
* arch/arm/src/tiva/cc13xx/cc13xx_gpioirq.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13xx_prcm.c
|
* arch/arm/src/tiva/cc13xx/cc13xx_prcm.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* This is a port of TI's prcm.c file (revision 49363) which has a fully
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions are
|
* modification, are permitted provided that the following conditions are
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13xx_prcm.h
|
* arch/arm/src/tiva/cc13xx/cc13xx_prcm.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Includes definitions from TI's prcm.c file which has a fully compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/cc13xx/cc13xx_start.c
|
* arch/arm/src/tiva/cc13xx/cc13xx_start.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/chip.h
|
* arch/arm/src/tiva/chip.h
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/lm4xx_tm3c_sysctrl.c
|
* arch/arm/src/tiva/common/lm4xx_tm3c_sysctrl.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/lmxx_tm4c_enableclks.h
|
* arch/arm/src/tiva/common/lmxx_tm4c_enableclks.h
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/lmxx_tm4c_enablepwr.h
|
* arch/arm/src/tiva/common/lmxx_tm4c_enablepwr.h
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/lmxx_tm4c_gpioirq.c
|
* arch/arm/src/tiva/common/lmxx_tm4c_gpioirq.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/lmxx_tm4c_start.c
|
* arch/arm/src/tiva/common/lmxx_tm4c_start.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,15 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_adclib.c
|
* arch/arm/src/tiva/common/tiva_adclib.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 TRD2 Inc. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Calvin Maguranis <calvin.maguranis@trd2inc.com>
|
* SPDX-FileCopyrightText: 2015 TRD2 Inc. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2005-2014 Texas Instruments Incorporated.
|
||||||
* The Tivaware sample code has a BSD compatible license that requires this
|
* SPDX-FileContributor: Calvin Maguranis <calvin.maguranis@trd2inc.com>
|
||||||
* copyright notice:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2005-2014 Texas Instruments Incorporated.
|
|
||||||
* All rights reserved.
|
|
||||||
* Software License Agreement
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,17 +1,12 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_adclow.c
|
* arch/arm/src/tiva/common/tiva_adclow.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2016-2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Copyright (C) 2015 TRD2 Inc. All rights reserved.
|
* SPDX-FileCopyrightText: 2016-2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Calvin Maguranis <calvin.maguranis@trd2inc.com>
|
* SPDX-FileCopyrightText: 2015 TRD2 Inc. All rights reserved.
|
||||||
* Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2005-2014 Texas Instruments Incorporated.
|
||||||
*
|
* SPDX-FileContributor: Calvin Maguranis <calvin.maguranis@trd2inc.com>
|
||||||
* The Tivaware sample code has a BSD compatible license that requires this
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* copyright notice:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2005-2014 Texas Instruments Incorporated.
|
|
||||||
* All rights reserved.
|
|
||||||
* Software License Agreement
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_allocateheap.c
|
* arch/arm/src/tiva/common/tiva_allocateheap.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_can.c
|
* arch/arm/src/tiva/common/tiva_can.c
|
||||||
* Classic (character-device) lower-half driver for the Tiva CAN modules.
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_dumpgpio.c
|
* arch/arm/src/tiva/common/tiva_dumpgpio.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_eeprom.c
|
* arch/arm/src/tiva/common/tiva_eeprom.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_flash.c
|
* arch/arm/src/tiva/common/tiva_flash.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_hciuart.c
|
* arch/arm/src/tiva/common/tiva_hciuart.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_i2c.c
|
* arch/arm/src/tiva/common/tiva_i2c.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_idle.c
|
* arch/arm/src/tiva/common/tiva_idle.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_irq.c
|
* arch/arm/src/tiva/common/tiva_irq.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_lowputc.c
|
* arch/arm/src/tiva/common/tiva_lowputc.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_mpuinit.c
|
* arch/arm/src/tiva/common/tiva_mpuinit.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,14 +1,11 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_pwm.c
|
* arch/arm/src/tiva/common/tiva_pwm.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2016 Young Mu. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Young Mu <young.mu@aliyun.com>
|
* SPDX-FileCopyrightText: 2016 Young Mu. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2013 Gregory Nutt. All rights reserved.
|
||||||
* The basic structure of this driver derives in spirit (if nothing more)
|
* SPDX-FileContributor: Young Mu <young.mu@aliyun.com>
|
||||||
* from the NuttX SAM PWM driver which has:
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
*
|
|
||||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,15 +1,12 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_qencoder.c
|
* arch/arm/src/tiva/common/tiva_qencoder.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2016 Young Mu. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Young Mu <young.mu@aliyun.com>
|
* SPDX-FileCopyrightText: 2016 Young Mu. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2012 Gregory Nutt. All rights reserved.
|
||||||
* The basic structure of this driver derives in spirit (if nothing more)
|
* SPDX-FileContributor: Young Mu <young.mu@aliyun.com>
|
||||||
* from the NuttX STM32 QEI driver which has:
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
*
|
* SPDX-FileContributor: Diego Sanchez <dsanchez@nx-engineering.com>
|
||||||
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
|
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
|
||||||
* Diego Sanchez <dsanchez@nx-engineering.com>
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_serial.c
|
* arch/arm/src/tiva/common/tiva_serial.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_sock_can.c
|
* arch/arm/src/tiva/common/tiva_sock_can.c
|
||||||
* SocketCAN driver implementation for Tiva. Based on the chardev driver.
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_ssi.c
|
* arch/arm/src/tiva/common/tiva_ssi.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_timerisr.c
|
* arch/arm/src/tiva/common/tiva_timerisr.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_timerlib.c
|
* arch/arm/src/tiva/common/tiva_timerlib.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_timerlow32.c
|
* arch/arm/src/tiva/common/tiva_timerlow32.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/common/tiva_userspace.c
|
* arch/arm/src/tiva/common/tiva_userspace.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_adi2_refsys.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_adi2_refsys.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_adi3_refsys.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_adi3_refsys.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_adi4_aux.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_adi4_aux.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_batmon.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_batmon.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_ioc.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_ioc.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_rtc.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_rtc.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_sysctl.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_sysctl.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_wuc.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_wuc.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_aux_smph.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_aux_smph.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_aux_wuc.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_aux_wuc.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_ccfg.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_ccfg.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_ddi.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_ddi.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_ddi0_osc.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_ddi0_osc.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_fcfg1.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_fcfg1.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_flash.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_flash.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_gpio.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_gpio.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_i2c.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_i2c.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_ioc.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_ioc.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_memorymap.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_memorymap.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions are
|
* modification, are permitted provided that the following conditions are
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_prcm.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_prcm.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_smph.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_smph.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_timer.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_timer.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_uart.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_uart.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_vims.h
|
* arch/arm/src/tiva/hardware/cc13x0/cc13x0_vims.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi2_refsys.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi2_refsys.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi3_refsys.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi3_refsys.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible BSD
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi4_aux.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi4_aux.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_batmon.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_batmon.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_ioc.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_ioc.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_pmctl.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_pmctl.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible BSD
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_rtc.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_rtc.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible BSD
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aux_smph.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aux_smph.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aux_sysif.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aux_sysif.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ccfg.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ccfg.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ddi.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ddi.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ddi0_osc.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ddi0_osc.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* compatible BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_fcfg1.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_fcfg1.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible BSD
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_flash.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_flash.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible BSD
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_gpio.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_gpio.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_i2c.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_i2c.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ioc.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ioc.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_memorymap.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_memorymap.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions are
|
* modification, are permitted provided that the following conditions are
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_prcm.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_prcm.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible BSD
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_smph.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_smph.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_timer.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_timer.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_uart.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_uart.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_vims.h
|
* arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_vims.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
* SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved.
|
||||||
*
|
* SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated
|
||||||
* Technical content derives from a TI header file that has a compatible
|
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* BSD license:
|
|
||||||
*
|
|
||||||
* Copyright (c) 2015-2017, Texas Instruments Incorporated
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/lm/lm3s_ethernet.h
|
* arch/arm/src/tiva/hardware/lm/lm3s_ethernet.h
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/arm/src/tiva/hardware/lm/lm3s_flash.h
|
* arch/arm/src/tiva/hardware/lm/lm3s_flash.h
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue