-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[variant] Add Generic F7xx #8
Commits on Mar 15, 2021
-
[stm32variant] Change generic variant generation
- variant.* files are renamed variant_generic.* Generic variant header file will be included thanks a single variant.h using a variable defined in boards.txt - Clean template to remove useless extern "C" - Include guards replaced by #pragma once directive Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for dc1cd6d - Browse repository at this point
Copy the full SHA dc1cd6dView commit details -
Add all generated STM32F0xx generic variant files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 5906143 - Browse repository at this point
Copy the full SHA 5906143View commit details -
Add all generated STM32F1xx generic variant files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for fc14e72 - Browse repository at this point
Copy the full SHA fc14e72View commit details -
Add all generated STM32F2xx generic variant files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for a280c38 - Browse repository at this point
Copy the full SHA a280c38View commit details -
Add all generated STM32F3xx generic variant files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for e1e6566 - Browse repository at this point
Copy the full SHA e1e6566View commit details -
Add all generated STM32F4xx generic variant files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 647213f - Browse repository at this point
Copy the full SHA 647213fView commit details -
Add all generated STM32F7xx generic variant files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 182afda - Browse repository at this point
Copy the full SHA 182afdaView commit details -
Add all generated STM32G0xx generic variant files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 501e27c - Browse repository at this point
Copy the full SHA 501e27cView commit details -
Add all generated STM32G4xx generic variant files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for db68aa0 - Browse repository at this point
Copy the full SHA db68aa0View commit details -
Add all generated STM32H7xx generic variant files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 21a97fa - Browse repository at this point
Copy the full SHA 21a97faView commit details -
Add all generated STM32L0xx generic variant files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 5e7172d - Browse repository at this point
Copy the full SHA 5e7172dView commit details -
Add all generated STM32L1xx generic variant files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 0057b9d - Browse repository at this point
Copy the full SHA 0057b9dView commit details -
Add all generated STM32L4xx generic variant files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 14fde38 - Browse repository at this point
Copy the full SHA 14fde38View commit details -
Add all generated STM32L5xx generic variant files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 6519f81 - Browse repository at this point
Copy the full SHA 6519f81View commit details -
Add all generated STM32MP1xx generic variant files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 8310426 - Browse repository at this point
Copy the full SHA 8310426View commit details -
Add all generated STM32WBxx generic variant files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for b5075b3 - Browse repository at this point
Copy the full SHA b5075b3View commit details -
Add all generated STM32WLxx generic variant files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for d1ad3e7 - Browse repository at this point
Copy the full SHA d1ad3e7View commit details -
Update variant header management
By default the variant.h will include variant_generic.h file. *.build.variant_h=variant_{build.board}.h can be added in the boards.txt to define the dedicated header to a board. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 69beb6d - Browse repository at this point
Copy the full SHA 69beb6dView commit details -
All specific L4 variants moved to the generic variant. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for e8d1eb1 - Browse repository at this point
Copy the full SHA e8d1eb1View commit details -
All specific G4 variants moved to the generic variant. Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Configuration menu - View commit details
-
Copy full SHA for 840bf92 - Browse repository at this point
Copy the full SHA 840bf92View commit details -
Nucleo G071RB and Disco G0316 moved to the generic variant. Fix stm32duino#857 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 8de4a23 - Browse repository at this point
Copy the full SHA 8de4a23View commit details -
https://www.bfykorea.com/aurora-one/ Supersede stm32duino#1176 Signed-off-by: JongHyeon Lee <jhlee@bfykorea.com> Co-authored-by: Frederic.Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 310059d - Browse repository at this point
Copy the full SHA 310059dView commit details -
Add Nucleo G031K8 and generic G031Kx
Fix stm32duino#855 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 9032ce6 - Browse repository at this point
Copy the full SHA 9032ce6View commit details -
All specific F0 variants moved to the generic variant. Supersede stm32duino#1080 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for a04e2d4 - Browse repository at this point
Copy the full SHA a04e2d4View commit details -
Supersede stm32duino#1103 Signed-off-by: seeers <seeers@gmx.de> Co-authored-by: Frederic.Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 8afa2bd - Browse repository at this point
Copy the full SHA 8afa2bdView commit details -
Supersede stm32duino#1167 Signed-off-by: Geoffrey Hunter <gbmhunter@gmail.com> Co-authored-by: Frederic.Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 6fb3e45 - Browse repository at this point
Copy the full SHA 6fb3e45View commit details -
[variant] Update Generic MP1xx
As STM32MP1 is particular, the generic target have to be customized by end user based on the used device tree. So, currently, generic menu will not be deployed. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 55b543e - Browse repository at this point
Copy the full SHA 55b543eView commit details -
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 94a4c23 - Browse repository at this point
Copy the full SHA 94a4c23View commit details -
[variant] Add Generic L5xx and Nucleo L552ZE-Q
Supersede stm32duino#1256 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 084721f - Browse repository at this point
Copy the full SHA 084721fView commit details -
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 256ac0c - Browse repository at this point
Copy the full SHA 256ac0cView commit details -
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 8739391 - Browse repository at this point
Copy the full SHA 8739391View commit details
Commits on Mar 16, 2021
-
Fixes stm32duino#1276 and stm32duino#1277 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for ade0a1e - Browse repository at this point
Copy the full SHA ade0a1eView commit details -
Some series require to have it defined by default (H7, MP1) Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 0b6fe6c - Browse repository at this point
Copy the full SHA 0b6fe6cView commit details -
[CI] Update configuration to build only one generic per variant
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for c7388d4 - Browse repository at this point
Copy the full SHA c7388d4View commit details -
[PIO]Fix variant header changes
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 8d6e014 - Browse repository at this point
Copy the full SHA 8d6e014View commit details
Commits on Mar 17, 2021
-
Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Configuration menu - View commit details
-
Copy full SHA for 6a756e0 - Browse repository at this point
Copy the full SHA 6a756e0View commit details