From 9d0192de4a7ec1f5677b356143536a2703c6571a Mon Sep 17 00:00:00 2001
From: Damien George <damien.p.george@gmail.com>
Date: Tue, 20 Oct 2015 23:55:27 +0100
Subject: [PATCH] stmhal: Enable "all special methods" configuration option.

---
 stmhal/mpconfigport.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h
index a06102811..52032135c 100644
--- a/stmhal/mpconfigport.h
+++ b/stmhal/mpconfigport.h
@@ -63,6 +63,7 @@
 #define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
 #define MICROPY_PY_BUILTINS_FROZENSET (1)
 #define MICROPY_PY_BUILTINS_EXECFILE (1)
+#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
 #define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
 #define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
 #define MICROPY_PY_BUILTINS_SLICE_ATTRS (1)
-- 
GitLab