Changeset 18b6a88 in mainline for kernel/arch/arm32/src/mach/integratorcp/integratorcp.c
- Timestamp:
- 2018-04-15T09:35:04Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1f44ca
- Parents:
- 8ebe212
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mach/integratorcp/integratorcp.c
r8ebe212 r18b6a88 245 245 void icp_cpu_halt(void) 246 246 { 247 while (true); 247 while (true) 248 ; 248 249 } 249 250 … … 345 346 346 347 #ifdef CONFIG_PL011_UART 347 348 349 350 351 352 353 348 srln_instance_t *srln_instance = srln_init(); 349 if (srln_instance) { 350 indev_t *sink = stdin_wire(); 351 indev_t *srln = srln_wire(srln_instance, sink); 352 pl011_uart_input_wire(&icp.uart, srln); 353 icp_irqc_unmask(ICP_UART0_IRQ); 354 } 354 355 #endif 355 356 }
Note:
See TracChangeset
for help on using the changeset viewer.