Skip to content
Snippets Groups Projects
  • Alexandre Abadie's avatar
    8d1a0ae0
    boards: revert forced use of periph_dma with STM32 · 8d1a0ae0
    Alexandre Abadie authored
    The periph_dma is not pulled in automatically for all applications.
    Applications willing to use the configured peripherals with periph_dma
    for a given board will have to include the feature explictly in their
    Makefile.
    
    It was causing unrelated issues as threads got de-scheduled while
    calling printf and this was not handled properly in tests at that
    moment.
    8d1a0ae0
    History
    boards: revert forced use of periph_dma with STM32
    Alexandre Abadie authored
    The periph_dma is not pulled in automatically for all applications.
    Applications willing to use the configured peripherals with periph_dma
    for a given board will have to include the feature explictly in their
    Makefile.
    
    It was causing unrelated issues as threads got de-scheduled while
    calling printf and this was not handled properly in tests at that
    moment.