Commit History

Author SHA1 Message Date
  Jiuzhu Dong 73cc1f8884 driver/rtc: add config CONFIG_RTC_RPMSG_SERVER to 3 years ago
  Jiuzhu Dong f082893b9a driver/rtc: add config RTC_RPMSG_SERVER_NAME to 3 years ago
  Jiuzhu Dong 7df171eef7 rpserver/rpproxy: support set/get rtc time by rpmsg 3 years ago
  Sara Souza 881121444c Changes in the watchdog auto-monitor menu 3 years ago
  chao.an 8f52d4536c timers/watchdog: configable keep alive interval 4 years ago
  Xiang Xiao 8e8f41faeb drivers/timer: auto select the related option in Kconfig 4 years ago
  Xiang Xiao cde88cabcc Run codespell -w with the latest dictonary again 4 years ago
  Xiang Xiao 3cb259daa6 drivers/Kconfig: Move if/endif to subfolder Kconfig 4 years ago
  Xiang Xiao ac2aec96e0 Refine Kconfig under drivers folder 4 years ago
  Guiding Li 8b92305265 This commit brings in the drivers needed to support OpenAMP. These changes were ported from https://github.com/FishsemiCode/nuttx. The current state: Most drivers do now compile but are not yet verfied. 5 years ago
  Xiang Xiao 3bc62f1ccc Change space to tab and help to ---help--- in Kconfig files. 5 years ago
  Augusto Fraga Giachero 68bbc8438c drivers/timers/pwm.c: Move the pwm/pwm.c driver to timers/pwm.c, The drivers/pwm contained only one .c file (pwm.c), so to avoid the proliferation of sub-directories inside drivers/ is better to move the pwm.c driver to drivers/timers. The pwm.h header was moved to include/nuttx/timers to keep consistency, so all files referencing it need to be updated. 5 years ago
  Gregory Nutt dfee842074 drivers/timers/watchdog.c: Support auto-monitor service 5 years ago
  Ouss4 d0b4a018bf drivers/timers/mcp794xx.c: Rename the module to mcp794xx. 5 years ago
  Ouss4 e998acee67 drivers/timers/mcp7941x.c: Add support for the MCP741x external RTC. 5 years ago
  Juha Niskanen 3d14b63e8f drivers/timers: RTC_PERIODIC is no longer EXPERIMENTAL, remove unimplemented EXPERIMENTAL RTC configuration variables. 6 years ago
  Xiang Xiao 6c057e608b Squashed commit of the following: 6 years ago
  Gregory Nutt b75103e264 Update some comments. 6 years ago
  Juha Niskanen 0113b0db95 drivers: handle I2C_TRANSFER return value consistently. Some I2C peripherals transfers return zero on success, others number of completed transfers. Make drivers robust against this. 7 years ago
  Gregory Nutt 89135c55e4 drivers/timer: Add an upper-half, oneshot timer character driver. 8 years ago
  Gregory Nutt 1cdc746726 Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 8 years ago
  Gregory Nutt dc71a47df6 RTC: Fix some configuration issues when RTC_ALARM is disabled 8 years ago
  Gregory Nutt 58d6624f29 RTC: Simplify the RTC driver interface. Way too much stuff in that interface and it is not fully implemented anywhere. 8 years ago
  Gregory Nutt 11afff74dc Kconfig change for improved usability 9 years ago
  Gregory Nutt 38c9d42e21 drivers/timers/pcf85263.c: Add a driver for the NXP PCF85263 I2C RTC 9 years ago
  Gregory Nutt 9a1ca0d489 Add support for DS1302 and DS3232 RTC chips 9 years ago
  Gregory Nutt 367d8020be Add some definitions for future support for the DS3234 SPI RTC 9 years ago
  Gregory Nutt c34b5108a7 RTC: Fix system time initialization when using an exernal RTC. Fix some bugs in the DS1307/DS3231 RTC driver 9 years ago
  Gregory Nutt 622ea95ab1 drivers/timers/ds3213.c: Extend to include support for the DS1307 RTC 9 years ago
  Gregory Nutt 45530a77d4 Add support for DS3231 I2C RTC. Untested on initial commit. 9 years ago