Skip to content
#

beginner

Here are 1,448 public repositories matching this topic...

circuitpython
jepler
jepler commented Sep 20, 2020

Following the example of micropython we should be able to reset into the DFU bootloader from code: https://github.com/micropython/micropython/blob/0986675451edbdcbe31d90ddacf8f6dc3327a4ae/stmhal/modmachine.c#L197-L223

STATIC NORETURN mp_obj_t machine_bootloader(void) {
    pyb_usb_dev_deinit();
    storage_flush();

    HAL_RCC_DeInit();
    HAL_DeInit();

#if defined(MCU_SERIES_F7)

The motive behind Creating this repo is to feel the fear of mathematics and do what ever you want to do in Machine Learning , Deep Learning and other fields of AI

  • Updated Jan 6, 2020
  • Jupyter Notebook
OtacilioN
OtacilioN commented Sep 18, 2020

This is a really good task for beginners, you can help this awesome list by checking the repositories list.

If you find a repository that:

  • Is not available anymore
  • Is not being maintained anymore (11+ months of inactivity)
  • Is not accepting pull requests anymore for hacktoberfest 2020
  • Repositories that are "only to add your name" or something that's clearly an attempt to simply +1

Improve this page

Add a description, image, and links to the beginner topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the beginner topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.