Cleanup some leaked words.

This commit is contained in:
Brad Nelson
2022-01-31 20:46:51 -08:00
parent d438a39c83
commit ffe6201e50
3 changed files with 4 additions and 7 deletions

View File

@ -535,11 +535,6 @@ e: check-esp32-basics
;e ;e
e: check-esp32-basics2 e: check-esp32-basics2
out: esp_partition_t_size
out: OledBegin
out: OledAddr
out: timer_isr_register
out: setsockopt
out: MDNS.begin out: MDNS.begin
out: dacWrite out: dacWrite
check-files check-files

View File

@ -93,6 +93,7 @@ transfer{
esp_partition_verify esp_partition_read esp_partition_write esp_partition_verify esp_partition_read esp_partition_write
esp_partition_erase_range esp_partition_mmap esp_partition_erase_range esp_partition_mmap
esp_partition_get_sha256 esp_partition_check_identity esp_partition_get_sha256 esp_partition_check_identity
esp_partition_t_size
}transfer }transfer
0 constant SPI_PARTITION_TYPE_APP 0 constant SPI_PARTITION_TYPE_APP
1 constant SPI_PARTITION_TYPE_DATA 1 constant SPI_PARTITION_TYPE_DATA
@ -145,7 +146,7 @@ forth definitions
vocabulary sockets sockets definitions vocabulary sockets sockets definitions
transfer{ transfer{
socket bind listen connect sockaccept select poll errno socket bind listen connect sockaccept select poll errno setsockopt
}transfer }transfer
1 constant SOCK_STREAM 1 constant SOCK_STREAM
2 constant AF_INET 2 constant AF_INET
@ -246,7 +247,7 @@ forth definitions
DEFINED? OledNew [IF] DEFINED? OledNew [IF]
vocabulary oled oled definitions vocabulary oled oled definitions
transfer{ transfer{
OledNew OledDelete OledNew OledDelete OledBegin OledAddr
OledHOME OledCLS OledHOME OledCLS
OledTextc OledPrintln OledNumln OledNum OledTextc OledPrintln OledNumln OledNum
OledDisplay OledPrint OledDisplay OledPrint

View File

@ -13,6 +13,7 @@
\ limitations under the License. \ limitations under the License.
vocabulary timers timers definitions also registers also interrupts vocabulary timers timers definitions also registers also interrupts
transfer timer_isr_register
$3ff5f000 constant TIMG_BASE $3ff5f000 constant TIMG_BASE
( group n = 0/1, timer x = 0/1, watchdog m = 0-5 ) ( group n = 0/1, timer x = 0/1, watchdog m = 0-5 )