Fixed typo in documentation and removed icon from readme
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
<img alt="" src="/src/Insight/UserInterfaces/InsightWindow/Images/BloomIcon.svg"/>
|
|
||||||
|
|
||||||
## Bloom
|
## Bloom
|
||||||
Bloom is a Linux-based debug platform for microcontrollers. This is the official repository for Bloom's source code.
|
Bloom is a Linux-based debug platform for microcontrollers. This is the official repository for Bloom's source code.
|
||||||
For information on how to use Bloom, please visit https://bloom.oscillate.io.
|
For information on how to use Bloom, please visit https://bloom.oscillate.io.
|
||||||
|
|||||||
@@ -30,8 +30,8 @@ namespace Bloom::DebugToolDrivers::TargetInterfaces::Microchip::Avr::Avr8
|
|||||||
*
|
*
|
||||||
* Each debug tool that supports interfacing with AVR8 targets must provide an implementation
|
* Each debug tool that supports interfacing with AVR8 targets must provide an implementation
|
||||||
* of this interface class. For example, the Atmel-ICE provides the EdbgAvr8Interface implementation for
|
* of this interface class. For example, the Atmel-ICE provides the EdbgAvr8Interface implementation for
|
||||||
* interfacing with AVR8 targets. See Bloom::DebugToolDrivers::AtmelIce->getAvr8Interface() and
|
* interfacing with AVR8 targets. See Bloom::DebugToolDrivers::AtmelIce::getAvr8Interface() and
|
||||||
* Bloom::DebugToolDriver->getAvr8Interface() for more on this.
|
* Bloom::DebugTool::getAvr8Interface() for more on this.
|
||||||
*/
|
*/
|
||||||
class Avr8Interface
|
class Avr8Interface
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user