Damien George
|
0334058fa4
|
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
|
2015-10-12 00:06:25 +01:00 |
Paul Sokolovsky
|
1b586f3a73
|
py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.
|
2015-10-11 15:18:15 +03:00 |
Daniel Campora
|
ff736d6f6f
|
cc3200: WiPy SW v1.0.0 release.
|
2015-09-28 00:14:25 +02:00 |
Daniel Campora
|
b6bdb0dbda
|
cc3200: Always reset WLAN after setting the mode.
|
2015-09-27 20:12:42 +02:00 |
Daniel Campora
|
ed6a5b78ad
|
cc3200: Make auth param positional in wlan.connect.
|
2015-09-27 19:10:09 +02:00 |
Daniel Campora
|
eb9a3ec654
|
cc3200: Disable uheapq and uhashlib.
Those two are rarely used features and better to have the extra heap.
|
2015-09-27 18:04:11 +02:00 |
Daniel Campora
|
37a2015cc5
|
tests/wipy: Add machine module tests.
|
2015-09-27 17:35:58 +02:00 |
Daniel Campora
|
c92e6a45eb
|
cc3200: Rename pyb module to machine.
|
2015-09-27 16:50:27 +02:00 |
Daniel Campora
|
ef369249cb
|
cc3200: Implement support for os.dupterm().
|
2015-09-27 11:27:24 +02:00 |
Daniel Campora
|
a7261ae059
|
cc3200/mods: Use mp_obj_get_array_fixed_n() where applicable.
|
2015-09-27 09:28:27 +02:00 |
Daniel Campora
|
635ef16432
|
cc3200/tools: Improve update script robustness.
|
2015-09-27 02:00:46 +02:00 |
Daniel Campora
|
57fa14b5be
|
cc3200: New WLAN API including test.
|
2015-09-27 01:50:52 +02:00 |
Daniel Campora
|
dbdcb58d64
|
cc3200: New irq API, affects all classes that provide the irq method.
|
2015-09-27 01:48:20 +02:00 |
Daniel Campora
|
dffa9f6da6
|
cc3200: New SD and RTC API plus os and time modules' extensions.
|
2015-09-21 22:30:32 +02:00 |
Daniel Campora
|
06d93b36f9
|
cc3200: Correct safe boot level 1 blinking period.
|
2015-09-21 22:30:04 +02:00 |
Daniel Campora
|
22b4c28f85
|
cc3200: New ADC API.
|
2015-09-16 10:10:38 +02:00 |
Daniel Campora
|
0e52d9860a
|
tests/wipy: Improve I2C tests.
|
2015-09-16 10:10:35 +02:00 |
Daniel Campora
|
aba75e1233
|
cc3200: New SPI API.
|
2015-09-16 10:10:33 +02:00 |
Daniel Campora
|
624cdeacc4
|
docs/wipy: Add pins to the I2C constructor.
|
2015-09-16 10:10:31 +02:00 |
Daniel Campora
|
41f6948545
|
cc3200: New WDT API.
|
2015-09-16 10:10:29 +02:00 |
Daniel Campora
|
8332044f75
|
cc3200: Add UART.ODD and UART.EVEN to select parity.
|
2015-09-16 10:10:26 +02:00 |
Daniel Campora
|
d5ec336eef
|
cc3200: Replace Pin.PULL_NONE with None.
|
2015-09-16 10:10:24 +02:00 |
Daniel Campora
|
e77abc261b
|
cc3200: Default peripheral ID support on I2C.
|
2015-09-16 10:10:19 +02:00 |
Daniel Campora
|
c69642a460
|
cc3200: Increase error led blynk period to 100ms
|
2015-09-16 10:10:17 +02:00 |
Daniel Campora
|
3c4b78e166
|
cc3200: Keep overwriting the same image on sequential updates.
|
2015-09-16 10:10:15 +02:00 |
Daniel Campora
|
7d6b6f6681
|
cc3200: Make UART choose default id when not given.
|
2015-09-16 10:10:13 +02:00 |
Daniel Campora
|
4ba9b34012
|
cc3200: Reduce servers cycle time to improve FTP transfer rate.
|
2015-09-16 10:10:11 +02:00 |
Daniel Campora
|
f352fe82a5
|
tests/wipy: Add I2C tests.
|
2015-09-10 08:00:59 +02:00 |
Daniel Campora
|
7c87747db0
|
cc3200: Disable some uPy features in debug mode to help code fit.
|
2015-09-10 08:00:47 +02:00 |
Daniel Campora
|
425958b616
|
cc3200: Add SDcard pin af on index 8.
|
2015-09-10 08:00:41 +02:00 |
Daniel Campora
|
d936317143
|
cc3200: New I2C API.
|
2015-09-10 08:00:30 +02:00 |
Daniel Campora
|
359b4e9ed9
|
cc3200: Refactor pin af assigment functions.
|
2015-09-10 08:00:24 +02:00 |
Daniel Campora
|
1d399c3c88
|
cc3200: Improve file system check routine.
|
2015-09-10 08:00:18 +02:00 |
Daniel Campora
|
4d7fa05b43
|
cc3200: Improve Pin and UART implementation.
Deassign pins af before assigning. Make uart.any() return the
correct value everytime, this requires interrupts to be always
enabled.
|
2015-09-10 08:00:12 +02:00 |
Daniel Campora
|
4054c4eadd
|
cc3200: Remove I2C inline documentation (sphinx is on the lead).
|
2015-09-10 08:00:05 +02:00 |
Daniel Campora
|
f91f212d9f
|
cc3200: New UART API plus related test.
|
2015-09-10 07:59:47 +02:00 |
Daniel Campora
|
36821d095a
|
cc3200: Add alternate functions list to Pin object.
Also remove pin.high() and pin.low() methods.
|
2015-09-10 07:59:41 +02:00 |
Daniel Campora
|
d5e256486e
|
cc3200: Re-work Pin class according to the new API.
Also add relevant test.
|
2015-09-10 07:59:35 +02:00 |
Daniel Campora
|
42054c3cad
|
cc3200: Add mphal error to raise hardware related exceptions.
|
2015-09-10 07:59:29 +02:00 |
Daniel Campora
|
598aad2140
|
cc3200: Fix bug in pybsleep remove.
|
2015-09-10 07:59:23 +02:00 |
Daniel Campora
|
475c60eefc
|
cc3200: Add alt param to Pin constructor.
|
2015-09-10 07:59:16 +02:00 |
Daniel Campora
|
86854c7071
|
cc3200: Adapt smoke.py for the new pin API.
|
2015-09-10 07:59:10 +02:00 |
Daniel Campora
|
e3f8777ee8
|
cc3200: Implement new Pin API.
|
2015-09-10 07:59:03 +02:00 |
Daniel Campora
|
ec8589e4c9
|
cc3200: Improve uniflash script and make it a bit more verbose.
|
2015-09-10 07:56:48 +02:00 |
Daniel Campora
|
b864e7afe4
|
cc3200: Remove the UART0 programming pins from the smoke test.
|
2015-09-10 07:56:46 +02:00 |
Daniel Campora
|
0e978349a5
|
cc3200: Correct smoke test expected result.
|
2015-08-16 20:18:16 +02:00 |
Daniel Campora
|
e9fa7625f4
|
cc3200: Correct WLAN constructor argument checking.
|
2015-08-16 20:18:13 +02:00 |
Daniel Campora
|
c0c07fb1b6
|
cc3200: Don't clear the WDT special bit in the bootloader.
|
2015-08-16 20:18:11 +02:00 |
Daniel Campora
|
aa8e8acb7d
|
cc3200: Change HeartBeat period from 5 to 4 seconds.
|
2015-08-16 20:18:09 +02:00 |
Daniel Campora
|
f837d166e5
|
cc3200: Fix typo in modpyb.
|
2015-08-16 20:18:07 +02:00 |