Skip to content

Commit

Permalink
[IDF] Move to IDF 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcloud committed Jun 22, 2020
1 parent 1d1c722 commit 716db90
Show file tree
Hide file tree
Showing 3 changed files with 560 additions and 45 deletions.
1 change: 1 addition & 0 deletions main/drivers/sd.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <stdio.h>
#include <esp_vfs_fat.h>
#include <sdmmc_cmd.h>
#include <driver/sdmmc_host.h>
#include "sd.h"

#define ROOT "/sd"
Expand Down
1 change: 1 addition & 0 deletions main/wired/nsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <freertos/task.h>
#include <driver/gpio.h>
#include <driver/rmt.h>
#include <driver/periph_ctrl.h>
#include <esp_task_wdt.h>
#include "../zephyr/atomic.h"
#include "../zephyr/types.h"
Expand Down

0 comments on commit 716db90

Please sign in to comment.