Rafa Couto
Rafa Couto
This patch removes the hard-coded LDAP search filter and adds a new field _searchfilter_ in the _ldap_auth_config_ configuration object. Not yet tested at the moment. Please, validate before merging...
Watchdog HAL [documentation, function *hal_watchdog_init()*](https://mynewt.apache.org/latest/os/modules/hal/hal_watchdog/hal_watchdog.html#c.hal_watchdog_init) says it **returns expiration time as positive value**. However, [nrf52 implementation](https://github.com/apache/mynewt-core/blob/master/hw/mcu/nordic/nrf52xxx/src/hal_watchdog.c#L44) returns always 0. Is the documentation wrong? the implementation? // test assertion assert(hal_watchdog_init(1000) >...
When enabling st7735s driver with SPI, the compilation is broken: ``` In file included from ../components/lvgl_esp32_drivers/lvgl_tft/st7735s.c:9: ../components/lvgl_esp32_drivers/lvgl_tft/st7735s.c: In function 'i2c_master_init': ../components/lvgl_esp32_drivers/lvgl_tft/st7735s.h:31:22: error: 'CONFIG_LV_AXP192_PIN_SDA' undeclared (first u se in this function);...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | no #### Summary A new validation function...
## Description I recently installed oh-my-bash and it's working great, but I'm unable to get [kube-ps1](https://github.com/jonmosco/kube-ps1) integration working properly. kube-ps1 is a very popular and useful plugin for Kubernetes users...