From ffe6201e50594a5820cf527c12b9007ab479c91a Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Mon, 31 Jan 2022 20:46:51 -0800 Subject: [PATCH] Cleanup some leaked words. --- ueforth/common/forth_namespace_tests.fs | 5 ----- ueforth/esp32/bindings.fs | 5 +++-- ueforth/esp32/timers.fs | 1 + 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/ueforth/common/forth_namespace_tests.fs b/ueforth/common/forth_namespace_tests.fs index 44d31e2..19d9b2d 100644 --- a/ueforth/common/forth_namespace_tests.fs +++ b/ueforth/common/forth_namespace_tests.fs @@ -535,11 +535,6 @@ e: check-esp32-basics ;e e: check-esp32-basics2 - out: esp_partition_t_size - out: OledBegin - out: OledAddr - out: timer_isr_register - out: setsockopt out: MDNS.begin out: dacWrite check-files diff --git a/ueforth/esp32/bindings.fs b/ueforth/esp32/bindings.fs index a37f0fa..70fbb40 100644 --- a/ueforth/esp32/bindings.fs +++ b/ueforth/esp32/bindings.fs @@ -93,6 +93,7 @@ transfer{ esp_partition_verify esp_partition_read esp_partition_write esp_partition_erase_range esp_partition_mmap esp_partition_get_sha256 esp_partition_check_identity + esp_partition_t_size }transfer 0 constant SPI_PARTITION_TYPE_APP 1 constant SPI_PARTITION_TYPE_DATA @@ -145,7 +146,7 @@ forth definitions vocabulary sockets sockets definitions transfer{ - socket bind listen connect sockaccept select poll errno + socket bind listen connect sockaccept select poll errno setsockopt }transfer 1 constant SOCK_STREAM 2 constant AF_INET @@ -246,7 +247,7 @@ forth definitions DEFINED? OledNew [IF] vocabulary oled oled definitions transfer{ - OledNew OledDelete + OledNew OledDelete OledBegin OledAddr OledHOME OledCLS OledTextc OledPrintln OledNumln OledNum OledDisplay OledPrint diff --git a/ueforth/esp32/timers.fs b/ueforth/esp32/timers.fs index c386ab6..4fe8ffc 100644 --- a/ueforth/esp32/timers.fs +++ b/ueforth/esp32/timers.fs @@ -13,6 +13,7 @@ \ limitations under the License. vocabulary timers timers definitions also registers also interrupts +transfer timer_isr_register $3ff5f000 constant TIMG_BASE ( group n = 0/1, timer x = 0/1, watchdog m = 0-5 )