Switch to unordered lists

This commit is contained in:
Fabian Affolter 2022-02-01 14:09:31 +01:00
parent 8eda62ec9b
commit 574e768a76

View file

@ -16,16 +16,17 @@ features:
In the F401 series, the chip is the cheapest, even cheaper than some F1, and crushed F1 on the main frequency, and has a floating-point arithmetic module, the IO port contains all the basic functions. Therefore, it is possible to provide a learning platform with a very high cost performance for beginners. In practical applications, it is not because the computing power is insufficient, and the IO port is incomplete and hinders development.
## Product details
1. STM32F411CEU6 100Mhz, 128KB RAM, 512KB ROM
2. 25MHZ high speed crystal oscillator & 32.768khz 6PF low speed crystal oscillator
3. Gold sinking process is adopted, lead-free process is used, and the needle arrangement is gold-plated, which is more environmentally friendly
3. Flash pads are reserved to provide USBDisk&&FATFFS routines
4. Support for MicroPython programming with available MicroPython firmware
5. Support for Arduino programming development
6. Support C language programming development
7. Version V3.0, there are 3 buttons, reset key, BOOT0 key, user key
8. CMSIS-DAP firmware is available
9. The use of the latest original ST chip, high quality crystal vibration
* STM32F411CEU6 100Mhz, 128KB RAM, 512KB ROM
* 25MHZ high speed crystal oscillator & 32.768khz 6PF low speed crystal oscillator
* Gold sinking process is adopted, lead-free process is used, and the needle arrangement is gold-plated, which is more environmentally friendly
* Flash pads are reserved to provide USBDisk&&FATFFS routines
* Support for MicroPython programming with available MicroPython firmware
* Support for Arduino programming development
* Support C language programming development
* Version V3.0, there are 3 buttons, reset key, BOOT0 key, user key
* CMSIS-DAP firmware is available
* The use of the latest original ST chip, high quality crystal vibration
## Learn More
* [Github Docs](https://github.com/WeActTC/MiniF4-STM32F4x1)