-
Notifications
You must be signed in to change notification settings - Fork 346
Commit fede6f6
Removed option to run REPL in separate thread
the option was introduced to resolve some issues
which was fixed later, so it is not needed anymore
Refactored I2C slave support
much improved i2c slave operation
Added 'machine.RFCOMM' module
support for Bluetooth classic SPP profile
functionality equivalent to that of the UART module
Works only on boards with external SPI_RAM
Added 'highspeed' option when configuring SDCard in SPI mode
Updated 'machine' module
fixed bug in 'machine.stdin_disable()' function
added 'machine.WDT()' function
Updated 'machine.ADC' module
arg name '8bit' changed to 'byte' in read_timed() function
Updated 'network' module
station's rssi is reported in 'status('stations')' function
Updated 'curl' module
fixed param parsing in curl.post() function
Updated 'mdns' module
fixed param parsing in addService() function
'esp-idf' updated
date: 2018年06月27日
version: v3.1-beta1-14-g698d3baf
hash: 698d3bafa51a06a89605c6a15f89df514efa21f8
Other minor updates, improvements and bug fixes1 parent bddacf0 commit fede6f6
File tree
81 files changed
+5153
-1110
lines changed- MicroPython_BUILD
- components/micropython
- esp32
- modules
- extmod
- py
- firmware
- esp32_all
- bootloader
- esp32_ota
- bootloader
- esp32_psram_all_bt
- bootloader
- esp32_psram_all
- bootloader
- esp32_psram_ota
- bootloader
- esp32_psram
- bootloader
- esp32
- bootloader
- Tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
81 files changed
+5153
-1110
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
53 | 58 | | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
57 | - | ||
58 | - | ||
59 | 62 | | |
60 | 63 | | |
61 | - | ||
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | + | ||
38 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | - | ||
54 | - | ||
53 | + | ||
54 | + | ||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | + | ||
186 | + | ||
187 | + | ||
188 | + | ||
189 | + | ||
190 | + | ||
191 | + | ||
185 | 192 | | |
186 | 193 | | |
187 | 194 | | |
188 | 195 | | |
189 | 196 | | |
197 | + | ||
198 | + | ||
199 | + | ||
190 | 200 | | |
191 | 201 | | |
192 | 202 | | |
| |||
215 | 225 | | |
216 | 226 | | |
217 | 227 | | |
228 | + | ||
218 | 229 | | |
219 | 230 | | |
220 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
141 | + | ||
142 | + | ||
143 | + | ||
144 | + | ||
145 | + | ||
146 | + | ||
147 | + | ||
148 | + | ||
149 | + | ||
150 | + | ||
151 | + | ||
152 | + | ||
133 | 153 | | |
134 | 154 | | |
135 | 155 | | |
| |||
678 | 698 | | |
679 | 699 | | |
680 | 700 | | |
701 | + | ||
702 | + | ||
703 | + | ||
704 | + | ||
705 | + | ||
681 | 706 | | |
682 | 707 | | |
683 | 708 | | |
| |||
780 | 805 | | |
781 | 806 | | |
782 | 807 | | |
783 | - | ||
784 | - | ||
808 | + | ||
809 | + | ||
785 | 810 | | |
786 | 811 | | |
787 | 812 | | |
| |||
796 | 821 | | |
797 | 822 | | |
798 | 823 | | |
824 | + | ||
825 | + | ||
826 | + | ||
827 | + | ||
828 | + | ||
829 | + | ||
830 | + | ||
799 | 831 | | |
800 | 832 | | |
801 | 833 | | |
| |||
806 | 838 | | |
807 | 839 | | |
808 | 840 | | |
809 | - | ||
810 | - | ||
811 | - | ||
841 | + | ||
812 | 842 | | |
813 | 843 | | |
814 | 844 | | |
| |||
0 commit comments