code
stringlengths
1
1.05M
repo_name
stringlengths
6
83
path
stringlengths
3
242
language
stringclasses
222 values
license
stringclasses
20 values
size
int64
1
1.05M
# # tronxy_cxy_446_v10.py # Build customizations for env:TRONXY_CXY_446_V10 # import pioutil if pioutil.is_pio_build(): import marlin, os from SCons.Script import DefaultEnvironment env = DefaultEnvironment() # Check whether the "update" folder exists outpath = "update" if not os.path.exists...
2301_81045437/Marlin
buildroot/share/PlatformIO/scripts/tronxy_cxy_446_v10.py
Python
agpl-3.0
1,219
# # Copyright (c) 2011 Arduino. All right reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. # #...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_ARCHIM/build_gcc/Makefile
Makefile
agpl-3.0
1,838
# # Copyright (c) 2011 Arduino. All right reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. # #...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_ARCHIM/build_gcc/debug.mk
Makefile
agpl-3.0
1,010
# # Copyright (c) 2011 Arduino. All right reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. # #...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_ARCHIM/build_gcc/gcc.mk
Makefile
agpl-3.0
3,365
# # Copyright (c) 2012 Arduino. All right reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. # #...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_ARCHIM/build_gcc/libvariant_arduino_due_x.mk
Makefile
agpl-3.0
6,098
# # Copyright (c) 2011 Arduino. All right reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. # #...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_ARCHIM/build_gcc/release.mk
Makefile
agpl-3.0
999
#******************************************************* # # Connect to J-Link and debug application in flash on SAM3X. # # Define 'reset' command define reset # Connect to the J-Link gdb server target remote localhost:2331 # Reset the chip to get to a known state monitor reset # Select flash device monitor flash ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_ARCHIM/debug_scripts/gcc/arduino_due_x_flash.gdb
GDB
agpl-3.0
666
#******************************************************* # # Connect to J-Link and debug application in sram on SAM3X. # # Define 'reset' command define reset # Connect to the J-Link gdb server target remote localhost:2331 # Reset the chip to get to a known state monitor reset # Select flash device monitor flash d...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_ARCHIM/debug_scripts/gcc/arduino_due_x_sram.gdb
GDB
agpl-3.0
677
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_ARCHIM/pins_arduino.h
C
agpl-3.0
823
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_ARCHIM/variant.cpp
C++
agpl-3.0
27,375
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_ARCHIM/variant.h
C
agpl-3.0
8,520
/* ******************************************************************************* * Copyright (c) 2019, STMicroelectronics * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_ARTILLERY_RUBY/PeripheralPins.c
C
agpl-3.0
12,736
/* SYS_WKUP */ #ifdef PWR_WAKEUP_PIN1 SYS_WKUP1 = PA_0, #endif #ifdef PWR_WAKEUP_PIN2 SYS_WKUP2 = NC, #endif #ifdef PWR_WAKEUP_PIN3 SYS_WKUP3 = NC, #endif #ifdef PWR_WAKEUP_PIN4 SYS_WKUP4 = NC, #endif #ifdef PWR_WAKEUP_PIN5 SYS_WKUP5 = NC, #endif #ifdef PWR_WAKEUP_PIN6 SYS_WKUP6 = NC, #endif #ifdef PWR_WAKEUP_PIN7 SYS_...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_ARTILLERY_RUBY/PinNamesVar.h
C
agpl-3.0
532
/** ****************************************************************************** * @file stm32f4xx_hal_conf.h * @brief HAL configuration file. ****************************************************************************** * @attention * * Copyright (c) 2017 STMicroelectronics. * All rights reserv...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_ARTILLERY_RUBY/hal_conf_custom.h
C
agpl-3.0
19,328
/** ****************************************************************************** * @file startup_stm32f401xc.s * @author MCD Application Team * @version V2.4.2 * @date 13-November-2015 * @brief STM32F401xCxx Devices vector table for GCC based toolchains. * This module perf...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_ARTILLERY_RUBY/startup.S
Unix Assembly
agpl-3.0
4,468
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_ARTILLERY_RUBY/variant.cpp
C++
agpl-3.0
4,713
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_ARTILLERY_RUBY/variant.h
C
agpl-3.0
4,596
/* ******************************************************************************* * Copyright (c) 2019, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_BTT002/PeripheralPins.c
C
agpl-3.0
21,389
/* SYS_WKUP */ #ifdef PWR_WAKEUP_PIN1 SYS_WKUP1 = PA_0, #endif #ifdef PWR_WAKEUP_PIN2 SYS_WKUP2 = NC, #endif #ifdef PWR_WAKEUP_PIN3 SYS_WKUP3 = NC, #endif #ifdef PWR_WAKEUP_PIN4 SYS_WKUP4 = NC, #endif #ifdef PWR_WAKEUP_PIN5 SYS_WKUP5 = NC, #endif #ifdef PWR_WAKEUP_PIN6 SYS_WKUP6 = NC, #endif #ifdef PWR_WAKE...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_BTT002/PinNamesVar.h
C
agpl-3.0
1,103
#pragma once #define HAL_MODULE_ENABLED #define HAL_ADC_MODULE_ENABLED #define HAL_CRC_MODULE_ENABLED #define HAL_DMA_MODULE_ENABLED #define HAL_EXTI_MODULE_ENABLED // Needed for Endstop (and other external) Interrupts #define HAL_GPIO_MODULE_ENABLED #define HAL_I2C_MODULE_ENABLED #define HAL_PWR_MODULE_ENABLED #def...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_BTT002/hal_conf_extra.h
C
agpl-3.0
1,857
/* ******************************************************************************* * Copyright (c) 2017, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_BTT002/variant.cpp
C++
agpl-3.0
9,136
/* ******************************************************************************* * Copyright (c) 2017, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_BTT002/variant.h
C
agpl-3.0
13,629
/* ******************************************************************************* * Copyright (c) 2019, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_E3_RRF/PeripheralPins.c
C
agpl-3.0
22,068
/* SYS_WKUP */ #ifdef PWR_WAKEUP_PIN1 SYS_WKUP1 = PA_0, #endif #ifdef PWR_WAKEUP_PIN2 SYS_WKUP2 = NC, #endif #ifdef PWR_WAKEUP_PIN3 SYS_WKUP3 = NC, #endif #ifdef PWR_WAKEUP_PIN4 SYS_WKUP4 = NC, #endif #ifdef PWR_WAKEUP_PIN5 SYS_WKUP5 = NC, #endif #ifdef PWR_WAKEUP_PIN6 SYS_WKUP6 = NC, #endif #ifdef PWR_WAKE...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_E3_RRF/PinNamesVar.h
C
agpl-3.0
1,103
#pragma once #define HAL_MODULE_ENABLED #define HAL_ADC_MODULE_ENABLED #define HAL_CRC_MODULE_ENABLED #define HAL_DMA_MODULE_ENABLED #define HAL_EXTI_MODULE_ENABLED // Needed for Endstop (and other external) Interrupts #define HAL_GPIO_MODULE_ENABLED #define HAL_I2C_MODULE_ENABLED #define HAL_PWR_MODULE_ENABLED #def...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_E3_RRF/hal_conf_extra.h
C
agpl-3.0
1,771
/* ******************************************************************************* * Copyright (c) 2017, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_E3_RRF/variant.cpp
C++
agpl-3.0
9,136
/* ******************************************************************************* * Copyright (c) 2017, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_E3_RRF/variant.h
C
agpl-3.0
13,497
/* ******************************************************************************* * Copyright (c) 2019, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_GTR_V1/PeripheralPins.c
C
agpl-3.0
23,462
/* SYS_WKUP */ #ifdef PWR_WAKEUP_PIN1 SYS_WKUP1 = PA_0, #endif #ifdef PWR_WAKEUP_PIN2 SYS_WKUP2 = NC, #endif #ifdef PWR_WAKEUP_PIN3 SYS_WKUP3 = NC, #endif #ifdef PWR_WAKEUP_PIN4 SYS_WKUP4 = NC, #endif #ifdef PWR_WAKEUP_PIN5 SYS_WKUP5 = NC, #endif #ifdef PWR_WAKEUP_PIN6 SYS_WKUP6 = NC, #endif #ifdef PWR_WAKE...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_GTR_V1/PinNamesVar.h
C
agpl-3.0
1,103
#pragma once #define HAL_MODULE_ENABLED #define HAL_ADC_MODULE_ENABLED #define HAL_CRC_MODULE_ENABLED #define HAL_DMA_MODULE_ENABLED #define HAL_EXTI_MODULE_ENABLED // Needed for Endstop (and other external) Interrupts #define HAL_GPIO_MODULE_ENABLED #define HAL_I2C_MODULE_ENABLED #define HAL_PWR_MODULE_ENABLED #def...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_GTR_V1/hal_conf_extra.h
C
agpl-3.0
1,857
/* ******************************************************************************* * Copyright (c) 2017, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_GTR_V1/variant.cpp
C++
agpl-3.0
9,136
/* ******************************************************************************* * Copyright (c) 2017, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_GTR_V1/variant.h
C
agpl-3.0
14,593
/* ******************************************************************************* * Copyright (c) 2016, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_OCTOPUS_PRO_V1_F429/PeripheralPins.c
C
agpl-3.0
27,082
/* SYS_WKUP */ #ifdef PWR_WAKEUP_PIN1 SYS_WKUP1 = PA_0, /* SYS_WKUP0 */ #endif #ifdef PWR_WAKEUP_PIN2 SYS_WKUP2 = NC, #endif #ifdef PWR_WAKEUP_PIN3 SYS_WKUP3 = NC, #endif #ifdef PWR_WAKEUP_PIN4 SYS_WKUP4 = NC, #endif #ifdef PWR_WAKEUP_PIN5 SYS_WKUP5 = NC, #endif #ifdef PWR_WAKEUP_PIN6 SYS_WKUP6 = NC, #endif...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_OCTOPUS_PRO_V1_F429/PinNamesVar.h
C
agpl-3.0
498
#pragma once #define HAL_MODULE_ENABLED #define HAL_ADC_MODULE_ENABLED #define HAL_CRC_MODULE_ENABLED #define HAL_DMA_MODULE_ENABLED #define HAL_EXTI_MODULE_ENABLED // Needed for Endstop (and other external) Interrupts #define HAL_GPIO_MODULE_ENABLED #define HAL_I2C_MODULE_ENABLED #define HAL_PWR_MODULE_ENABLED #def...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_OCTOPUS_PRO_V1_F429/hal_conf_extra.h
C
agpl-3.0
1,804
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_OCTOPUS_PRO_V1_F429/variant.cpp
C++
agpl-3.0
5,706
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_OCTOPUS_PRO_V1_F429/variant.h
C
agpl-3.0
5,668
/* ******************************************************************************* * Copyright (c) 2016, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_OCTOPUS_V1/PeripheralPins.c
C
agpl-3.0
27,084
/* SYS_WKUP */ #ifdef PWR_WAKEUP_PIN1 SYS_WKUP1 = PA_0, /* SYS_WKUP0 */ #endif #ifdef PWR_WAKEUP_PIN2 SYS_WKUP2 = NC, #endif #ifdef PWR_WAKEUP_PIN3 SYS_WKUP3 = NC, #endif #ifdef PWR_WAKEUP_PIN4 SYS_WKUP4 = NC, #endif #ifdef PWR_WAKEUP_PIN5 SYS_WKUP5 = NC, #endif #ifdef PWR_WAKEUP_PIN6 SYS_WKUP6 = NC, #endif...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_OCTOPUS_V1/PinNamesVar.h
C
agpl-3.0
498
#pragma once #define HAL_MODULE_ENABLED #define HAL_ADC_MODULE_ENABLED #define HAL_CRC_MODULE_ENABLED #define HAL_DMA_MODULE_ENABLED #define HAL_EXTI_MODULE_ENABLED // Needed for Endstop (and other external) Interrupts #define HAL_GPIO_MODULE_ENABLED #define HAL_I2C_MODULE_ENABLED #define HAL_PWR_MODULE_ENABLED #def...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_OCTOPUS_V1/hal_conf_extra.h
C
agpl-3.0
1,804
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_OCTOPUS_V1/variant.cpp
C++
agpl-3.0
6,117
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_OCTOPUS_V1/variant.h
C
agpl-3.0
5,669
/* ******************************************************************************* * Copyright (c) 2019, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_SKR_PRO_11/PeripheralPins.c
C
agpl-3.0
23,378
/* SYS_WKUP */ #ifdef PWR_WAKEUP_PIN1 SYS_WKUP1 = PA_0, #endif #ifdef PWR_WAKEUP_PIN2 SYS_WKUP2 = NC, #endif #ifdef PWR_WAKEUP_PIN3 SYS_WKUP3 = NC, #endif #ifdef PWR_WAKEUP_PIN4 SYS_WKUP4 = NC, #endif #ifdef PWR_WAKEUP_PIN5 SYS_WKUP5 = NC, #endif #ifdef PWR_WAKEUP_PIN6 SYS_WKUP6 = NC, #endif #ifdef PWR_WAKE...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_SKR_PRO_11/PinNamesVar.h
C
agpl-3.0
1,103
#pragma once #define HAL_MODULE_ENABLED #define HAL_ADC_MODULE_ENABLED #define HAL_CRC_MODULE_ENABLED #define HAL_DMA_MODULE_ENABLED #define HAL_EXTI_MODULE_ENABLED // Needed for Endstop (and other external) Interrupts #define HAL_GPIO_MODULE_ENABLED #define HAL_I2C_MODULE_ENABLED #define HAL_PWR_MODULE_ENABLED #def...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_SKR_PRO_11/hal_conf_extra.h
C
agpl-3.0
1,857
/* ******************************************************************************* * Copyright (c) 2017, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_SKR_PRO_11/variant.cpp
C++
agpl-3.0
9,136
/* ******************************************************************************* * Copyright (c) 2017, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_SKR_PRO_11/variant.h
C
agpl-3.0
14,632
/* ******************************************************************************* * Copyright (c) 2020, STMicroelectronics * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BTT_EBB42_V1_1/PeripheralPins.c
C
agpl-3.0
23,055
/* Remap pin name */ PA_9_R = PA_9 | PREMAP, PA_10_R = PA_10 | PREMAP, /* Alternate pin name */ PA_1_ALT1 = PA_1 | ALT1, PA_2_ALT1 = PA_2 | ALT1, PA_3_ALT1 = PA_3 | ALT1, PA_4_ALT1 = PA_4 | ALT1, PA_6_ALT1 = PA_6 | ALT1, PA_6_ALT2 = PA_6 | ALT2, PA_7_ALT1 = PA_7 ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BTT_EBB42_V1_1/PinNamesVar.h
C
agpl-3.0
1,741
/* ******************************************************************************* * Copyright (c) 2021, STMicroelectronics * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BTT_EBB42_V1_1/variant_MARLIN_BTT_EBB42_V1_1.cpp
C++
agpl-3.0
3,443
/* ******************************************************************************* * Copyright (c) 2020, STMicroelectronics * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BTT_EBB42_V1_1/variant_MARLIN_BTT_EBB42_V1_1.h
C
agpl-3.0
6,790
/* ******************************************************************************* * Copyright (c) 2019, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BTT_SKR_SE_BX/PeripheralPins.c
C
agpl-3.0
33,474
/* SYS_WKUP */ #ifdef PWR_WAKEUP_PIN1 SYS_WKUP1 = PA_0, /* SYS_WKUP0 */ #endif #ifdef PWR_WAKEUP_PIN2 SYS_WKUP2 = PA_2, /* SYS_WKUP1 */ #endif #ifdef PWR_WAKEUP_PIN3 SYS_WKUP3 = PC_13, /* SYS_WKUP2 */ #endif #ifdef PWR_WAKEUP_PIN4 SYS_WKUP4 = PI_8, /* SYS_WKUP3 - Manually added */ #endif #ifdef PWR_WAKEUP_PIN5 SYS_WKUP...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BTT_SKR_SE_BX/PinNamesVar.h
C
agpl-3.0
1,122
/** ****************************************************************************** * @file stm32h7xx_hal_conf_default.h * @brief HAL default configuration file. ****************************************************************************** * @attention * * Copyright (c) 2017 STMicroelectronics. * A...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BTT_SKR_SE_BX/hal_conf_extra.h
C
agpl-3.0
16,764
#include "pins_arduino.h" #ifdef __cplusplus extern "C" { #endif // Pin number const PinName digitalPin[] = { PE_2, // D0 PE_3, // D1 PE_4, // D2 PE_5, // D3 PE_6, // D4 PI_8, // D5 PC_13, // D6 PC_14, // D7 PC_15, // D8 PI_9, // D9 PI_10, // D10 PI_11, // D11 PF_0, // D12 PF_1, /...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BTT_SKR_SE_BX/variant.cpp
C++
agpl-3.0
10,335
#ifndef _VARIANT_ARDUINO_STM32_ #define _VARIANT_ARDUINO_STM32_ #ifdef __cplusplus extern "C" { #endif // __cplusplus /*---------------------------------------------------------------------------- * Pins *----------------------------------------------------------------------------*/ #define PE2 0 #define PE3...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_BTT_SKR_SE_BX/variant.h
C
agpl-3.0
5,157
/* ******************************************************************************* * Copyright (c) 2019, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_CREALITY_STM32F401RC/PeripheralPins.c
C
agpl-3.0
13,791
/* SYS_WKUP */ #ifdef PWR_WAKEUP_PIN1 SYS_WKUP1 = PA_0, #endif #ifdef PWR_WAKEUP_PIN2 SYS_WKUP2 = NC, #endif #ifdef PWR_WAKEUP_PIN3 SYS_WKUP3 = NC, #endif #ifdef PWR_WAKEUP_PIN4 SYS_WKUP4 = NC, #endif #ifdef PWR_WAKEUP_PIN5 SYS_WKUP5 = NC, #endif #ifdef PWR_WAKEUP_PIN6 SYS_WKUP6 = NC, #endif #ifdef PWR_WAKE...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_CREALITY_STM32F401RC/PinNamesVar.h
C
agpl-3.0
557
/** ****************************************************************************** * @file stm32f4xx_hal_conf.h * @brief HAL configuration file. ****************************************************************************** * @attention * * Copyright (c) 2017 STMicroelectronics. * All rights reserv...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_CREALITY_STM32F401RC/hal_conf_custom.h
C
agpl-3.0
19,067
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_CREALITY_STM32F401RC/variant.cpp
C++
agpl-3.0
8,653
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_CREALITY_STM32F401RC/variant.h
C
agpl-3.0
9,185
/* ******************************************************************************* * Copyright (c) 2019, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_CREALITY_STM32F401RE/PeripheralPins.c
C
agpl-3.0
13,791
/* SYS_WKUP */ #ifdef PWR_WAKEUP_PIN1 SYS_WKUP1 = PA_0, #endif #ifdef PWR_WAKEUP_PIN2 SYS_WKUP2 = NC, #endif #ifdef PWR_WAKEUP_PIN3 SYS_WKUP3 = NC, #endif #ifdef PWR_WAKEUP_PIN4 SYS_WKUP4 = NC, #endif #ifdef PWR_WAKEUP_PIN5 SYS_WKUP5 = NC, #endif #ifdef PWR_WAKEUP_PIN6 SYS_WKUP6 = NC, #endif #ifdef PWR_WAKE...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_CREALITY_STM32F401RE/PinNamesVar.h
C
agpl-3.0
558
/** ****************************************************************************** * @file stm32f4xx_hal_conf.h * @brief HAL configuration file. ****************************************************************************** * @attention * * <h2><center>&copy; Copyright (c) 2017 STMicroelectronics. ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_CREALITY_STM32F401RE/hal_conf_custom.h
C
agpl-3.0
19,100
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_CREALITY_STM32F401RE/variant.cpp
C++
agpl-3.0
8,654
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_CREALITY_STM32F401RE/variant.h
C
agpl-3.0
9,179
/* ******************************************************************************* * Copyright (c) 2020, STMicroelectronics * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F103Rx/PeripheralPins.c
C
agpl-3.0
20,332
/* SYS_WKUP */ #ifdef PWR_WAKEUP_PIN1 SYS_WKUP1 = PA_0, #endif #ifdef PWR_WAKEUP_PIN2 SYS_WKUP2 = NC, #endif #ifdef PWR_WAKEUP_PIN3 SYS_WKUP3 = NC, #endif #ifdef PWR_WAKEUP_PIN4 SYS_WKUP4 = NC, #endif #ifdef PWR_WAKEUP_PIN5 SYS_WKUP5 = NC, #endif #ifdef PWR_WAKEUP_PIN6 SYS_WKUP6 = NC, #endif #ifdef PWR_WAKE...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F103Rx/PinNamesVar.h
C
agpl-3.0
468
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F103Rx/variant.cpp
C++
agpl-3.0
3,530
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F103Rx/variant.h
C
agpl-3.0
11,144
/* ******************************************************************************* * Copyright (c) 2020, STMicroelectronics * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F103VE_LONGER/PeripheralPins.c
C
agpl-3.0
13,109
/* SYS_WKUP */ #if defined(PWR_WAKEUP_PIN1) && defined(HAL_PWR_MODULE_ENABLED) && !defined(HAL_PWR_MODULE_ONLY) #error PA0 is used by thermal sensor, disable low power wake with -DHAL_PWR_MODULE_ONLY SYS_WKUP1 = PA_0, #endif #ifdef PWR_WAKEUP_PIN2 SYS_WKUP2 = NC, #endif #ifdef PWR_WAKEUP_PIN3 SYS_WKUP3 = NC, #e...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F103VE_LONGER/PinNamesVar.h
C
agpl-3.0
689
/** ****************************************************************************** * @file hal_conf_custom.h for Longer3D STM32F103VE board * @brief Overrides HAL default configuration file. ****************************************************************************** */ #pragma once #ifdef __cplusplus...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F103VE_LONGER/hal_conf_custom.h
C
agpl-3.0
11,053
/* ******************************************************************************* * Copyright (c) 2019, STMicroelectronics * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F103VE_LONGER/variant.cpp
C++
agpl-3.0
7,188
#pragma once #ifdef __cplusplus extern "C" { #endif // __cplusplus // STM32F103VET6 | DIGITAL | ANALOG | USART | TWI | SPI | SPECIAL | //------------------|-------------|---------------|------------|-----------|----------------------|------------| #define PA0 0 // | ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F103VE_LONGER/variant.h
C
agpl-3.0
12,887
/* ******************************************************************************* * Copyright (c) 2020, STMicroelectronics * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F103Vx/PeripheralPins.c
C
agpl-3.0
21,712
/* SYS_WKUP */ #ifdef PWR_WAKEUP_PIN1 SYS_WKUP1 = PA_0, #endif #ifdef PWR_WAKEUP_PIN2 SYS_WKUP2 = NC, #endif #ifdef PWR_WAKEUP_PIN3 SYS_WKUP3 = NC, #endif #ifdef PWR_WAKEUP_PIN4 SYS_WKUP4 = NC, #endif #ifdef PWR_WAKEUP_PIN5 SYS_WKUP5 = NC, #endif #ifdef PWR_WAKEUP_PIN6 SYS_WKUP6 = NC, #endif #ifdef PWR_WAKE...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F103Vx/PinNamesVar.h
C
agpl-3.0
468
/* ******************************************************************************* * Copyright (c) 2019, STMicroelectronics * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F103Vx/variant.cpp
C++
agpl-3.0
6,553
/* ******************************************************************************* * Copyright (c) 2019, STMicroelectronics * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F103Vx/variant.h
C
agpl-3.0
4,637
/* ******************************************************************************* * Copyright (c) 2019, STMicroelectronics * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F103Zx/PeripheralPins.c
C
agpl-3.0
20,455
/* SYS_WKUP */ #if defined(PWR_WAKEUP_PIN1) && defined(HAL_PWR_MODULE_ENABLED) && !defined(HAL_PWR_MODULE_ONLY) #error "PA0 is used by thermal sensor. Disable low power wake with -DHAL_PWR_MODULE_ONLY." SYS_WKUP1 = PA_0, #endif #ifdef PWR_WAKEUP_PIN2 SYS_WKUP2 = NC, #endif #ifdef PWR_WAKEUP_PIN3 SYS_WKUP3 = NC,...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F103Zx/PinNamesVar.h
C
agpl-3.0
635
/** ****************************************************************************** * @file stm32f1xx_hal_conf_default.h * @brief HAL default configuration file. ****************************************************************************** * @attention * * Copyright (c) 2017 STMicroelectronics. * A...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F103Zx/hal_conf_custom.h
C
agpl-3.0
16,429
/* ******************************************************************************* * Copyright (c) 2019, STMicroelectronics * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F103Zx/variant.cpp
C++
agpl-3.0
4,511
/* ******************************************************************************* * Copyright (c) 2019, STMicroelectronics * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F103Zx/variant.h
C
agpl-3.0
5,749
/* ******************************************************************************* * Copyright (c) 2020-2021, STMicroelectronics * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F401RC/PeripheralPins.c
C
agpl-3.0
13,291
/* Alternate pin name */ PA_0_ALT1 = PA_0 | ALT1, PA_1_ALT1 = PA_1 | ALT1, PA_2_ALT1 = PA_2 | ALT1, PA_2_ALT2 = PA_2 | ALT2, PA_3_ALT1 = PA_3 | ALT1, PA_3_ALT2 = PA_3 | ALT2, PA_4_ALT1 = PA_4 | ALT1, PA_7_ALT1 = PA_7 | ALT1, PA_15_ALT1 = PA_15 | ALT1, PB_0_ALT1 = PB_0 | ALT1, PB_1_ALT1 = PB_1 | ALT1...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F401RC/PinNamesVar.h
C
agpl-3.0
1,024
/* ******************************************************************************* * Copyright (c) 2020-2021, STMicroelectronics * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F401RC/variant_MARLIN_STM32F401RC.cpp
C++
agpl-3.0
7,848
/* ******************************************************************************* * Copyright (c) 2020-2021, STMicroelectronics * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F401RC/variant_MARLIN_STM32F401RC.h
C
agpl-3.0
6,115
/* ******************************************************************************* * Copyright (c) 2019, STMicroelectronics * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F407VE/PeripheralPins.c
C
agpl-3.0
27,890
/* SYS_WKUP */ #ifdef PWR_WAKEUP_PIN1 SYS_WKUP1 = PA_0, #endif #ifdef PWR_WAKEUP_PIN2 SYS_WKUP2 = NC, #endif #ifdef PWR_WAKEUP_PIN3 SYS_WKUP3 = NC, #endif #ifdef PWR_WAKEUP_PIN4 SYS_WKUP4 = NC, #endif #ifdef PWR_WAKEUP_PIN5 SYS_WKUP5 = NC, #endif #ifdef PWR_WAKEUP_PIN6 SYS_WKUP6 = NC, #endif #ifdef PWR_WAKE...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F407VE/PinNamesVar.h
C
agpl-3.0
1,103
/** ****************************************************************************** * @file stm32f4xx_hal_conf.h * @brief HAL configuration file. ****************************************************************************** * @attention * * Copyright (c) 2017 STMicroelectronics. * All rights reserv...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F407VE/hal_conf_custom.h
C
agpl-3.0
19,113
/* ******************************************************************************* * Copyright (c) 2017, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F407VE/variant.cpp
C++
agpl-3.0
6,638
/* ******************************************************************************* * Copyright (c) 2017, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F407VE/variant.h
C
agpl-3.0
9,943
/* ******************************************************************************* * Copyright (c) 2016, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistrib...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F407ZE/PeripheralPins.c
C
agpl-3.0
27,081
/* SYS_WKUP */ #ifdef PWR_WAKEUP_PIN1 SYS_WKUP1 = PA_0, /* SYS_WKUP0 */ #endif #ifdef PWR_WAKEUP_PIN2 SYS_WKUP2 = NC, #endif #ifdef PWR_WAKEUP_PIN3 SYS_WKUP3 = NC, #endif #ifdef PWR_WAKEUP_PIN4 SYS_WKUP4 = NC, #endif #ifdef PWR_WAKEUP_PIN5 SYS_WKUP5 = NC, #endif #ifdef PWR_WAKEUP_PIN6 SYS_WKUP6 = NC, #endif...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F407ZE/PinNamesVar.h
C
agpl-3.0
498
#pragma once #define HAL_MODULE_ENABLED #define HAL_ADC_MODULE_ENABLED #define HAL_CRC_MODULE_ENABLED #define HAL_DMA_MODULE_ENABLED #define HAL_EXTI_MODULE_ENABLED // Needed for Endstop (and other external) Interrupts #define HAL_GPIO_MODULE_ENABLED #define HAL_I2C_MODULE_ENABLED #define HAL_PWR_MODULE_ENABLED #def...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F407ZE/hal_conf_extra.h
C
agpl-3.0
1,804
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F407ZE/variant.cpp
C++
agpl-3.0
5,622
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F407ZE/variant.h
C
agpl-3.0
5,668
/* ******************************************************************************* * Copyright (c) 2020, STMicroelectronics * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may ...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F446VE/PeripheralPins.c
C
agpl-3.0
26,708
/* SYS_WKUP */ #ifdef PWR_WAKEUP_PIN1 SYS_WKUP1 = PA_0, /* SYS_WKUP0 */ #endif #ifdef PWR_WAKEUP_PIN2 SYS_WKUP2 = NC, #endif #ifdef PWR_WAKEUP_PIN3 SYS_WKUP3 = NC, #endif #ifdef PWR_WAKEUP_PIN4 SYS_WKUP4 = NC, #endif #ifdef PWR_WAKEUP_PIN5 SYS_WKUP5 = NC, #endif #ifdef PWR_WAKEUP_PIN6 SYS_WKUP6 = NC, #endif...
2301_81045437/Marlin
buildroot/share/PlatformIO/variants/MARLIN_F446VE/PinNamesVar.h
C
agpl-3.0
498