Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hackathone session: bugfixes and documentation update #869

Merged
merged 6 commits into from
Dec 5, 2021

Conversation

skotopes
Copy link
Member

@skotopes skotopes commented Dec 5, 2021

What's new

  • BugFixes
  • Documentation update
  • Furi: exists method for record store
  • FuriHal: move OS initialization to early stage
  • FuriHal: switch i2c timeouts to OS ticks

Verification

  • Compile and upload
  • Check i2c bus and devices
  • Check other fixes

Checklist (do not modify)

  • PR has description of feature/bug or link to Confluence/Jira task
  • Description contains actions to verify feature/bugfix
  • I've built this code, uploaded it to the device and verified feature/bugfix

@github-actions
Copy link

github-actions bot commented Dec 5, 2021

Click here to flash the 510464cc version of this branch via WebUSB.

@@ -483,7 +483,7 @@ BSP_SD_WriteBlocks(uint32_t* pData, uint32_t WriteAddr, uint32_t NumOfBlocks, ui
goto error;
}

ptr = malloc(sizeof(uint8_t) * BlockSize);
ptr = furi_alloc(sizeof(uint8_t) * BlockSize);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

@skotopes skotopes merged commit 98bc190 into dev Dec 5, 2021
@skotopes skotopes deleted the aku/hackathone_sunday branch December 5, 2021 11:47
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.

None yet

2 participants