Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • avn/swd/miosix-kernel
  • emilio.corigliano/miosix-kernel
2 results
Select Git revision
Show changes
Showing
with 521 additions and 455 deletions
......@@ -25,8 +25,6 @@
* along with this program; if not, see <http://www.gnu.org/licenses/> *
***************************************************************************/
#include "board_settings.h"
#define PRESERVE __attribute__((section(".preserve")))
namespace miosix {
......@@ -84,8 +82,6 @@ private:
SGM();
void readResetRegister();
void clearResetFlag();
};
}
# This is an STM32F0 discovery board with a single STM32F051R8T6 chip.
# http://www.st.com/internet/evalboard/product/253215.jsp
# source [find interface/stlink-v2.cfg]
source [find interface/cmsis-dap.cfg]
# transport select hla_swd
# set WORKAREASIZE 0x2000
source [find target/stm32f0x.cfg]
# reset_config srst_only
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.