Files
rtems/bsps/include/libchip
Jeremy Lorelli 074cb8f337 libchip/ds1375: Refactor to use i2c-rtc driver
Previously this RTC was using the file system-based i2c interface in
/dev. Since the RTC is initialized pretty early on during system init,
we call open() before stdin/stdout/stderr have been opened. RTEMS
assumes that stdin == 0, stdout == 1, etc., and fails when that isn't
the case. In particular, when stdin != 0, RTEMS assumes that it wasn't
configured with a console driver and skips opening stdout/stderr,
leading to confusing issues with the standard I/O streams.

Closes #5284
2025-10-09 17:19:04 -05:00
..
2018-09-05 07:34:00 +02:00
2023-05-20 11:05:26 +02:00
2023-05-20 11:05:26 +02:00
2022-07-11 17:14:47 -05:00
2022-07-11 17:14:47 -05:00
2022-07-11 17:14:47 -05:00
2023-05-20 11:05:26 +02:00
2023-05-20 11:05:26 +02:00
2023-05-20 11:05:26 +02:00
2023-05-20 11:05:26 +02:00
2019-03-08 07:42:54 +01:00