*
* Erase a select \p sector of serial flash memory.
*
- * \Note A sector size is FLASH25_SECTOR_SIZE.
+ * \note A sector size is FLASH25_SECTOR_SIZE.
* This operation could take a while.
*/
void flash25_sectorErase(Flash25Sector sector)
*
* Erase all sector of serial flash memory.
*
- * \Note This operation could take a while.
+ * \note This operation could take a while.
*/
void flash25_chipErase(void)
{
/**
* Initialize a serial port.
*
+ * \param fd KFile Serial struct interface.
* \param unit Serial unit to open. Possible values are architecture dependant.
*/
static struct Serial *ser_open(struct KFileSerial *fd, unsigned int unit)
* the interrupt supervisor stack).
*
* \note For this function to work, the stack must have been filled at startup with
- * #CONFIG_KERN_STACKFILLCODE.
+ * CONFIG_KERN_STACKFILLCODE.
*/
size_t monitor_checkStack(cpustack_t *stack_base, size_t stack_size);