Skip to content

Comments

F4 related changes#45

Merged
stevstrong merged 56 commits intostevstrong:masterfrom
rogerclarkmelbourne:master
Feb 28, 2024
Merged

F4 related changes#45
stevstrong merged 56 commits intostevstrong:masterfrom
rogerclarkmelbourne:master

Conversation

@stevstrong
Copy link
Owner

No description provided.

Phonog and others added 30 commits October 31, 2016 22:21
Defines paremeter Pages for use more than one page per bank on emulated EEPROM.
Initial version
This was forgotten for this example
STM32F4: update bkp.h, bkp.c add support for backup registers and backup sram.
added example in STM32F4/libraries/RTClock/examples/BkpTest
updated RTClock.begin()
skip initialization of RTC running on LSE if it is already running
so that the time maintained on VBAT would not be reset

note that the change only prevents resetting RTC on LSE as only that is assured
when running on VBAT
in begin()
change:
  if(!lse_ison && RTCSEL_LSE) {
to:
  if(!lse_ison)

that RTCSEL_LSE is redundant. it suffice to test that lse_ison
fix maple_upload dfu_address set to {runtime.ide.path} instead of {up…
added return value to write(const uint8* buf, int nr)
board707 and others added 26 commits June 25, 2022 00:05
 random() without parameter like in standard Arduino API is missing.
STM32F4 backup domain registers and backup domain sram
This is a very handy feature :-)
Adding Continuous Integration
Update USBComposite library to 1.07
Adafruit_ILI9341_STM (stm32f1): Compatibility with current HEAD versions of Adafruit GFX
Fixing error: 'utoa' was not declared in this scope - see #884
Added build options to select HSI clock source - Generic F103C8
Increment size of emulated EEPROM
removed invalid link to Gitter
@stevstrong stevstrong merged commit 19cb95a into stevstrong:master Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants