Skip to content

Commit

Permalink
- Add extra information regarding FreeRTOS tick rate in ESP tutorial
Browse files Browse the repository at this point in the history
- Cleanup example folder for ESP32 virtual terminal
- Make platformio.ini file match the tutorial
  • Loading branch information
GwnDaan authored and ad3154 committed Oct 7, 2023
1 parent e90f1f5 commit ba78916
Show file tree
Hide file tree
Showing 10 changed files with 87 additions and 1,718 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ Makefile

# Doxygen
*docs

# PlatformIO
.pio
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
cmake_minimum_required(VERSION 3.16.0)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(TestAgIsoStack)

target_add_binary_data(TestAgIsoStack.elf "src/object_pool/object_pool.iop"
BINARY)

This file was deleted.

46 changes: 0 additions & 46 deletions examples/virtual_terminal/esp32_platformio_object_pool/lib/README

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env]
[env:denky32]
platform = espressif32
board = denky32
framework = espidf

lib_deps = https://github.com/Open-Agriculture/AgIsoStack-plus-plus.git
board_build.embed_txtfiles = src/object_pool/object_pool.iop

build_type = debug
upload_protocol = esptool
monitor_speed = 115200
monitor_rts = 0
monitor_dtr = 0
monitor_filters = esp32_exception_decoder

lib_deps = https://github.com/Open-Agriculture/AgIsoStack-plus-plus.git

[env:denky32]
platform = espressif32
board = denky32
framework = espidf
board_build.embed_txtfiles = src/object_pool/object_pool.iop
Loading

0 comments on commit ba78916

Please sign in to comment.