Added entry for STM32L475 in STM32L4 registry header, updated all configuration files.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13676 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2020-05-31 08:16:01 +00:00
parent c37c67b0b8
commit 6427a96b26
21 changed files with 42 additions and 19 deletions

View File

@ -1,5 +1,5 @@
/*
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -32,6 +32,7 @@
#define MCUCONF_H
#define STM32L4xx_MCUCONF
#define STM32L475_MCUCONF
#define STM32L476_MCUCONF
#define STM32L486_MCUCONF

View File

@ -1,5 +1,5 @@
/*
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -32,6 +32,7 @@
#define MCUCONF_H
#define STM32L4xx_MCUCONF
#define STM32L475_MCUCONF
#define STM32L476_MCUCONF
#define STM32L486_MCUCONF

View File

@ -1,5 +1,5 @@
/*
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -32,6 +32,7 @@
#define MCUCONF_H
#define STM32L4xx_MCUCONF
#define STM32L475_MCUCONF
#define STM32L476_MCUCONF
#define STM32L486_MCUCONF

View File

@ -1,5 +1,5 @@
/*
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -32,6 +32,7 @@
#define MCUCONF_H
#define STM32L4xx_MCUCONF
#define STM32L475_MCUCONF
#define STM32L476_MCUCONF
#define STM32L486_MCUCONF

View File

@ -1,5 +1,5 @@
/*
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -32,6 +32,7 @@
#define MCUCONF_H
#define STM32L4xx_MCUCONF
#define STM32L475_MCUCONF
#define STM32L476_MCUCONF
#define STM32L486_MCUCONF

View File

@ -785,6 +785,10 @@
#error "Using a wrong mcuconf.h file, STM32L433_MCUCONF not defined"
#endif
#if defined(STM32L475xx) && !defined(STM32L475_MCUCONF)
#error "Using a wrong mcuconf.h file, STM32L475_MCUCONF not defined"
#endif
#if defined(STM32L476xx) && !defined(STM32L476_MCUCONF)
#error "Using a wrong mcuconf.h file, STM32L476_MCUCONF not defined"
#endif

View File

@ -781,10 +781,10 @@
#endif /* defined(STM32L452xx) */
/*===========================================================================*/
/* STM32L476xx, STM32L486xx. */
/* STM32L475xx, STM32L476xx, STM32L486xx. */
/*===========================================================================*/
#if defined(STM32L476xx) || defined(STM32L486xx)
#if defined(STM32L475xx) || defined(STM32L476xx) || defined(STM32L486xx)
/* Clock attributes.*/
#define STM32_CLOCK_HAS_HSI48 FALSE

View File

@ -74,6 +74,7 @@
*****************************************************************************
*** Next ***
- NEW: Added entry for STM32L475 in STM32L4 registry header.
- NEW: Updated CMSIS headers for STM32F7, G0, G4, H7, L0, L4, L4+.
- NEW: Implemented tickless mode on ADuCM36x family
- NEW: STM32 ICU driver now allows to setup the ARR register in the

View File

@ -1,5 +1,5 @@
/*
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -32,6 +32,7 @@
#define MCUCONF_H
#define STM32L4xx_MCUCONF
#define STM32L475_MCUCONF
#define STM32L476_MCUCONF
#define STM32L486_MCUCONF

View File

@ -1,5 +1,5 @@
/*
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -32,6 +32,7 @@
#define MCUCONF_H
#define STM32L4xx_MCUCONF
#define STM32L475_MCUCONF
#define STM32L476_MCUCONF
#define STM32L486_MCUCONF

View File

@ -1,5 +1,5 @@
/*
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -32,6 +32,7 @@
#define MCUCONF_H
#define STM32L4xx_MCUCONF
#define STM32L475_MCUCONF
#define STM32L476_MCUCONF
#define STM32L486_MCUCONF

View File

@ -1,5 +1,5 @@
/*
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -32,6 +32,7 @@
#define MCUCONF_H
#define STM32L4xx_MCUCONF
#define STM32L475_MCUCONF
#define STM32L476_MCUCONF
#define STM32L486_MCUCONF

View File

@ -1,5 +1,5 @@
/*
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -32,6 +32,7 @@
#define MCUCONF_H
#define STM32L4xx_MCUCONF
#define STM32L475_MCUCONF
#define STM32L476_MCUCONF
#define STM32L486_MCUCONF

View File

@ -1,5 +1,5 @@
/*
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -32,6 +32,7 @@
#define MCUCONF_H
#define STM32L4xx_MCUCONF
#define STM32L475_MCUCONF
#define STM32L476_MCUCONF
#define STM32L486_MCUCONF

View File

@ -1,5 +1,5 @@
/*
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -32,6 +32,7 @@
#define MCUCONF_H
#define STM32L4xx_MCUCONF
#define STM32L475_MCUCONF
#define STM32L476_MCUCONF
#define STM32L486_MCUCONF

View File

@ -1,5 +1,5 @@
/*
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -32,6 +32,7 @@
#define MCUCONF_H
#define STM32L4xx_MCUCONF
#define STM32L475_MCUCONF
#define STM32L476_MCUCONF
#define STM32L486_MCUCONF

View File

@ -1,5 +1,5 @@
/*
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -32,6 +32,7 @@
#define MCUCONF_H
#define STM32L4xx_MCUCONF
#define STM32L475_MCUCONF
#define STM32L476_MCUCONF
#define STM32L486_MCUCONF

View File

@ -1,5 +1,5 @@
/*
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -32,6 +32,7 @@
#define MCUCONF_H
#define STM32L4xx_MCUCONF
#define STM32L475_MCUCONF
#define STM32L476_MCUCONF
#define STM32L486_MCUCONF

View File

@ -1,5 +1,5 @@
/*
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -32,6 +32,7 @@
#define MCUCONF_H
#define STM32L4xx_MCUCONF
#define STM32L475_MCUCONF
#define STM32L476_MCUCONF
#define STM32L486_MCUCONF

View File

@ -1,5 +1,5 @@
/*
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -32,6 +32,7 @@
#define MCUCONF_H
#define STM32L4xx_MCUCONF
#define STM32L475_MCUCONF
#define STM32L476_MCUCONF
#define STM32L486_MCUCONF

View File

@ -43,6 +43,7 @@
#define MCUCONF_H
#define STM32L4xx_MCUCONF
#define STM32L475_MCUCONF
#define STM32L476_MCUCONF
#define STM32L486_MCUCONF