Files
rtems/bsps/include/libchip
Jeremy Lorelli 897a8d3094 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.
2025-09-20 08:57:16 +10:00
..
2018-01-25 08:45:26 +01:00
2023-05-20 11:05:26 +02:00
2018-01-25 08:45:26 +01:00
2018-01-25 08:45:26 +01: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
2018-01-25 08:45:26 +01: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