76 Commits (e1e05a2eace431daa61e68f3f6793f95d42a3165)

Author SHA1 Message Date
Anas Nashif e1e05a2eac cleanup: include/: move atomic.h to sys/atomic.h 6 years ago
Anas Nashif 1034c5e398 drivers: uart_console: removed commented code 6 years ago
Anas Nashif 7635cf80ab drivers: uart_console: do not include arch/cpu.h directly 6 years ago
Anas Nashif e8a182ce26 drivers: uart_console: include correct path 6 years ago
Patrik Flykt 24d71431e9 all: Add 'U' suffix when using unsigned variables 6 years ago
Patrik Flykt 8ff96b5a57 drivers: Add 'U' to unsigned variable assignments 7 years ago
Kumar Gala aa2bdbe322 drivers: Remove board.h include 7 years ago
qianfan Zhao 13e1c3c2f8 uart_console: delete char using BS(08H) or DEL(7FH) 7 years ago
Ruslan Mstoi ca94b86b3d drivers: console: Fix crash in shell 7 years ago
Christopher Collins 14735116d1 subsys: mgmt: UART transport for SMP (mcumgr). 7 years ago
Anas Nashif 397d29db42 linker: move all linker headers to include/linker 8 years ago
Adithya Baglody 23d946f4c0 drivers: console: Do not wait on the DTR signal from the host USB controller. 8 years ago
Kumar Gala ccad5bf3e3 drivers: convert to using newly introduced integer sized types 8 years ago
Kumar Gala 789081673f Introduce new sized integer typedefs 8 years ago
Tomasz Bursztyka 2f1af492ee console/shell: Switch to generic console input 9 years ago
Tomasz Bursztyka fb9810978f drivers/uart_console: Fix tiny style issues 9 years ago
David B. Kinder ac74d8b652 license: Replace Apache boilerplate with SPDX tag 9 years ago
Baohong Liu fa2d38e395 drivers: console: use unified kernel API 9 years ago
Vincenzo Frascino f3a9241045 console: Fix unreachable code condition 9 years ago
Johan Hedberg 488f72dd80 drivers: console: Fix compilation error in uart_console.c 9 years ago
Jithu Joseph fca0add22b console : usb: USB UART console output support 9 years ago
Luiz Augusto von Dentz 6b2443e99b console: Fix warnings related to the use of deprecated APIs 9 years ago
Andrew Boie 0b474eef9c kernel: deprecate old init levels 9 years ago
Szymon Janc a037316bb5 console: Add support for DEL key 9 years ago
Szymon Janc 6b0cf54c60 console: Add support for HOME and END keys 9 years ago
Marcus Shawcroft 1bc999cb8d drivers/uart: Refactor UART input hook. 9 years ago
Andy Ross 425145da08 uart_console: Fix line endings 9 years ago
Szymon Janc d7e8fd0446 console: Add support for commands completion 9 years ago
Chuck Jordan 12e29fe653 console: fix spelling error in comment 9 years ago
Benjamin Walsh 0ff5d37a4a console: add hook for debug server to handle outgoing characters 9 years ago
Daniel Leung 546b8ade37 refactor common driver initialization priorities 9 years ago
Andre Guedes 024cfe754e drivers: Replace DEV_OK by 0 9 years ago
Daniel Leung e643cede3a uart: add ISR callback mechanism for UART drivers 9 years ago
Johan Hedberg 6543318194 drivers/console: Fix writing out carriage return on all terminals 10 years ago
Andrew Boie 897ffaeb2c irq: rename irq_connect() to IRQ_CONNECT() 10 years ago
Benjamin Walsh a4ec963138 init: use SYS_INIT() where it makes sense 10 years ago
Benjamin Walsh d340d4cb3f device: use DEVICE_INIT everwhere 10 years ago
Benjamin Walsh 0303d8cab9 device: rename SYS_DEFINE_DEVICE() 10 years ago
Benjamin Walsh bfc27206b2 device: rename DECLARE_DEVICE_INIT_CONFIG() 10 years ago
Andrew Boie d9cfbd5a61 interrupts: new static IRQ API 10 years ago
Andrew Boie 2295e2abf7 uart: remove uart_irq_get() 10 years ago
Peter Mitsis cd6db374de nano_fifo: Simplify nano_xxx_fifo_get() API family 10 years ago
Johan Hedberg 8683dc4836 drivers/console: Add support for ANSI sequences with values 10 years ago
Johan Hedberg ceba31ade4 drivers/console: Use cursor save/restore escape sequences 10 years ago
Johan Hedberg a9f6f89e84 drivers/console: Add support for editing the line internally 10 years ago
Johan Hedberg f88cccd2b5 drivers/console: Handle basic control characters cleanly 10 years ago
Johan Hedberg 6147fc6384 drivers/console: Ignore characters when runnning out of buffer space 10 years ago
Johan Hedberg 1c35329dc0 drivers/console: Remove unnecessary check for line feed character 10 years ago
Johan Hedberg 6eeec2137f drivers/console: Reduce scope of 'pos' variable 10 years ago
Johan Hedberg 5ad78034c9 drivers/console: Remove unnecessary indentation in uart_console_isr 10 years ago