unleashed-firmware/documentation
あく 3de856f8d5
[FL-3295] FuriHal: add bus abstraction (#2614)
* FuriHal: add bus abstraction and port some subsystem to it
* Make PVS happy, cleanup code
* Update API symbols for f18
* F18: backport bus changes from f7
* Revert to STOP2 sleep mode
* Fix downgrading the firmware via updater
* Port iButton TIM1 to furi_hal_bus
* Port Infrared TIM1 and TIM2 to furi_hal_bus
* Just enable the timer bus
* Port furi_hal_pwm to bus API
* Fix include statement
* Port furi_hal_rfid to bus API
* Port furi_hal_subghz and others to bus API
* Remove unneeded include
* Improve furi_hal_infrared defines
* Reset LPTIM1 via furi_hal_bus API
* Crash when trying to enable an already enabled peripheral
* Better defines
* Improved checks
* Lots of macro wrappers
* Copy spi changes for f18
* Fix crashes in LFRFID system
* Fix crashes in NFC system
* Improve comments
* Create FuriHalBus.md
* Update FuriHalBus.md
* Fix crash when launching updater
* Documentation: couple small fixes in FuriHalBus
* FuriHal: fix copypaste in furi_hal_rfid_tim_reset
* FuriHal: reset radio core related peripherals on restart
* FuriHalBus: is enabled routine and bug fix for uart
* RFID HAL: accomodate furi hal bus

Co-authored-by: Georgii Surkov <georgii.surkov@outlook.com>
Co-authored-by: Georgii Surkov <37121527+gsurkov@users.noreply.github.com>
Co-authored-by: SG <who.just.the.doctor@gmail.com>
2023-05-30 01:05:57 +09:00
..
file_formats BdUSBadded WAIT_FOR_BUTTON_PRESS functionality (#2544) 2023-04-04 11:40:19 +08:00
.gitignore corr: bad path for furi core (#1975) 2022-11-11 00:21:28 +09:00
AppManifests.md [FL-3317] fbt: allow strings for fap_version field in app manifests (#2672) 2023-05-14 20:49:52 +09:00
AppsOnSDCard.md Correct FAP default upload path in AppsOnSDCard.md (#2524) 2023-03-22 18:47:47 +09:00
Doxyfile [FL-3285] Removed STM32CubeWB module (#2608) 2023-05-09 06:30:33 +09:00
fbt.md ufbt: deploying sample ufbt automation for new apps; added source "ufbt -s env" for toolchain access (#2648) 2023-05-08 20:01:52 +09:00
FuriHalBus.md [FL-3295] FuriHal: add bus abstraction (#2614) 2023-05-30 01:05:57 +09:00
FuriHalDebuging.md fix typo in FuriHalDebuging.md (#2667) 2023-05-14 15:12:30 +09:00
HardwareTargets.md [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
KeyCombo.md Documentation: edit texts, markdown linting (#2226) 2023-01-07 03:18:43 +09:00
LFRFIDRaw.md [FL-3089] Raw RFID documentation (#2592) 2023-04-19 18:47:01 +09:00
OTA.md [FL-3285] Removed STM32CubeWB module (#2608) 2023-05-09 06:30:33 +09:00
RoadMap.md Documentation: edit texts, markdown linting (#2226) 2023-01-07 03:18:43 +09:00
UnitTests.md Fix relative links in .md files (#2528) 2023-03-23 05:19:07 +09:00
UniversalRemotes.md Universal Projector Remote (#2343) 2023-02-09 02:28:34 +09:00