- Mar 23, 2017
-
-
Gregory Nutt authored
-
rg authored
-
Gregory Nutt authored
-
David Sidrane authored
Merged in david_s5/nuttx-14/david_s5/stm32f7stm32_allocateheapc-there-are-5-c-1490226997884 (pull request #290) stm32f7:stm32_allocateheap.c There are 5 configurations Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
- Mar 22, 2017
-
-
David Sidrane authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Jose Souza authored
STM32 Flash fixes Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
José Roberto de Souza authored
This is a know hardware issue on some STM32 see the errata of your model and if you make use of both memory banks you should enable it.
-
José Roberto de Souza authored
Writing to a flash sector while starting the erase of other sector have a undefined behavior so lets add a semaphore and syncronize access to Flash registers. But for the semaphore to work it needs to be initialized so each board needs call stm32_flash_initialize() on initialization, so to avoid runtime problems it is only using semaphore and making it thread safe if initialized, after all boards starts to call stm32_flash_initialize() we can remove the boolean and the check.
-
José Roberto de Souza authored
Erase a sector from the second bank cause the bit 4 of SNB being set but never unsed, so trying to erase a sector from the first bank was acually eraseing a sector from the second bank.
-
Gregory Nutt authored
-
David S. Alessio authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Masayuki Ishikawa authored
Kconfig: Change the minimum SMP_NCPUS to 1 Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Masayuki Ishikawa authored
-
Gregory Nutt authored
-
- Mar 21, 2017
-
-
Masayuki Ishikawa authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Masayuki Ishikawa authored
drivers/lcd/st7565.c: Use ST7565_POWERCTRL_INT instead of ST7565_POWERCTRL_BRF Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Masayuki Ishikawa authored
-
Gregory Nutt authored
-
rg authored
The attached .patch implements DMA support for the stm32f4 I2C. Max and I have verified that it works on our systems.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Anthony Merlino authored
WIP: Add support for Mikroelektronika Clicker 2 for STM32 Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-