This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
32,753
Commits
1
Branch
0
Tags
291
MiB
0e5b02552a
Commit Graph
2 Commits
Author
SHA1
Message
Date
Gregory Nutt
8d68d9ca43
arch/arm/src/stm32, stm32f7, stm32l4, and related defconfig files: The STM32 RTC driver was being selected by the global CONFIG_RTC option. That is in correct. For example, if you want to disabled the STM32 RTC and use an external RTC you cannot because the external RTC also depends on the global CONFIG_RTC. The solution is to add a new CONFIG_STM32xx_RTC configuration option the permits to you select or deselect the STM32 RTC but still be able to selecte the external RTC.
2018-08-08 12:42:04 -06:00
Alan Carvalho de Assis
d00441869f
configs/nucleo-l476rg: Add nxdemo configuration to nucleo-l476rg using PCD8544
2018-04-28 16:29:44 -06:00