summaryrefslogtreecommitdiffstats
path: root/pbl/console.c
Commit message (Expand)AuthorAgeFilesLines
* console: pbl: correctly handle relocate_to_adr after pbl_set_putcAhmad Fatoum2023-09-081-3/+10
* pbl: Implement dev_printf()Sascha Hauer2023-03-231-0/+15
* common: console_common: output log messages to CONSOLE_STDERRAhmad Fatoum2022-10-051-3/+3
* treewide: add SPDX-License-Identifier for files without explicit licenseAhmad Fatoum2022-01-051-0/+2
* common: console_common: Replace vsprintf with vsnprintfJules Maselbas2021-05-121-2/+2
* pbl: console: Let console pointer survive BSS clearingSascha Hauer2016-09-151-5/+10
* pbl: console: Use console_putc to output the carriage returnSascha Hauer2015-11-111-1/+1
* PBL: console: Make independent of DEBUG_LLSascha Hauer2015-07-311-7/+43
* pbl: Add support for memory_displaySascha Hauer2015-01-281-0/+10
* Add PBL console supportSascha Hauer2015-01-051-0/+32