Skip to content
  1. Apr 22, 2018
    • Gregory Nutt's avatar
      configs: Review all implementations of board_lcd_initialize(). The NuttX... · 505f460b
      Gregory Nutt authored
      configs:  Review all implementations of board_lcd_initialize().  The NuttX convention is that all internal functions that return errors as an 'int' must return a negated errno value on failure and a non-negative value on success.  Most were right but eight of them had cloned logic that returns 1 on success and zero on failure... both of which are interpreted as success by the caller since they are non-negative.
      505f460b
  2. Apr 21, 2018
  3. Apr 20, 2018
  4. Apr 19, 2018
  5. Apr 18, 2018
  6. Apr 17, 2018