Cleanup some leaked words.
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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 )
|
||||||
|
|||||||
Reference in New Issue
Block a user